Home
last modified time | relevance | path

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

/NextBSD/contrib/openbsm/compat/
HDvis.h59 #define VIS_GLOB 0x100 /* encode glob(3) magics */ macro
103 if ((flag & VIS_GLOB) &&
/NextBSD/crypto/openssh/openbsd-compat/
HDvis.c45 (flag & VIS_GLOB) == 0) && isgraph((u_char)(c))) || \
112 ((flag & VIS_GLOB) && (c == '*' || c == '?' || c == '[' || c == '#'))) { in vis()
HDvis.h66 #define VIS_GLOB 0x100 /* encode glob(3) magics and '#' */ macro
/NextBSD/contrib/libc-vis/
HDvis.h62 #define VIS_GLOB 0x0100 /* encode glob(3) magic characters */ macro
HDvis.c326 if (flags & VIS_GLOB) { in makeextralist()
/NextBSD/usr.sbin/fstyp/
HDfstyp.c225 VIS_GLOB | VIS_NL, "\"'$"); in main()
/NextBSD/usr.sbin/fmtree/
HDcreate.c159 strvis(escaped_name, p->fts_name, VIS_WHITE | VIS_OCTAL | VIS_GLOB); in statf()