Searched refs:tfile (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/psorder/
H A Dpsorder.c62 filecleanup( int errorcode, int tfd, char *tfile) argument
71 perror( tfile );
74 if ( unlink( tfile ) != 0 ) {
75 perror( tfile );
84 filesetup( char *inputfile, int *infd, char *tfile, int *tfd) argument
116 (void *)strncpy( tfile, template, NAME_MAX );
118 (void *)strncpy( tfile, template, MAXNAMLEN );
120 if (( *tfd = mkstemp( tfile )) == -1 ) {
121 fprintf( stderr, "can't create temporary file %s\n", tfile );
126 fprintf( stderr, "Temporary file %s created and opened.\n", tfile );
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Djmemname.c97 FILE * tfile; local
103 if ((tfile = fopen(fname, READ_BINARY)) == NULL) {
114 fclose(tfile); /* oops, it's there; close tfile & try again */
H A Djmemdos.c132 FILE * tfile; local
153 if ((tfile = fopen(fname, READ_BINARY)) == NULL)
155 fclose(tfile); /* oops, it's there; close tfile & try again */
H A Dconfigure14643 FILE * tfile = tmpfile();
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Deventpoll.c721 struct file *tfile, int fd)
738 ep_set_ffd(&epi->ffd, tfile, fd);
754 revents = tfile->f_op->poll(tfile, &epq.pt);
765 spin_lock(&tfile->f_ep_lock);
766 list_add_tail(&epi->fllink, &tfile->f_ep_links);
767 spin_unlock(&tfile->f_ep_lock);
796 current, ep, tfile, fd));
1123 struct file *file, *tfile; local
1143 tfile
720 ep_insert(struct eventpoll *ep, struct epoll_event *event, struct file *tfile, int fd) argument
[all...]

Completed in 121 milliseconds