Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dtest.c49 # define isapipe(f,p) (test_stat(f,p)>=0&&S_ISFIFO((p)->st_mode)||S_ISSOCK((p)->st_mode)&… macro
51 # define isapipe(f,p) (test_stat(f,p)>=0&&S_ISFIFO((p)->st_mode)||S_ISSOCK((p)->st_mode)&… macro
54 # define isapipe(f,p) (test_stat(f,p)>=0&&S_ISFIFO((p)->st_mode)||S_ISSOCK((p)->st_mode)&&(p)… macro
58 # define isapipe(f,p) (test_stat(f,p)>=0&&S_ISFIFO((p)->st_mode)) macro
394 return(isapipe(arg,&statb)); in test_unop()