Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/tip/
H A Dcmds.c46 int anyof(char *, char *);
886 if (!anyof(name, "~{[*?$`'\"\\")) in expand()
947 anyof(char *s1, char *s2) in anyof() function
/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h440 extern int anyof(register char *s1, register char *s2);
/titanic_41/usr/src/cmd/mailx/
H A Daux.c703 anyof(register char *s1, register char *s2) in anyof() function
H A Dfio.c756 if (!anyof(name, "~{[*?$`'\"\\")) { in expand()