Searched defs:isasock (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/ksh93/bltins/ | ||
H A D | test.c | 57 # define isasock(f,p) (test_stat(f,p)>=0&&S_ISSOCK((p)->st_mode)) macro 60 # define isasock(f,p) (0) macro 393 return(isasock(arg,&statb)); |
Completed in 21 milliseconds