Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/bmake/
Dmain.c423 goto noarg; in MainParseArgs()
455 if (argvalue == NULL || argvalue[0] == 0) goto noarg; in MainParseArgs()
461 if (argvalue == NULL) goto noarg; in MainParseArgs()
467 if (argvalue == NULL) goto noarg; in MainParseArgs()
501 if (argvalue == NULL) goto noarg; in MainParseArgs()
507 if (argvalue == NULL) goto noarg; in MainParseArgs()
521 if (argvalue == NULL) goto noarg; in MainParseArgs()
536 if (argvalue == NULL) goto noarg; in MainParseArgs()
544 if (argvalue == NULL) goto noarg; in MainParseArgs()
562 if (argvalue == NULL) goto noarg; in MainParseArgs()
[all …]
/freebsd-9-stable/lib/libc/stdlib/
Dgetopt_long.c129 static const char noarg[] = "option `%s%.*s' doesn't allow an argument"; variable
134 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable
283 warnx(noarg, in parse_long_options()
/freebsd-9-stable/crypto/openssh/openbsd-compat/
Dgetopt_long.c111 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable
228 warnx(noarg, (int)current_argv_len, in parse_long_options()
/freebsd-9-stable/contrib/file/src/
Dgetopt_long.c106 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable
438 warnx(noarg, (int)current_argv_len,
/freebsd-9-stable/sys/contrib/ngatm/netnatm/saal/
Dsaal_sscop.c2566 sscop_insync_sync_resp(struct sscop *sscop, struct sscop_msg *noarg __unused) in sscop_insync_sync_resp()