Searched refs:optarg (Results 1 - 3 of 3) sorted by relevance

/solaris-userland/components/libusb/wrapper/src/
H A Dlibusb-config27 -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
28 *) optarg= ;;
33 prefix=$optarg
35 exec_prefix=$optarg
42 exec_prefix=$optarg
/solaris-userland/components/krb5/Solaris/
H A Dsafechown.c91 mode = strtol(optarg, 0, 8);
94 uid = atoi(optarg);
/solaris-userland/components/open-fabrics/infiniband-diags/
H A Dsolaris_set_nodedesc.c379 * many substrings. The first substring is "optarg" and
396 if (strcmp(argv[i], optarg) == 0) {
415 strncpy(nodedesc_str, optarg, 64);
490 hca_guid = (uint64_t)strtoull(optarg, 0, 0);

Completed in 16 milliseconds