Home
last modified time | relevance | path

Searched refs:funcstr (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/amdzen/
H A Dudf.c56 const char *funcstr = NULL; in main() local
71 funcstr = optarg; in main()
85 if (device == NULL || funcstr == NULL || inststr == NULL || in main()
94 lval = strtoul(funcstr, &eptr, 0); in main()
96 errx(EXIT_FAILURE, "failed to parse -f: %s", funcstr); in main()