Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dgetsubopt.c41 char *suboptarg; variable
49 suboptarg = *valuep = NULL; in getsubopt()
63 for (suboptarg = p; in getsubopt()
88 if (!strcmp(suboptarg, *tokens)) in getsubopt()
/picolibc-latest/newlib/libc/include/
Dstdlib.h156 extern char *suboptarg; /* getsubopt(3) external variable */
/picolibc-latest/newlib/
DChangeLog-20155454 * libc/include/sys/unistd.h (suboptarg, getsubopt): Move...