Searched refs:valend (Results 1 – 4 of 4) sorted by relevance
2436 *valend; /* End of value */ in parse_fatal_errors() local2460 for (valend = valstart; *valend; valend ++) in parse_fatal_errors()2461 if (_cups_isspace(*valend) || *valend == ',') in parse_fatal_errors()2464 if (*valend) in parse_fatal_errors()2465 *valend++ = '\0'; in parse_fatal_errors()2497 for (valstart = valend; *valstart; valstart ++) in parse_fatal_errors()2517 *valend, /* End of value */ in parse_groups() local2541 for (valend = valstart; *valend; valend ++) in parse_groups()2542 if (*valend == quote) in parse_groups()2551 for (valend = valstart; *valend; valend ++) in parse_groups()[all …]
1044 *valend; /* End of value string */ in scan_ps() local1089 valend = obj.value.string + sizeof(obj.value.string) - 1; in scan_ps()1101 if (valptr >= valend) in scan_ps()1188 valend = obj.value.string + sizeof(obj.value.string) - 1; in scan_ps()1198 else if (valptr >= valend || !isxdigit(*cur & 255)) in scan_ps()1314 valend = obj.value.name + sizeof(obj.value.name) - 1; in scan_ps()1321 valend = obj.value.other + sizeof(obj.value.other) - 1; in scan_ps()1328 else if (valptr < valend) in scan_ps()
1304 unsigned char *valend; /* End of value */ in asn1_get_oid() local1313 valend = *buffer + length; in asn1_get_oid()1317 if (valend > bufend) in asn1_get_oid()1318 valend = bufend; in asn1_get_oid()1335 while (*buffer < valend) in asn1_get_oid()
593 *valend = value + valsize - 1; /* Pointer to end of buffer */ in cups_auth_param() local621 if (valptr < valend) in cups_auth_param()631 if (valptr < valend) in cups_auth_param()