Home
last modified time | relevance | path

Searched refs:noarg (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/arch/x68k/stand/libiocs/
Dmakeiocscalls.awk166 noarg = 0
170 noarg++
329 if (err_d0 && noarg) {
337 if (noarg == 0)
370 if ((err_d0 && noarg) || b_curmod || b_curpat)
/netbsd/src/external/bsd/tcpdump/dist/missing/
Dgetopt_long.c108 static const char noarg[] = "option `%s%.*s' doesn't allow an argument"; variable
113 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable
293 warnx(noarg, in parse_long_options()
/netbsd/src/lib/libc/stdlib/
Dgetopt_long.c103 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable
419 warnx(noarg, (int)current_argv_len, in getopt_long()
/netbsd/src/external/bsd/file/dist/src/
Dgetopt_long.c112 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable
444 warnx(noarg, (int)current_argv_len,
/netbsd/src/sys/rump/librump/rumpkern/
Dintr.c96 doclock(void *noarg) in doclock() argument
/netbsd/src/usr.bin/make/
Dmain.c632 goto noarg; in MainParseArgs()
649 goto noarg; in MainParseArgs()
671 noarg: in MainParseArgs()
/netbsd/src/external/gpl3/gdb/dist/
Dsha256.sum5975 …2e3d9f70bf5a3f2049c0b24792c1bedfdcb67022f951aa83f33ccd1fc4 gdb/testsuite/gdb.base/inferior-noarg.c
6314 …9632f8c0e582117b794a042d705220d73d29edfd0982350e641172e1 gdb/testsuite/gdb.base/inferior-noarg.exp
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/
DChangeLog-2014-20211584 * gdb.base/inferior-noarg.c: New test.
1585 * gdb.base/inferior-noarg.exp: New test.