Lines Matching refs:filename
335 char filename[sizeof(GRABFILE)+NDIGITS+1];
495 sprintf(filename, "%s%08x", GRABFILE, token);
497 if ((filefd = open(filename,O_RDWR,0666))<0) {
1341 char filename[sizeof(GRABFILE)+NDIGITS+1];
1366 sprintf(filename, "%s%08x", GRABFILE, clientp->w_token);
1368 if ((filefd = open(filename,O_RDWR,0666))<0) {
1391 sprintf(filename, "%s%08x", GRABFILE, clientp->w_token);
1393 if ((filefd = open(filename,O_RDWR,0666))<0) {
1417 sprintf(filename, "%s%08x", GRABFILE, clientp->w_token);
1419 if ((filefd = open(filename,O_RDWR,0666))<0) {