Searched defs:argptr (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Ddevattr.c173 char **argptr; /* Pointer into argv[] list */
250 if ((argptr = listdev(device)) == (char **) NULL) {
263 if (argc > (optind+1)) argptr = &argv[optind+1];
274 while (noerr && ((attr = *argptr++) != (char *) NULL)) {
170 char **argptr; /* Pointer into argv[] list */ local
/illumos-gate/usr/src/cmd/fgrep/
H A Dfgrep.c133 char *argptr; variable
186 argptr = optarg;
187 input_size = strlen(argptr);
238 argptr = argv[optind];
239 input_size = strlen(argptr);
508 cw = ISASCII(c = (unsigned char)*argptr++) ? 1 :
512 c = (c << 7) | ((*argptr++) & 0177);
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.c420 * adjust argptr so that &arg[2] will point to beginning of the option argument.
428 chkspace(char **argptr, int *xargc, char ***xargv) argument
430 if ((*argptr)[2] == EOS) {
435 * Adjust argptr if the option is followed by an
439 *argptr = (*xargv)[1];
441 *argptr -= 2;
/illumos-gate/usr/src/lib/libumem/common/
H A Denvvar.c603 char *argptr; local
636 argptr = strchr(buf, '=');
638 if (argptr != NULL)
639 *argptr++ = 0;
643 (void) process_item(item_list, argptr);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dnew_host.c202 SC_Finalize(void *argptr) argument

Completed in 64 milliseconds