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

/freebsd-11-stable/contrib/libc-vis/
H A Dvis.h63 #define VIS_GLOB 0x0100 /* encode glob(3) magic characters */ macro
69 #define VIS_META (VIS_WHITE | VIS_GLOB | VIS_SHELL)
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dvis.h68 #define VIS_GLOB 0x100 /* encode glob(3) magics and '#' */ macro
H A Dvis.c50 (flag & VIS_GLOB) == 0) && isgraph((u_char)(c))) || \
118 ((flag & VIS_GLOB) && (c == '*' || c == '?' || c == '[' || c == '#'))) {
/freebsd-11-stable/contrib/openbsm/compat/
H A Dvis.h59 #define VIS_GLOB 0x100 /* encode glob(3) magics */ macro
103 if ((flag & VIS_GLOB) &&
/freebsd-11-stable/usr.sbin/fstyp/
H A Dfstyp.c226 VIS_GLOB | VIS_NL, "\"'$");
/freebsd-11-stable/usr.bin/showmount/
H A Dshowmount.c222 exp->ex_dirp, VIS_GLOB | VIS_NL, "\"'$");
/freebsd-11-stable/usr.sbin/fmtree/
H A Dcreate.c159 strvis(escaped_name, p->fts_name, VIS_WHITE | VIS_OCTAL | VIS_GLOB);

Completed in 88 milliseconds