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

/freebsd-10.2-release/lib/libc/stdlib/
H A Dgetopt_long.c122 static const char noarg[] = "option `%s%.*s' doesn't allow an argument"; variable
127 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable
276 warnx(noarg,
/freebsd-10.2-release/contrib/bmake/
H A Dmain.c430 goto noarg;
462 if (argvalue == NULL || argvalue[0] == 0) goto noarg;
468 if (argvalue == NULL) goto noarg;
474 if (argvalue == NULL) goto noarg;
508 if (argvalue == NULL) goto noarg;
514 if (argvalue == NULL) goto noarg;
528 if (argvalue == NULL) goto noarg;
543 if (argvalue == NULL) goto noarg;
551 if (argvalue == NULL) goto noarg;
569 if (argvalue == NULL) goto noarg;
[all...]
/freebsd-10.2-release/contrib/file/src/
H A Dgetopt_long.c106 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable
438 warnx(noarg, (int)current_argv_len,
/freebsd-10.2-release/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c111 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable
228 warnx(noarg, (int)current_argv_len,
/freebsd-10.2-release/sys/contrib/ngatm/netnatm/saal/
H A Dsaal_sscop.c2566 sscop_insync_sync_resp(struct sscop *sscop, struct sscop_msg *noarg __unused)

Completed in 174 milliseconds