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

/macosx-10.10.1/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.10.1/cups-408/cups/cups/
H A Dmark.c68 cups_option_t *optptr; /* Current option */ local
256 for (i = num_options, optptr = options; i > 0; i --, optptr ++)
257 if (!_cups_strcasecmp(optptr->name, "media") ||
258 !_cups_strcasecmp(optptr->name, "output-bin") ||
259 !_cups_strcasecmp(optptr->name, "output-mode") ||
260 !_cups_strcasecmp(optptr->name, "print-quality") ||
261 !_cups_strcasecmp(optptr->name, "sides"))
263 else if (!_cups_strcasecmp(optptr->name, "resolution") ||
264 !_cups_strcasecmp(optptr
443 ppd_option_t *optptr; /* Current option */ local
[all...]
H A Dppd.c2750 *optptr, /* Option pointer */ local
3121 optptr = option;
3127 (optptr - option) >= (PPD_MAX_NAME - 1))
3133 *optptr++ = *lineptr++;
3136 *optptr = '\0';
/macosx-10.10.1/zsh-61/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.10.1/libpcap-48/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.10.1/cups-408/cups/scheduler/
H A Djob.c3518 char *optptr, /* Pointer to options */ local
3695 optptr = malloc(newlength);
3697 optptr = realloc(options, newlength);
3699 if (!optptr)
3707 options = optptr;
3716 optptr = options;
3717 *optptr = '\0';
3795 if (optptr > options)
3796 strlcat(optptr, " ", optlength - (size_t)(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.10.1/network_cmds-457/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.10.1/cups-408/cups/backend/
H A Dipp.c205 *optptr, /* Pointer to URI options */ local
435 if ((optptr = strchr(resource, '?')) != NULL)
439 * character of the optptr...
442 *optptr++ = '\0';
445 * Then parse the optptr...
448 while (*optptr)
454 name = optptr;
456 while (*optptr && *optptr != '=' && *optptr !
[all...]
/macosx-10.10.1/zsh-61/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] == '%') {
5122 char *optptr = (char *)getdata(optnode); local
5123 if (*optptr)
5140 char *optptr = (char *)getdata(optnode); local
5141 int optno = optptr - new_opts;
5142 if (*optptr)
[all...]

Completed in 209 milliseconds