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

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dvis.h85 #define VIS_GLOB 0x100 /* encode glob(3) magics */ macro
/macosx-10.10.1/OpenSSH-189/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 == '#'))) {
/macosx-10.10.1/file_cmds-242/mtree/
H A Dcreate.c165 strvis(escaped_name, p->fts_name, VIS_WHITE | VIS_OCTAL | VIS_GLOB);

Completed in 140 milliseconds