Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A Dksh-regress.tst4084 ksh:REGRESS:etc:sh_open:/etc/profile => ./profile
4095 ksh:REGRESS:etc:sh_open:/etc/profile => ./profile
4107 ksh:REGRESS:etc:sh_open:/etc/profile => ./profile
4120 ksh:REGRESS:etc:sh_open:/etc/profile => ./profile
4128 ksh:REGRESS:etc:sh_open:/etc/profile => ./profile
4140 ksh:REGRESS:etc:sh_open:/etc/profile => ./profile
4153 ksh:REGRESS:etc:sh_open:/etc/profile => ./profile
4161 ksh:REGRESS:etc:sh_open:/etc/profile => ./profile
4173 ksh:REGRESS:etc:sh_open:/etc/profile => ./profile
4186 ksh:REGRESS:etc:sh_open:/etc/profile => ./profile
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h202 extern int sh_open(const char*, int, ...);
246 # define open64 sh_open
249 # define open sh_open
/illumos-gate/usr/src/cmd/ast/libshell/
H A Dmapfile-vers70 sh_open;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmain.c298 if((fdin=sh_open(name,O_RDONLY,0))>=0 &&(fstat(fdin,&statb)<0 || S_ISDIR(statb.st_mode))) in sh_main()
317 if((fdin=sh_open(sp,O_RDONLY,0))>=0) in sh_main()
H A Dio.c741 int sh_open(register const char *path, int flags, ...) in sh_open() function
867 register int fd = sh_open(name,O_RDONLY,0); in sh_chkopen()
1101 if((fd = sh_open(name,O_RDONLY,0)) >= 0) in io_usename()
1395 if((fd=sh_open(tname?tname:fname,o_mode,RW_ALL)) <0) in sh_redirect()
1585 return(sh_open(e_devnull,O_RDONLY)); in io_heredoc()
H A Dpath.c526 if((fd = sh_open(path_relative(shp,stakptr(PATH_OFFSET)),O_RDONLY,0)) >= 0) in path_opentype()
1294 if((n=sh_open(path,O_RDONLY,0)) >= 0) in exscript()
1335 if((shp->infd = sh_open(path,O_RDONLY,0)) < 0) in exscript()
H A Dxec.c1811 fn = sh_open(shp->fifo,fd?O_WRONLY:O_RDONLY); in sh_exec()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmkservice.c444 if((fd = sh_open(path, O_SERVICE|O_RDWR))<=0) in b_mkservice()
H A Dtest.c416 if(memcmp(arg,"/dev/",5)==0 && sh_open(arg,O_NONBLOCK)) in test_unop()
H A Dshiocmd_solaris.c572 fd = sh_open(argv[1], oflag, mode); in b_open()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/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()