HelenOS sources
getopt_long 347 uspace/app/bdsh/cmds/modules/cat/cat.c c = getopt_long(argc, argv, "xhvmH:t:b:sn", long_options, &opt_ind);
getopt_long 131 uspace/app/bdsh/cmds/modules/cmp/cmp.c c = getopt_long(argc, argv, "hv", long_options, &opt_ind);
getopt_long 500 uspace/app/bdsh/cmds/modules/cp/cp.c c = getopt_long(argc, argv, "hvVfirb:", long_options, &opt_ind);
getopt_long 436 uspace/app/bdsh/cmds/modules/ls/ls.c c = getopt_long(argc, argv, "hure1", long_options, &opt_ind);
getopt_long 176 uspace/app/bdsh/cmds/modules/mkdir/mkdir.c c = getopt_long(argc, argv, "pvhVfm:", long_options, &opt_ind);
getopt_long 148 uspace/app/bdsh/cmds/modules/mkfile/mkfile.c c = getopt_long(argc, argv, "ps:h", long_options, &opt_ind);
getopt_long 148 uspace/app/bdsh/cmds/modules/mount/mount.c c = getopt_long(argc, argv, "i:ht", long_options, &opt_ind);
getopt_long 275 uspace/app/bdsh/cmds/modules/rm/rm.c c = getopt_long(argc, argv, "hvrfs", long_options, &opt_ind);
getopt_long 96 uspace/app/bdsh/cmds/modules/touch/touch.c c = getopt_long(argc, argv, "c", long_options, &longind);
getopt_long 353 uspace/app/hbench/main.c while ((opt = getopt_long(argc, argv, short_options, long_options, NULL)) > 0) {
getopt_long 809 uspace/app/mkexfat/mkexfat.c c = getopt_long(argc, argv, "hs:c:L:",
getopt_long 140 uspace/app/mkmfs/mkmfs.c c = getopt_long(argc, argv, "lh12b:i:",
getopt_long 87 uspace/app/tmon/tests.c c = getopt_long(argc, argv, short_options, long_options, NULL);
getopt_long 157 uspace/app/usbinfo/main.c opt = getopt_long(argc, argv,
getopt_long 189 uspace/app/vuhid/main.c while ((opt = getopt_long(argc, argv, short_options, long_options, NULL)) > 0) {
getopt_long 261 uspace/app/wavplay/main.c ret = getopt_long(argc, argv, "d:prt:h", opts, &idx);
getopt_long 63 uspace/lib/c/include/getopt.h int getopt_long(int, char *const *, const char *,
getopt_long 413 uspace/lib/c/test/getopt.c ret = getopt_long(argc, (char *const *)argv, options, long_options, &idx);
getopt_long 418 uspace/lib/c/test/getopt.c ret = getopt_long(argc, (char *const *)argv, options, long_options, &idx);
getopt_long 424 uspace/lib/c/test/getopt.c ret = getopt_long(argc, (char *const *)argv, options, long_options, &idx);
getopt_long 450 uspace/lib/c/test/getopt.c ret = getopt_long(argc, (char *const *)argv, options, long_options, &idx);
getopt_long 456 uspace/lib/c/test/getopt.c ret = getopt_long(argc, (char *const *)argv, options, long_options, &idx);
getopt_long 462 uspace/lib/c/test/getopt.c ret = getopt_long(argc, (char *const *)argv, options, long_options, &idx);
getopt_long 488 uspace/lib/c/test/getopt.c ret = getopt_long(argc, (char *const *)argv, options, long_options, &idx);
getopt_long 494 uspace/lib/c/test/getopt.c ret = getopt_long(argc, (char *const *)argv, options, long_options, &idx);
getopt_long 500 uspace/lib/c/test/getopt.c ret = getopt_long(argc, (char *const *)argv, options, long_options, &idx);
getopt_long 526 uspace/lib/c/test/getopt.c ret = getopt_long(argc, (char *const *)argv, options, long_options, &idx);
getopt_long 532 uspace/lib/c/test/getopt.c ret = getopt_long(argc, (char *const *)argv, options, long_options, &idx);
getopt_long 558 uspace/lib/c/test/getopt.c ret = getopt_long(argc, (char *const *)argv, options, long_options, &idx);
getopt_long 564 uspace/lib/c/test/getopt.c ret = getopt_long(argc, (char *const *)argv, options, long_options, &idx);
getopt_long 63 uspace/lib/posix/include/libc/getopt.h int getopt_long(int, char *const *, const char *,
HelenOS homepage, sources at GitHub