HelenOS sources

getopt             66 uspace/app/date/date.c 	while ((c = getopt(argc, argv, "hd:t:")) != -1) {
getopt             72 uspace/app/df/df.c 	while ((optres = getopt(argc, argv, "ubh")) != -1) {
getopt            236 uspace/app/ping/ping.c 	while ((c = getopt(argc, argv, short_options)) != -1) {
getopt            261 uspace/app/tetris/tetris.c 	while ((ch = getopt(argc, argv, "ck:ps")) != -1)
getopt            261 uspace/dist/src/c/demos/tetris/tetris.c 	while ((ch = getopt(argc, argv, "ck:ps")) != -1)
getopt             67 uspace/lib/c/include/getopt.h int	 getopt(int, char *const [], const char *);
getopt             35 uspace/lib/c/test/getopt.c PCUT_TEST_SUITE(getopt);
getopt             53 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt             58 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt             64 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt             82 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt             87 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt             92 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt             97 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            116 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            121 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            127 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            145 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            151 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            169 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            175 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            193 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            199 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            204 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            210 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            230 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            236 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            241 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            260 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            265 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            270 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            289 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            295 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            301 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            321 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            326 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            346 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            351 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            371 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            376 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            382 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            387 uspace/lib/c/test/getopt.c 	ret = getopt(argc, (char *const *)argv, options);
getopt            568 uspace/lib/c/test/getopt.c PCUT_EXPORT(getopt);
getopt             40 uspace/lib/c/test/main.c PCUT_IMPORT(getopt);
getopt             67 uspace/lib/posix/include/libc/getopt.h int	 getopt(int, char *const [], const char *);
getopt             63 uspace/lib/posix/include/posix/unistd.h extern int getopt(int, char *const [], const char *);
HelenOS homepage, sources at GitHub