Lines Matching refs:error
45 "names an existing directory shall be ignored without error.]"
46 "[v:verbose?Print a message on the standard error for each created "
54 "[+>0?An error occurred.]"
88 error(ERROR_exit(0), "%s: invalid mode", opt_info.arg);
97 error(2, "%s", opt_info.arg);
100 error(ERROR_usage(2), "%s", opt_info.arg);
107 error(ERROR_usage(2), "%s", optusage(NiL));
127 error(0, "%s: directory created", path);
132 error(ERROR_system(0), "%s:", path);
159 error(ERROR_system(0), "%s: cannot create intermediate directory", path);
164 error(0, "%s: directory created", path);
176 error(ERROR_system(0), "%s: cannot stat", path);
181 error(ERROR_system(0), "%s: cannot change mode from %s to %s", path, fmtperm(st.st_mode & (S_ISVTX|S_ISUID|S_ISGID)), fmtperm(mode));