Home
last modified time | relevance | path

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

/freebsd-13.1/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)
H A Dvis.c371 if (flags & VIS_GLOB) in makeextralist()
/freebsd-13.1/contrib/openbsm/compat/
H A Dvis.h59 #define VIS_GLOB 0x100 /* encode glob(3) magics */ macro
103 if ((flag & VIS_GLOB) &&
/freebsd-13.1/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-13.1/usr.sbin/fstyp/
H A Dfstyp.c259 VIS_GLOB | VIS_NL, "\"'$"); in main()
/freebsd-13.1/usr.bin/showmount/
H A Dshowmount.c233 exp->ex_dirp, VIS_GLOB | VIS_NL, "\"'$"); in main()
/freebsd-13.1/usr.sbin/fmtree/
H A Dcreate.c161 strvis(escaped_name, p->fts_name, VIS_WHITE | VIS_OCTAL | VIS_GLOB); in statf()