Searched defs:SH_DICT (Results 1 - 7 of 7) sorted by relevance
/ast/src/cmd/ksh93/bltins/ |
H A D | umask.c | 37 #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 D | ulimit.c | 36 #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)); 148 errormsg(SH_DICT,ERROR_system(1),e_number,limit); 153 errormsg(SH_DICT,ERROR_system(1),e_readonly,tp->name); 158 errormsg(SH_DICT,ERROR_syste [all...] |
/ast/src/cmd/ksh93/ |
H A D | Makefile | 96 SH_DICT == /* message catalog */ macro 190 $(SHCOMP) :: CC.DLL= SH_DICT='"libshell"' shcomp.c $(LIBS_req)
|
/ast/src/cmd/kshlib/open/ |
H A D | open.c | 28 #ifndef SH_DICT 29 # define SH_DICT "libshell" macro 73 errormsg(SH_DICT,ERROR_exit(1),"%s: invalid date/time string",val); 145 errormsg(SH_DICT,ERROR_exit(1),"%s: invalid mode string",val); 492 errormsg(SH_DICT,2, "%s", opt_info.arg); 495 errormsg(SH_DICT,ERROR_usage(2), "%s", opt_info.arg); 501 errormsg(SH_DICT,ERROR_usage(2),optusage((char*)0)); 505 errormsg(SH_DICT,ERROR_system(1),"%s: open failed",argv[1]); 520 errormsg(SH_DICT,ERROR_system(1),"%s: open failed",argv[1]);
|
/ast/src/cmd/ksh93/sh/ |
H A D | streval.c | 42 #ifndef SH_DICT 43 # define SH_DICT "libshell" macro 133 errormsg(SH_DICT,ERROR_exit(mode),message,expr); 1019 errormsg(SH_DICT,ERROR_exit(1),message,ep->name);
|
/ast/src/cmd/kshlib/dss/ |
H A D | dss.c | 32 #ifndef SH_DICT 33 # define SH_DICT "libshell" macro 150 errormsg(SH_DICT,ERROR_exit(1),"%s: load method %s",argv[0]); 681 errormsg(SH_DICT,ERROR_exit(1),"%d: invalid dss format",sffileno(iop)); 735 errormsg(SH_DICT,ERROR_exit(1),"%d: cannot open for dss write",sffileno(iop)); 891 errormsg(SH_DICT,ERROR_exit(1),"%s: cannot covert to type dss.%s",val,tp->type->name); 1179 errormsg(SH_DICT,ERROR_exit(1),"dssopen failed"); 1187 errormsg(SH_DICT,ERROR_exit(1),"%s: unknown dss type",name); 1337 errormsg(SH_DICT,2, "%s", opt_info.arg); 1339 errormsg(SH_DICT,ERROR_usag [all...] |
/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 283 #ifndef SH_DICT 284 #define SH_DICT (void*)e_dict macro
|
Completed in 23 milliseconds