Home
last modified time | relevance | path

Searched defs:legal (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbtowc.c72 h_mbtowc(const char *locale, const char *illegal, const char *legal) in h_mbtowc()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp241 bool legal = false; seekoff() local
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c341 const char *legal = (type == 'c') ? "bisnmpP" : "^$#tl"; in options() local
/freebsd/lib/libc/regex/grot/
H A Dmain.c309 char *legal = (type == 'c') ? "bisnmp" : "^$#tl"; in options() local
/freebsd/sys/kern/
H A Dvfs_mount.c2462 vfs_filteropt(struct vfsoptlist *opts, const char **legal) in vfs_filteropt()