Searched refs:valptr (Results 1 - 7 of 7) sorted by relevance

/external/libcups/cups/
H A Dppd-localize.c248 *valptr; /* Pointer into value */ local
363 for (valptr = locattr->value, bufptr = buffer; *valptr && bufptr < bufend;)
365 if (!strncmp(valptr, "text:", 5))
371 valptr += 5;
373 while (*valptr && !_cups_isspace(*valptr) && bufptr < bufend)
375 if (*valptr == '%' && isxdigit(valptr[1] & 255) &&
376 isxdigit(valptr[
[all...]
H A Dadminutil.c1032 char *valptr; /* Pointer into value */ local
1037 for (valptr = value; *valptr && !_cups_isspace(*valptr); valptr ++);
1039 if (*valptr)
1040 *valptr++ = '\0';
1049 for (value = valptr; _cups_isspace(*value); value ++);
1669 char *valptr; /* Pointer into value */ local
1686 for (valptr
[all...]
H A Ddest.c3957 *valptr; /* Pointer into string attribute */ local
4005 for (valptr = attr->values[i].string.text;
4006 *valptr && ptr < end;)
4008 if (strchr(" \t\n\\\'\"", *valptr))
4016 *ptr++ = *valptr++;
/external/libcups/filter/
H A Dcommandtops.c133 const char *valptr; /* Pointer into attribute value */ local
219 for (bufptr = buffer, valptr = attr->value; *valptr; valptr ++)
225 if (*valptr == '\n')
231 else if (*valptr < ' ')
240 if (*valptr == '\r')
245 else if (*valptr == '\t')
253 *bufptr++ = '0' + ((*valptr / 64) & 7);
254 *bufptr++ = '0' + ((*valptr /
[all...]
H A Dinterpret.c1047 *valptr, /* Pointer into value string */ local
1092 for (cur ++, parens = 1, valptr = obj.value.string,
1105 if (valptr >= valend)
1121 *valptr++ = '\b';
1123 *valptr++ = '\f';
1125 *valptr++ = '\n';
1127 *valptr++ = '\r';
1129 *valptr++ = '\t';
1146 *valptr++ = (char)ch;
1154 *valptr
[all...]
/external/selinux/checkpolicy/
H A Dpolicy_parse.y71 uintptr_t valptr;
80 %type <valptr> cexpr cexpr_prim op role_mls_op
/external/dng_sdk/source/
H A Ddng_lossless_jpeg.cpp107 int16 valptr[17]; member in struct:HuffmanTable
208 htbl->valptr [l] = (int16) p;
1655 return htbl->huffval [htbl->valptr [l] +

Completed in 219 milliseconds