Lines Matching refs:d_name
235 if ((stat(queue[i]->d_name, &stbuf)) < 0) { in countfiles()
288 if ((stat(queue[i]->d_name, &stbuf)) < 0) { in printqueue()
291 curqueue = *(strchr(queue[i]->d_name, '.') + 1); in printqueue()
309 printdate(queue[i]->d_name); in printqueue()
311 printf("%-14s ", queue[i]->d_name); in printqueue()
313 printjobname(queue[i]->d_name); in printqueue()
464 if ((p1 = strchr((*d1)->d_name, '.')) == NULL) in creation()
466 if ((p2 = strchr((*d2)->d_name, '.')) == NULL) in creation()
473 if (stat((*d1)->d_name, &stbuf1) < 0) in creation()
476 if (stat((*d2)->d_name, &stbuf2) < 0) in creation()
502 name1 = (*d1)->d_name; in execution()
503 name2 = (*d2)->d_name; in execution()