Searched refs:getsubopt (Results 1 – 25 of 53) sorted by relevance
123
/glibc-2.36/manual/examples/ |
D | subopt.c | 64 switch (getsubopt (&subopts, mount_opts, &value)) in main()
|
/glibc-2.36/stdlib/ |
D | getsubopt.c | 39 getsubopt (char **optionp, char *const *tokens, char **valuep) in getsubopt() function
|
D | Versions | 33 getenv; getsubopt;
|
D | Makefile | 81 getsubopt \
|
D | stdlib.h | 980 extern int getsubopt (char **__restrict __optionp,
|
/glibc-2.36/ |
D | SHARED-FILES | 93 stdlib/getsubopt.c
|
/glibc-2.36/conform/data/ |
D | stdlib.h-data | 78 function int getsubopt (char**, char *const*, char**)
|
/glibc-2.36/manual/ |
D | startup.texi | 219 programming of code like this the function @code{getsubopt} is 222 @deftypefun int getsubopt (char **@var{optionp}, char *const *@var{tokens}, char **@var{valuep}) 225 @c getsubopt ok 237 the end a null pointer must be stored. When @code{getsubopt} finds a 259 example of the use of @code{getsubopt}:
|
D | sysinfo.texi | 441 using the @code{getsubopt} function; see @ref{Suboptions}. 620 @code{struct fstab} it is best to use the function @code{getsubopt} 813 @code{getsubopt} function to iterate over all options in the string.
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 997 GLIBC_2.35 getsubopt F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 1009 GLIBC_2.36 getsubopt F
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.6 | 2460 * stdlib/getsubopt.c: Update copyright. Correct typo in comment. 3615 Likewise for valloc, putenv, realpath, [efg]cvt*, and getsubopt 9241 * manual/startup.texi: Document new getsubopt function. 9243 getsubopt function. 9247 * stdlib/Makefile (routines): Add getsubopt. 9248 * stdlib/stdlib.h: Add prototype for getsubopt. 9249 * stdlib/getsubopt.c: New file. Implement getsubopt function
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 1036 GLIBC_2.33 getsubopt F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 1065 GLIBC_2.2.6 getsubopt F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 1039 GLIBC_2.32 getsubopt F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 1080 GLIBC_2.27 getsubopt F
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc.abilist | 1094 GLIBC_2.17 getsubopt F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc.abilist | 1098 GLIBC_2.16 getsubopt F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libc.abilist | 1084 GLIBC_2.29 getsubopt F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/ |
D | libc.abilist | 1017 GLIBC_2.2.5 getsubopt F
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/ |
D | libc.abilist | 1022 GLIBC_2.2 getsubopt F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/ |
D | libc.abilist | 1182 GLIBC_2.17 getsubopt F
|
/glibc-2.36/sysdeps/unix/sysv/linux/sh/le/ |
D | libc.abilist | 1021 GLIBC_2.2 getsubopt F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/le/ |
D | libc.abilist | 1563 GLIBC_2.4 getsubopt F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/ |
D | libc.abilist | 1099 GLIBC_2.3 getsubopt F
|
123