Lines Matching defs:qfile
818 char qfile[MAXPATHLEN];
843 qfile[0] = '\0';
857 if (strlcpy(qfile, mntp.mnt_mountp,
858 sizeof (qfile)) >= sizeof (qfile)) {
865 if (strlcpy(qfile, mntp.mnt_mountp,
866 sizeof (qfile)) >= sizeof (qfile)) {
873 if (qfile[0] == '\0') {
883 if (strlcat(qfile, "/" QFNAME, sizeof (qfile)) >=
884 sizeof (qfile)) {
891 if ((fd = open64(qfile, open_flags)) < 0) {