Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dtest.c56 # define isasock(f,p) (test_stat(f,p)>=0&&S_ISSOCK((p)->st_mode)) macro
59 # define isasock(f,p) (0) macro
390 return(isasock(arg,&statb)); in test_unop()