HomeSort by relevance Sort by last modified time
    Searched defs:valptr (Results 1 - 7 of 7) sorted by null

  /external/libcups/filter/
commandtops.c 133 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 / 8) & 7)
    [all...]
interpret.c 1047 *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++ = *cur
    [all...]
  /external/libcups/cups/
ppd-localize.c 248 *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[2] & 255)
    [all...]
adminutil.c 1032 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
    [all...]
dest.c 4342 *valptr; \/* Pointer into string attribute *\/ local
    [all...]
  /external/dng_sdk/source/
dng_lossless_jpeg.cpp 107 int16 valptr[17]; member in struct:HuffmanTable
208 htbl->valptr [l] = (int16) p;
    [all...]
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 

Completed in 170 milliseconds