Searched defs:complain (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dmanpath.c147 manpath_parseline(struct manpaths *dirs, char *path, int complain) argument
155 manpath_add(dirs, dir, complain);
163 manpath_add(struct manpaths *dirs, const char *dir, int complain) argument
171 if (complain)
181 if (complain)
/illumos-gate/usr/src/cmd/checknr/
H A Dchecknr.c108 * Used so we can complain about unrecognized commands.
156 static void complain(int i);
370 * matched yet! Complain, complain.
373 complain(i);
378 complain(int i) function
458 * complain.
479 complain(i);
/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc67 * complain, must_exist, report_file, lock_makefile)
78 * complain Print message if doname/open fails
94 read_simple_file(register Name makefile_name, register Boolean chase_path, register Boolean doname_it, Boolean complain, Boolean must_exist, Boolean report_file, Boolean lock_makefile) argument
228 if (complain) {
245 if (complain ||
296 if (complain || (errno != ENOENT)) {
H A Dmain.cc2723 * read_makefile(makefile, complain, must_exist, report_file)
2732 * complain Passed thru to read_simple_file()
2741 read_makefile(register Name makefile, Boolean complain, Boolean must_exist, Boolean report_file) argument
2748 b = read_simple_file(makefile, true, true, complain,
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1081 int complain = 0; local
1097 complain = 1;
1139 * complain about disconnecting device while open
1141 if (complain) {
3304 * complain, I'd like to keep this form for trivial cases like this.
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c356 * complain if the property has no values (but return nonzero). If flags has
3076 list_svc_or_inst_fmri(void *complain, scf_walkinfo_t *wip) argument
3087 if (complain)
3102 if (complain)
3115 if (complain)
3131 if (complain)

Completed in 91 milliseconds