Home
last modified time | relevance | path

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

/freebsd/contrib/libc-vis/
H A Dvis.h62 #define VIS_GLOB 0x0100 /* encode glob(3) magic characters */ macro
68 #define VIS_META (VIS_WHITE | VIS_GLOB | VIS_SHELL)
H A Dvis.c372 if (flags & VIS_GLOB) in makeextralist()
/freebsd/contrib/openbsm/compat/
H A Dvis.h59 #define VIS_GLOB 0x100 /* encode glob(3) magics */ macro
103 if ((flag & VIS_GLOB) &&
/freebsd/crypto/openssh/openbsd-compat/
H A Dvis.c50 (flag & VIS_GLOB) == 0) && isgraph((u_char)(c))) || \
118 ((flag & VIS_GLOB) && (c == '*' || c == '?' || c == '[' || c == '#'))) { in vis()
H A Dvis.h68 #define VIS_GLOB 0x100 /* encode glob(3) magics and '#' */ macro
/freebsd/usr.sbin/fstyp/
H A Dfstyp.c286 VIS_GLOB | VIS_NL, "\"'$"); in main()
/freebsd/usr.bin/showmount/
H A Dshowmount.c219 exp->ex_dirp, VIS_GLOB | VIS_NL, "\"'$"); in main()