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

/macosx-10.10/cups-408/cups/cups/
H A Dlocalize.c250 *valptr; /* Pointer into value */ local
365 for (valptr = locattr->value, bufptr = buffer; *valptr && bufptr < bufend;)
367 if (!strncmp(valptr, "text:", 5))
373 valptr += 5;
375 while (*valptr && !_cups_isspace(*valptr) && bufptr < bufend)
377 if (*valptr == '%' && isxdigit(valptr[1] & 255) &&
378 isxdigit(valptr[
[all...]
H A Dadminutil.c1033 char *valptr; /* Pointer into value */ local
1038 for (valptr = value; *valptr && !_cups_isspace(*valptr); valptr ++);
1040 if (*valptr)
1041 *valptr++ = '\0';
1050 for (value = valptr; _cups_isspace(*value); value ++);
1634 char *valptr; /* Pointer into value */ local
1651 for (valptr
[all...]
H A Ddest.c3869 *valptr; /* Pointer into string attribute */ local
3917 for (valptr = attr->values[i].string.text;
3918 *valptr && ptr < end;)
3920 if (strchr(" \t\n\\\'\"", *valptr))
3928 *ptr++ = *valptr++;
/macosx-10.10/cups-408/cups/filter/
H A Dcommandtops.c135 const char *valptr; /* Pointer into attribute value */ local
221 for (bufptr = buffer, valptr = attr->value; *valptr; valptr ++)
227 if (*valptr == '\n')
233 else if (*valptr < ' ')
242 if (*valptr == '\r')
247 else if (*valptr == '\t')
255 *bufptr++ = '0' + ((*valptr / 64) & 7);
256 *bufptr++ = '0' + ((*valptr /
[all...]
H A Dinterpret.c1049 *valptr, /* Pointer into value string */ local
1094 for (cur ++, parens = 1, valptr = obj.value.string,
1107 if (valptr >= valend)
1123 *valptr++ = '\b';
1125 *valptr++ = '\f';
1127 *valptr++ = '\n';
1129 *valptr++ = '\r';
1131 *valptr++ = '\t';
1148 *valptr++ = (char)ch;
1156 *valptr
[all...]
/macosx-10.10/cups-408/cups/cgi-bin/
H A Dipp-var.c941 *valptr; /* Pointer into value */ local
991 if ((valptr = strrchr(attr->values[0].string.text, '/')) == NULL)
992 valptr = "unknown";
994 valptr ++;
996 cgiSetArray("job_printer_name", element, valptr);
1009 valptr = value;
1013 if (valptr >= (value + sizeof(value) - 3))
1018 *valptr++ = ',';
1019 *valptr++ = ' ';
1022 remaining = sizeof(value) - (size_t)(valptr
[all...]
/macosx-10.10/iodbc-42.5/iodbc/iodbcinst/
H A Dinifile.h159 char **valptr);
161 long *valptr);
163 short *valptr);
/macosx-10.10/cups-408/cups/scheduler/
H A Dconf.c1992 char *valptr; /* Pointer into value */ local
2069 for (valptr = value; *valptr && !_cups_isspace(*valptr); valptr ++);
2071 while (_cups_isspace(*valptr))
2072 *valptr++ = '\0';
2154 value = valptr;
2273 for (valptr = value; !_cups_isspace(*valptr)
3545 *valptr; /* Pointer into value */ local
3665 *valptr; /* Pointer into value */ local
[all...]
H A Djob.c3519 *valptr; /* Pointer in value string */ local
3851 for (valptr = attr->values[i].string.text; *valptr;)
3853 if (strchr(" \t\n\\\'\"", *valptr))
3855 *optptr++ = *valptr++;
/macosx-10.10/pam_modules-140/modules/pam_env/
H A Dpam_env.c383 char *ptr, **valptr, *tmpptr; local
414 valptr=&(var->defval);
418 valptr=&(var->override);
444 if ((*valptr = malloc(length + 1)) == NULL) {
449 (void)strncpy(*valptr,ptr,length);
450 (*valptr)[length]='\0';
452 *valptr = &quote; /* a quick hack to handle the empty string */
462 ptr = NULL; tmpptr = NULL; valptr = NULL;
/macosx-10.10/cups-408/cups/test/
H A Dipptool.c5523 *valptr; /* Pointer into value */ local
5551 valptr = value;
5553 while (isspace(*valptr & 255) || isdigit(*valptr & 255) ||
5554 *valptr == '-' || *valptr == ',' || *valptr == '<' ||
5555 *valptr == '=' || *valptr == '>')
5558 while (*valptr
[all...]
H A Dippserver.c5279 *valptr; /* Pointer into string */ local
5312 valptr = val;
5313 *valptr++ = 'I';
5314 *valptr++ = 'P';
5315 *valptr++ = 'P';
5316 *valptr++ = '_';
5317 while (*name && valptr < (val + sizeof(val) - 2))
5320 *valptr++ = '_';
5322 *valptr++ = (char)toupper(*name & 255);
5326 *valptr
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Demacs.c652 argmatch (argv, argc, sstr, lstr, minlen, valptr, skipptr)
658 char **valptr;
674 if (valptr != NULL)
676 *valptr = argv[*skipptr+2];
683 arglen = (valptr != NULL && (p = index (arg, '=')) != NULL
687 else if (valptr == NULL)
694 *valptr = p+1;
700 *valptr = argv[*skipptr+2];
/macosx-10.10/cups-408/cups/backend/
H A Ddnssd.c1239 char *valptr = value + strlen(value); local
1242 if (valptr < (value + sizeof(value) - 1))
1243 *valptr++ = ',';
1248 if (isalnum(*ptr & 255) && valptr < (value + sizeof(value) - 1))
1249 *valptr++ = (char)toupper(*ptr++ & 255);
1254 *valptr = '\0';
/macosx-10.10/gnudiff-19/diffutils/src/
H A Difdef.c388 scan_char_literal (char const *lit, char *valptr) argument
422 *valptr = value;
/macosx-10.10/vim-55/runtime/syntax/
H A Dibasic.vim65 syn keyword ibasicBuiltInFunction val valptr valseg varptr varseg
H A Dbasic.vim103 syn keyword basicFunction VALPTR valptr Valptr VALSEG valseg Valseg
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_catalog.c2632 uint32_t *valptr; local
2673 valptr = (uint32_t *)(alias + kHFSAliasVolCreateDateOffset);
2674 *valptr = OSSwapHostToBigInt32(hfsmp->localCreateDate);
2685 valptr = (uint32_t *)(alias + kHFSAliasParentIDOffset);
2686 *valptr = OSSwapHostToBigInt32(hfsmp->hfs_private_desc[DIR_HARDLINKS].cd_cnid);
2689 valptr = (uint32_t *)(alias + kHFSAliasTargetIDOffset);
2690 *valptr = OSSwapHostToBigInt32(inode_num);
/macosx-10.10/zsh-61/zsh/Src/
H A Dparams.c3286 return *pm->u.valptr;
3297 *pm->u.valptr = x;
3308 zlong *p = pm->u.valptr;
H A Dzsh.h1556 zlong *valptr; /* value if special pointer to integer */ member in union:param::__anon15754

Completed in 383 milliseconds