Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dpathchk.c83 #define isport(c) (((c)>='a' && (c)<='z') || ((c)>='A' && (c)<='Z') || ((c)>='0' && (c)<='9') || (s… macro
205 if((mode & COMPONENTS) && !isport(c)) in pathchk()