Lines Matching refs:filename
335 char filename[sizeof(GRABFILE)+NDIGITS+1];
496 sprintf(filename, "%s%08x", GRABFILE, token);
498 if ((filefd = open(filename,O_RDWR,0666))<0) {
1346 char filename[sizeof(GRABFILE)+NDIGITS+1];
1371 sprintf(filename, "%s%08x", GRABFILE, clientp->w_token);
1373 if ((filefd = open(filename,O_RDWR,0666))<0) {
1396 sprintf(filename, "%s%08x", GRABFILE, clientp->w_token);
1398 if ((filefd = open(filename,O_RDWR,0666))<0) {
1422 sprintf(filename, "%s%08x", GRABFILE, clientp->w_token);
1424 if ((filefd = open(filename,O_RDWR,0666))<0) {