Searched refs:optptr (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/pcre-7/pcre/
H A Dpcre_info.c66 optptr where to pass back the options
76 pcre_info(const pcre *argument_re, int *optptr, int *first_byte) argument
86 if (optptr != NULL) *optptr = (int)(re->options & PUBLIC_COMPILE_OPTIONS);
H A Dpcregexp.pas405 var optptr : integer;
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dmark.c87 cups_option_t *optptr; /* Current option */ local
275 for (i = num_options, optptr = options; i > 0; i --, optptr ++)
276 if (!_cups_strcasecmp(optptr->name, "media") ||
277 !_cups_strcasecmp(optptr->name, "output-bin") ||
278 !_cups_strcasecmp(optptr->name, "output-mode") ||
279 !_cups_strcasecmp(optptr->name, "print-quality") ||
280 !_cups_strcasecmp(optptr->name, "sides"))
282 else if (!_cups_strcasecmp(optptr->name, "resolution") ||
283 !_cups_strcasecmp(optptr
462 ppd_option_t *optptr; /* Current option */ local
[all...]
H A Dppd.c2798 *optptr, /* Option pointer */ local
3169 optptr = option;
3175 (optptr - option) >= (PPD_MAX_NAME - 1))
3181 *optptr++ = *lineptr++;
3184 *optptr = '\0';
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dsystem.c357 char *optptr = *args + 1, *optarg; local
359 if (!*optptr || !strcmp(optptr, "-"))
361 while ((opt = *optptr)) {
370 if (optptr[1]) {
371 fdvar = optptr + 1;
372 optptr += strlen(fdvar) - 1;
390 if (optptr[1]) {
391 optarg = optptr + 1;
392 optptr
[all...]
/macosx-10.9.5/libpcap-42/libpcap/tests/ngofflinereadtest/
H A Dngofflinereadtest.c351 u_char *optptr = NULL; local
374 optptr = (u_char *)(shb + 1);
385 optptr = (u_char *)(idb + 1);
398 optptr = (u_char *)(epb + 1);
399 optptr += PAD32(epb->caplen);
445 if (optptr) {
446 size_t optlen = block_header->total_length - (optptr - bytes);
448 hex_and_ascii_print("", optptr, optlen, "\n");
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Djob.c3419 char *optptr, /* Pointer to options */ local
3596 optptr = malloc(newlength);
3598 optptr = realloc(options, newlength);
3600 if (!optptr)
3608 options = optptr;
3617 optptr = options;
3618 *optptr = '\0';
3696 if (optptr > options)
3697 strlcat(optptr, " ", optlength - (optptr
[all...]
H A Dcups-lpd.c411 *optptr; /* Pointer to options on line */ local
668 for (optptr = value; *optptr && !isspace(*optptr & 255); optptr ++);
670 while (*optptr == ' ')
671 *optptr++ = '\0';
680 num_options = cupsParseOptions(optptr, num_options, options);
/macosx-10.9.5/network_cmds-433/ifconfig.tproj/
H A Difmedia.c613 char *optlist, *optptr; local
633 optptr = optlist;
634 for (; (optptr = strtok(optptr, ",")) != NULL; optptr = NULL) {
636 option = lookup_media_word(ttos->options[i].desc, optptr);
641 errx(1, "unknown option: %s", optptr);
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dipp.c203 *optptr, /* Pointer to URI options */ local
433 if ((optptr = strchr(resource, '?')) != NULL)
437 * character of the optptr...
440 *optptr++ = '\0';
443 * Then parse the optptr...
446 while (*optptr)
452 name = optptr;
454 while (*optptr && *optptr != '=' && *optptr !
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dbuiltin.c342 char *optptr; local
343 if ((optptr = strchr(optstr, execop = (int)*arg))) {
345 if (optptr[1] == ':') {
347 if (optptr[2] == ':') {
351 } else if (optptr[2] == '%') {
5100 char *optptr = (char *)getdata(optnode); local
5101 if (*optptr)
5118 char *optptr = (char *)getdata(optnode); local
5119 int optno = optptr - new_opts;
5120 if (*optptr)
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Dpcre.c659 optptr where to pass back the options
669 pcre_info(const pcre *argument_re, int *optptr, int *first_byte) argument
679 if (optptr != NULL) *optptr = (int)(re->options & PUBLIC_OPTIONS);

Completed in 403 milliseconds