Home
last modified time | relevance | path

Searched defs:qstr (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_stats.c1701 char qstr[qmaxstrlen]; local
1987 char qstr[Q_MAXSTRLEN(vsd->q32.sq32, 10)]; local
1994 char qstr[Q_MAXSTRLEN(vsd->q32.uq32, 10)]; local
2001 char qstr[Q_MAXSTRLEN(vsd->q64.sq64, 10)]; local
2008 char qstr[Q_MAXSTRLEN(vsd->q64.uq64, 10)]; local
3079 char qstr[Q_MAXSTRLEN(x, 10)]; local
/freebsd/contrib/less/
H A Dfilename.c322 char *qstr = shell_quote(str); in xcpy_filename() local
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_xattr.c957 const struct qstr *qstr) in zpl_xattr_security_init()