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

/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dumask.c37 #ifndef SH_DICT
38 # define SH_DICT "libshell" macro
52 errormsg(SH_DICT,2, "%s", opt_info.arg);
55 errormsg(SH_DICT,ERROR_usage(2), "%s",opt_info.arg);
59 errormsg(SH_DICT,ERROR_usage(2),"%s",optusage((char*)0));
71 errormsg(SH_DICT,ERROR_exit(1),e_number,*argv);
82 errormsg(SH_DICT,ERROR_exit(1),e_format,mask);
H A Dulimit.c36 #ifndef SH_DICT
37 # define SH_DICT "libshell" macro
46 errormsg(SH_DICT,ERROR_exit(2),e_nosupport);
102 errormsg(SH_DICT,2, e_notimp, opt_info.name);
105 errormsg(SH_DICT,2, "%s", opt_info.arg);
108 errormsg(SH_DICT,ERROR_usage(2), "%s", opt_info.arg);
124 errormsg(SH_DICT,ERROR_usage(2),optusage((char*)0));
143 errormsg(SH_DICT,ERROR_system(1),e_number,limit);
147 errormsg(SH_DICT,ERROR_system(1),e_readonly,tp->name);
152 errormsg(SH_DICT,ERROR_syste
[all...]
H A Dpoll_solaris.c30 #ifndef SH_DICT
31 # define SH_DICT "libshell" macro
261 errormsg(SH_DICT, ERROR_system(1), "%s: invalid timeout", opt_info.arg);
271 errormsg(SH_DICT, 2, "%s", opt_info.arg);
274 errormsg(SH_DICT, ERROR_usage(2), "%s", opt_info.arg);
280 errormsg(SH_DICT, ERROR_usage(2), optusage((char*)0));
289 errormsg(SH_DICT, ERROR_system(1), "cannot find array variable %s", varname);
291 errormsg(SH_DICT, ERROR_system(1), "variable %s is not an array", varname);
326 errormsg(SH_DICT, ERROR_system(1), "missing pollfd %s[%s].fd", varname, subname);
329 errormsg(SH_DICT, ERROR_syste
[all...]
H A Dshiocmd_solaris.c30 #ifndef SH_DICT
31 # define SH_DICT "libshell" macro
75 errormsg(SH_DICT, ERROR_exit(1),"%s: invalid date/time string", val);
147 errormsg(SH_DICT, ERROR_exit(1),"%s: invalid mode string", val);
548 errormsg(SH_DICT, ERROR_system(1), "%s: invalid mode", arg);
551 errormsg(SH_DICT, 2, "%s", opt_info.arg);
554 errormsg(SH_DICT, ERROR_usage(2), "%s", opt_info.arg);
560 errormsg(SH_DICT, ERROR_usage(2), optusage((char*)0));
574 errormsg(SH_DICT, ERROR_system(1), "%s: open failed", argv[1]);
614 errormsg(SH_DICT,
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dstreval.c42 #ifndef SH_DICT
43 # define SH_DICT "libshell" macro
133 errormsg(SH_DICT,ERROR_exit(mode),message,expr);
1017 errormsg(SH_DICT,ERROR_exit(1),message,ep->name);
/osnet-11/usr/src/lib/libshell/common/include/
H A Ddefs.h278 #ifndef SH_DICT
279 #define SH_DICT (void*)e_dict macro

Completed in 28 milliseconds