Home
last modified time | relevance | path

Searched refs:sh_open (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/include/
H A Dshell.h194 extern int sh_open(const char*, int, ...);
240 # define open64 sh_open
243 # define open sh_open
/titanic_50/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h204 extern __MANGLE__ int sh_open __PROTO__((const char*, int, ...));
251 # define open64 sh_open
254 # define open sh_open
/titanic_50/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h204 extern __MANGLE__ int sh_open __PROTO__((const char*, int, ...));
251 # define open64 sh_open
254 # define open sh_open
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h204 extern __MANGLE__ int sh_open __PROTO__((const char*, int, ...));
251 # define open64 sh_open
254 # define open sh_open
/titanic_50/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h204 extern __MANGLE__ int sh_open __PROTO__((const char*, int, ...));
251 # define open64 sh_open
254 # define open sh_open
/titanic_50/usr/src/lib/libshell/
H A Dmapfile-vers68 sh_open;
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dmain.c312 if((fdin=sh_open(name,O_RDONLY,0))>=0 &&(fstat(fdin,&statb)<0 || S_ISDIR(statb.st_mode))) in sh_main()
331 if((fdin=sh_open(sp,O_RDONLY,0))>=0) in sh_main()
H A Dio.c665 int sh_open(register const char *path, int flags, ...) in sh_open() function
779 register int fd = sh_open(name,O_RDONLY,0); in sh_chkopen()
918 if((fd = sh_open(name,O_RDONLY,0)) > 0) in io_usename()
1176 if((fd=sh_open(tname?tname:fname,o_mode,RW_ALL)) <0) in sh_redirect()
1356 return(sh_open(e_devnull,O_RDONLY)); in io_heredoc()
H A Dpath.c559 if((fd = sh_open(path_relative(stakptr(PATH_OFFSET)),O_RDONLY,0)) >= 0) in path_opentype()
1253 if((n=sh_open(path,O_RDONLY,0)) >= 0) in exscript()
1294 if((shp->infd = sh_open(path,O_RDONLY,0)) < 0) in exscript()
/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dmkservice.c444 if((fd = sh_open(path, O_SERVICE|O_RDWR))<=0) in b_mkservice()
H A Dshiocmd_solaris.c572 fd = sh_open(argv[1], oflag, mode); in b_open()
/titanic_50/usr/src/lib/libshell/common/edit/
H A Dhistory.c149 if((acctfd=sh_open(acctfile, in acctinit()
386 if((fd=sh_open(buff,O_BINARY|O_WRONLY|O_APPEND|O_CREAT,S_IRUSR|S_IWUSR))>=0 && fd < 10) in sh_histinit()