Searched refs:current_dash (Results 1 – 3 of 3) sorted by relevance
| /freebsd/lib/libc/stdlib/ |
| H A D | getopt_long.c | 189 const char *current_dash; in parse_long_options() local 198 current_dash = "-"; in parse_long_options() 201 current_dash = "--"; in parse_long_options() 204 current_dash = "-W "; in parse_long_options() 207 current_dash = ""; in parse_long_options() 257 current_dash, in parse_long_options() 270 current_dash, in parse_long_options() 308 current_dash, in parse_long_options() 329 current_dash, in parse_long_options()
|
| /freebsd/contrib/tcpdump/missing/ |
| H A D | getopt_long.c | 214 const char *current_dash; in parse_long_options() local 223 current_dash = "-"; in parse_long_options() 226 current_dash = "--"; in parse_long_options() 229 current_dash = "-W "; in parse_long_options() 232 current_dash = ""; in parse_long_options() 282 current_dash, in parse_long_options() 295 current_dash, in parse_long_options() 335 current_dash, in parse_long_options() 356 current_dash, in parse_long_options()
|
| /freebsd/contrib/pkgconf/cli/ |
| H A D | getopt_long.c | 195 char *current_dash; in parse_long_options() local 204 current_dash = "-"; in parse_long_options() 207 current_dash = "--"; in parse_long_options() 210 current_dash = "-W "; in parse_long_options() 213 current_dash = ""; in parse_long_options() 264 current_dash, in parse_long_options() 280 current_dash, in parse_long_options() 321 current_dash, in parse_long_options() 345 current_dash, in parse_long_options()
|