Searched refs:path_chkpaths (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | path.c | 57 static int path_chkpaths(Pathcomp_t*,Pathcomp_t*,Pathcomp_t*,int); 365 if(path_chkpaths((Pathcomp_t*)0,(Pathcomp_t*)0,&pcomp,PATH_OFFSET)) in path_lib() 419 path_chkpaths(first,0,pp,offset); in path_checkdup() 1458 path_chkpaths(first,old,pp,offset); in path_addcomp() 1466 static int path_chkpaths(Pathcomp_t *first, Pathcomp_t* old,Pathcomp_t *pp, int offset) in path_chkpaths() function 1680 path_chkpaths(first,(Pathcomp_t*)0,pp,offset); in path_newdir()
|