Searched refs:VIS_GLOB (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/crypto/openssh/openbsd-compat/
H A Dvis.h66 #define VIS_GLOB 0x100 /* encode glob(3) magics and '#' */ macro
H A Dvis.c45 (flag & VIS_GLOB) == 0) && isgraph((u_char)(c))) || \
112 ((flag & VIS_GLOB) && (c == '*' || c == '?' || c == '[' || c == '#'))) {
/freebsd-10.2-release/contrib/openbsm/compat/
H A Dvis.h59 #define VIS_GLOB 0x100 /* encode glob(3) magics */ macro
103 if ((flag & VIS_GLOB) &&
/freebsd-10.2-release/contrib/libc-vis/
H A Dvis.h62 #define VIS_GLOB 0x0100 /* encode glob(3) magic characters */ macro
/freebsd-10.2-release/usr.sbin/fstyp/
H A Dfstyp.c200 VIS_GLOB | VIS_NL, "\"'$");
/freebsd-10.2-release/usr.sbin/mtree/
H A Dcreate.c159 strvis(escaped_name, p->fts_name, VIS_WHITE | VIS_OCTAL | VIS_GLOB);

Completed in 67 milliseconds