| /netbsd-src/lib/libc/stdlib/ |
| H A D | getopt_long.c | 347 (long_options[(_x)].has_arg == long_options[(_y)].has_arg && \ in getopt_long() 416 if (long_options[match].has_arg == no_argument in getopt_long() 431 if (long_options[match].has_arg == required_argument || in getopt_long() 432 long_options[match].has_arg == optional_argument) { in getopt_long() 435 else if (long_options[match].has_arg == in getopt_long() 444 if ((long_options[match].has_arg == required_argument) in getopt_long()
|
| /netbsd-src/external/bsd/file/dist/src/ |
| H A D | getopt_long.c | 372 (long_options[(_x)].has_arg == long_options[(_y)].has_arg && \ 441 if (long_options[match].has_arg == no_argument 456 if (long_options[match].has_arg == required_argument || 457 long_options[match].has_arg == optional_argument) { 460 else if (long_options[match].has_arg == 469 if ((long_options[match].has_arg == required_argument)
|
| H A D | mygetopt.h | 60 int has_arg; member
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/ |
| H A D | darwin-crt3.c | 96 int has_arg; member 354 switch (cur->r.has_arg) { in run_routines() 395 if (routine->has_arg) in cxa_atexit_wrapper() 460 if (r->has_arg) in atexit_common() 508 r.has_arg = 1; in __cxa_atexit() 524 r.has_arg = 0; in atexit()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/ |
| H A D | darwin-crt3.c | 96 int has_arg; member 354 switch (cur->r.has_arg) { in run_routines() 395 if (routine->has_arg) in cxa_atexit_wrapper() 460 if (r->has_arg) in atexit_common() 508 r.has_arg = 1; in __cxa_atexit() 524 r.has_arg = 0; in atexit()
|
| /netbsd-src/external/bsd/libfido2/dist/openbsd-compat/ |
| H A D | getopt_long.c | 216 if (long_options[match].has_arg == no_argument in parse_long_options() 230 if (long_options[match].has_arg == required_argument || in parse_long_options() 231 long_options[match].has_arg == optional_argument) { in parse_long_options() 234 else if (long_options[match].has_arg == in parse_long_options() 242 if ((long_options[match].has_arg == required_argument) in parse_long_options()
|
| /netbsd-src/tests/lib/libc/stdlib/ |
| H A D | h_getopt_long.c | 116 longopts[nlongopts].has_arg = no_argument; in main() 119 longopts[nlongopts].has_arg = required_argument; in main() 122 longopts[nlongopts].has_arg = optional_argument; in main() 197 switch (longopts[li].has_arg) { in main()
|
| /netbsd-src/external/bsd/libevent/dist/WIN32-Code/ |
| H A D | getopt_long.c | 201 if (long_options[match].has_arg == required_argument || 202 long_options[match].has_arg == optional_argument) { 208 if ((long_options[match].has_arg == required_argument)
|
| /netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
| H A D | div.cpp | 657 if (!has_arg() || !get_hunits(&n, 'm', topdiv->page_offset)) in page_offset() 668 if (has_arg() && get_vunits(&n, 'v', topdiv->get_page_length())) in page_length() 692 if (has_arg() && get_integer(&n, topdiv->get_page_number())) in begin_page() 771 if (!has_arg() || !get_vunits(&n, 'v')) in space_request() 799 if (!has_arg() || !get_vunits(&n, 'v')) in need_space() 815 if (has_arg() && get_integer(&n, topdiv->get_page_number())) in page_number() 825 if (!has_arg() || !get_vunits(&x, 'v')) in save_vertical_space() 879 if (has_arg() && get_vunits(&n, 'v')) { in diversion_trap() 896 if (has_arg() && get_vunits(&x, 'v')) in change_trap() 927 if (has_arg()) { in return_request() [all …]
|
| H A D | env.cpp | 196 if (has_arg() && get_integer(&n)) in widow_control_request() 1094 else if (!has_arg()) in environment_switch() 1232 if (has_arg() && get_number(&n, 'z', curenv->get_requested_point_size())) { in point_size() 1288 if (has_arg() && get_integer(&n)) in space_size() 1320 if (!has_arg() || !get_integer(&n)) in center() 1337 if (!has_arg() || !get_integer(&n)) in right_justify() 1354 if (has_arg() && get_hunits(&temp, 'm', curenv->line_length)) { in line_length() 1371 if (has_arg() && get_hunits(&temp, 'm', curenv->title_length)) { in title_length() 1387 if (has_arg() && get_vunits(&temp, 'p', curenv->vertical_spacing)) { in vertical_spacing() 1403 if (has_arg() && get_vunits(&temp, 'p', curenv->post_vertical_spacing)) { in post_vertical_spacing() [all …]
|
| /netbsd-src/external/gpl2/diffutils/dist/lib/ |
| H A D | getopt.c | 685 || pfound->has_arg != p->has_arg 711 if (pfound->has_arg) 735 else if (pfound->has_arg == 1) 895 if (pfound->has_arg) 908 else if (pfound->has_arg == 1)
|
| /netbsd-src/sys/external/bsd/sljit/dist/regex_src/ |
| H A D | regexMain.c | 319 int has_arg = (argc >= 2 && argv[1][0] == '-' && argv[1][2] == '\0'); in main() local 328 run_tests(tests, has_arg && argv[1][1] == 'v', has_arg && argv[1][1] == 's'); in main()
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/ |
| H A D | parser.cpp | 91 long_option.has_arg = required_argument; in options_to_getopt_data() 93 long_option.has_arg = no_argument; in options_to_getopt_data() 111 last_long_option.has_arg = 0; in options_to_getopt_data()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | getopt.c | 698 if (pfound->has_arg) in _getopt_internal() 722 else if (pfound->has_arg == 1) in _getopt_internal() 882 if (pfound->has_arg) in _getopt_internal() 895 else if (pfound->has_arg == 1) in _getopt_internal()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | getopt.c | 698 if (pfound->has_arg) in _getopt_internal() 722 else if (pfound->has_arg == 1) in _getopt_internal() 882 if (pfound->has_arg) in _getopt_internal() 895 else if (pfound->has_arg == 1) in _getopt_internal()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | getopt.c | 698 if (pfound->has_arg) in _getopt_internal() 722 else if (pfound->has_arg == 1) in _getopt_internal() 882 if (pfound->has_arg) in _getopt_internal() 895 else if (pfound->has_arg == 1) in _getopt_internal()
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | getopt.c | 679 if (pfound->has_arg) in _getopt_internal() 701 else if (pfound->has_arg == 1) in _getopt_internal() 861 if (pfound->has_arg) in _getopt_internal() 874 else if (pfound->has_arg == 1) in _getopt_internal()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | getopt.c | 698 if (pfound->has_arg) in _getopt_internal() 722 else if (pfound->has_arg == 1) in _getopt_internal() 882 if (pfound->has_arg) in _getopt_internal() 895 else if (pfound->has_arg == 1) in _getopt_internal()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| H A D | getopt.c | 517 || pfound->has_arg != p->has_arg in _getopt_internal_r() 565 if (pfound->has_arg) in _getopt_internal_r() 630 else if (pfound->has_arg == 1) in _getopt_internal_r() 928 if (pfound->has_arg) in _getopt_internal_r() 965 else if (pfound->has_arg == 1) in _getopt_internal_r()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | getopt.c | 517 || pfound->has_arg != p->has_arg in _getopt_internal_r() 565 if (pfound->has_arg) in _getopt_internal_r() 630 else if (pfound->has_arg == 1) in _getopt_internal_r() 928 if (pfound->has_arg) in _getopt_internal_r() 965 else if (pfound->has_arg == 1) in _getopt_internal_r()
|
| /netbsd-src/external/gpl2/texinfo/dist/lib/ |
| H A D | getopt.c | 539 || pfound->has_arg != p->has_arg in _getopt_internal_r() 590 if (pfound->has_arg) in _getopt_internal_r() 658 else if (pfound->has_arg == 1) in _getopt_internal_r() 971 if (pfound->has_arg) in _getopt_internal_r() 1011 else if (pfound->has_arg == 1) in _getopt_internal_r()
|
| /netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
| H A D | getopt.c | 539 || pfound->has_arg != p->has_arg in _getopt_internal_r() 590 if (pfound->has_arg) in _getopt_internal_r() 658 else if (pfound->has_arg == 1) in _getopt_internal_r() 971 if (pfound->has_arg) in _getopt_internal_r() 1011 else if (pfound->has_arg == 1) in _getopt_internal_r()
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | getopt.c | 540 || pfound->has_arg != p->has_arg in _getopt_internal_r() 591 if (pfound->has_arg) in _getopt_internal_r() 659 else if (pfound->has_arg == 1) in _getopt_internal_r() 972 if (pfound->has_arg) in _getopt_internal_r() 1012 else if (pfound->has_arg == 1) in _getopt_internal_r()
|
| /netbsd-src/external/gpl2/grep/dist/lib/ |
| H A D | getopt.c | 693 if (pfound->has_arg) 717 else if (pfound->has_arg == 1) 877 if (pfound->has_arg) 890 else if (pfound->has_arg == 1)
|
| /netbsd-src/include/ |
| H A D | getopt.h | 52 int has_arg; member
|