suboptarg 155 usr/include/unistd.h extern char *suboptarg; /* getsubopt(3) external variable */ suboptarg 40 usr/lib/libc/stdlib/getsubopt.c char *suboptarg; suboptarg 50 usr/lib/libc/stdlib/getsubopt.c suboptarg = *valuep = NULL; suboptarg 64 usr/lib/libc/stdlib/getsubopt.c for (suboptarg = p; suboptarg 89 usr/lib/libc/stdlib/getsubopt.c if (!strcmp(suboptarg, *tokens))