Home
last modified time | relevance | path

Searched refs:path_open (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dpath.h90 extern int path_open(Shell_t*,const char*,Pathcomp_t*);
/illumos-gate/usr/src/cmd/audio/audioplay/
H A Daudioplay.c147 static int path_open(char *fname, int flags, mode_t mode, char *path);
413 if ((ifd = path_open(Ifile, O_RDONLY, 0, Audio_path)) in main()
922 path_open(char *fname, int flags, mode_t mode, char *path) in path_open() function
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c2726 if((n=path_open(shp,cp,path_get(shp,cp))) < 0) in sh_pathopen()
2727 n = path_open(shp,cp,(Pathcomp_t*)0); in sh_pathopen()
2729 if((n=path_open(shp,cp,path_get(cp))) < 0) in sh_pathopen()
2730 n = path_open(shp,cp,""); in sh_pathopen()
H A Dmain.c103 if (!file || !*file || (fd = path_open(shp,file, PATHCOMP)) < 0) in sh_source()
H A Dpath.c549 int path_open(Shell_t *shp,const char *name, register Pathcomp_t *pp) in path_open() function
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmisc.c258 if((fd=path_open(shp,script,path_get(shp,script))) < 0) in b_dot_cmd()