Home
last modified time | relevance | path

Searched refs:with_defaults (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/sysconf/
H A Dsysconf.c51 bool with_defaults = false; /* `-A' */ variable
149 with_defaults = 1; in parse_options()
394 if ((defaults_only || with_defaults) && !has_defaults) { in main()
399 if ((defaults_only || with_defaults) && file != NULL) { in main()
416 if (with_defaults && argc == 0) in main()
510 if ((defaults_only || with_defaults) && have_writes && !check) in main()
H A Dsysconf_query_value.c33 if (!with_defaults && defaults_idx >= 0 && in do_reads()
H A Dsysconf_priv.h130 extern bool with_defaults;