Searched refs:suboptarg (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/mdocml/dist/
H A Dcompat_getsubopt.c49 char *suboptarg; local
52 suboptarg = *valuep = NULL;
66 for (suboptarg = p;
91 if (!strcmp(suboptarg, *tokens))
/netbsd-current/lib/libc/stdlib/
H A Dgetsubopt.c59 * tricky... The extern variable suboptarg is a pointer to the token
62 char *suboptarg;
74 suboptarg = *valuep = NULL;
88 for (suboptarg = p;
113 if (!strcmp(suboptarg, *tokens))
/netbsd-current/external/bsd/libfido2/dist/openbsd-compat/
H A Dgetopt.h71 extern char *suboptarg; /* getsubopt(3) external variable */
/netbsd-current/include/
H A Dunistd.h423 extern char *suboptarg; /* getsubopt(3) external variable */
/netbsd-current/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_main.c1726 "'%s'\n"), suboptarg);
1763 "'%s'\n"), suboptarg);
1799 suboptarg);
3172 suboptarg);
/netbsd-current/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_main.c5434 "'%s'\n"), suboptarg);

Completed in 212 milliseconds