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.c63 const char *funcstr = NULL; in main() local
78 funcstr = optarg; in main()
95 if (device == NULL || funcstr == NULL || regstr == NULL || in main()
105 lval = strtoul(funcstr, &eptr, 0); in main()
107 errx(EXIT_FAILURE, "failed to parse -f: %s", funcstr); in main()