Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dgetsubopt.c45 char *suboptarg; variable
53 suboptarg = *valuep = NULL; in getsubopt()
67 for (suboptarg = p; in getsubopt()
92 if (!strcmp(suboptarg, *tokens)) in getsubopt()
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dstdlib.h132 extern char *suboptarg; /* getsubopt(3) external variable */
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-20155454 * libc/include/sys/unistd.h (suboptarg, getsubopt): Move...