Searched refs:__getopt_nonoption_flags (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt_init.c34 char *__getopt_nonoption_flags; variable
68 __getopt_nonoption_flags = &(*ep)[len];
H A Dgetopt.c277 extern char *__getopt_nonoption_flags;
287 char __tmp = __getopt_nonoption_flags[ch1]; \
288 __getopt_nonoption_flags[ch1] = __getopt_nonoption_flags[ch2]; \
289 __getopt_nonoption_flags[ch2] = __tmp; \
326 /* First make sure the handling of the `__getopt_nonoption_flags'
338 memset (__mempcpy (new_str, __getopt_nonoption_flags,
342 __getopt_nonoption_flags = new_str;
435 if (__getopt_nonoption_flags == NULL
436 || __getopt_nonoption_flags[
[all...]

Completed in 37 milliseconds