Home
last modified time | relevance | path

Searched refs:anyof (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/tip/
H A Dcmds.c56 int anyof(char *, char *);
896 if (!anyof(name, "~{[*?$`'\"\\")) in expand()
957 anyof(char *s1, char *s2) in anyof() function
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h441 extern int anyof(register char *s1, register char *s2);
/illumos-gate/usr/src/cmd/mailx/
H A Dutil.c701 anyof(register char *s1, register char *s2) in anyof() function
H A Dfio.c756 if (!anyof(name, "~{[*?$`'\"\\")) { in expand()