Searched refs:fileinfo (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dftp.h91 struct fileinfo struct
99 struct fileinfo *prev; /* previous... */
100 struct fileinfo *next; /* ...and next structure. */
122 struct fileinfo *ftp_parse_ls (const char *, const enum stype);
125 uerr_t ftp_index (const char *, struct url *, struct fileinfo *);
H A Dftp-ls.c86 linked list of fileinfo (system-independent) entries. The contents
93 static struct fileinfo *
108 struct fileinfo *dir, *l, cur; /* list creation */
376 l = dir = xnew (struct fileinfo);
383 l->next = xnew (struct fileinfo);
425 static struct fileinfo *
435 struct fileinfo *dir, *l, cur; /* list creation */
541 l = dir = xnew (struct fileinfo);
548 l->next = xnew (struct fileinfo);
564 linked list of fileinfo (syste
[all...]
H A Dftp.c237 static uerr_t ftp_get_listing (struct url *, ccon *, struct fileinfo **);
936 struct fileinfo *f;
1351 ftp_loop_internal (struct url *u, struct fileinfo *f, ccon *con)
1462 /* Send getftp the proper length, if fileinfo was provided. */
1600 ftp_get_listing (struct url *u, ccon *con, struct fileinfo **f)
1644 static uerr_t ftp_retrieve_dirs (struct url *, struct fileinfo *, ccon *);
1646 static struct fileinfo *delelement (struct fileinfo *, struct fileinfo **);
1647 static void freefileinfo (struct fileinfo *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_map.c191 BY_HANDLE_FILE_INFORMATION fileinfo; local
211 if (!GetFileInformationByHandle(hfile, &fileinfo))
216 fileinfo.dwVolumeSerialNumber,
217 fileinfo.nFileIndexHigh,
218 fileinfo.nFileIndexLow,
219 fileinfo.ftCreationTime.dwHighDateTime,
220 fileinfo.ftCreationTime.dwHighDateTime,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgdbmreorg.c81 struct stat fileinfo; /* Information about the file. */ local
114 fstat (dbf->desc, &fileinfo);
116 fileinfo.st_mode, dbf->fatal_err);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Dgdbmreorg.c81 struct stat fileinfo; /* Information about the file. */ local
114 fstat (dbf->desc, &fileinfo);
116 fileinfo.st_mode, dbf->fatal_err);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A DMakefile.am47 plugin_sources = charset.c configure.c fileinfo.c http.c plugin.c tag.c
H A DMakefile.lite37 fileinfo.c \
H A DMakefile.in249 plugin_sources = charset.c configure.c fileinfo.c http.c plugin.c tag.c
288 am__objects_1 = charset.lo configure.lo fileinfo.lo http.lo plugin.lo \
297 @AMDEP_TRUE@ ./$(DEPDIR)/configure.Plo ./$(DEPDIR)/fileinfo.Plo \
361 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileinfo.Plo@am__quote@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dfop004.tcl57 foreach fileinfo $files {
58 set desc [lindex $fileinfo 2]
77 set old [lindex $fileinfo 0]
78 set new [lindex $fileinfo 1]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/vorbisfile/
H A DMakefile.am7 example.html exampleindex.html fileinfo.html index.html\
H A DMakefile.in197 example.html exampleindex.html fileinfo.html index.html\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_metalink.c656 static metalinkfile *new_metalinkfile(metalink_file_t *fileinfo) argument
661 f->filename = strdup(fileinfo->name);
664 if(fileinfo->checksums) {
669 for(p = fileinfo->checksums; *p; ++p) {
683 if(fileinfo->resources) {
688 for(p = fileinfo->resources; *p; ++p) {
696 fileinfo->resources point to the target file. BitTorrent
697 metainfo file URL may be appeared in fileinfo->metaurls.
H A Dtool_operate.c595 struct_stat fileinfo; local
597 if(0 == stat(outfile, &fileinfo))
599 config->resume_from = fileinfo.st_size;
635 struct_stat fileinfo; local
659 if(stat(uploadfile, &fileinfo) == 0) {
660 fileinfo.st_size = VmsSpecialSize(uploadfile, &fileinfo);
661 switch (fileinfo.st_fab_rfm) {
675 if((infd == -1) || fstat(infd, &fileinfo))
689 if(S_ISREG(fileinfo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-util-win.c470 WIN32_FIND_DATAA fileinfo; /* from FindFirst/FindNext */ member in struct:__anon1713
510 handle = FindFirstFileA(filespec, &(dp->fileinfo));
534 if (FindNextFileA(dp->handle, &(dp->fileinfo)) == 0)
546 strncpy(dp->dent.d_name, dp->fileinfo.cFileName, _MAX_FNAME);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A DMakefile.inc34 fileinfo.c ftplistparser.c wildcard.c krb5.c memdebug.c http_chunks.c \
53 wildcard.h fileinfo.h ftplistparser.h strtok.h connect.h llist.h \
H A DMakefile.in191 libcurl_la-curl_fnmatch.lo libcurl_la-fileinfo.lo \
257 libcurlu_la-curl_fnmatch.lo libcurlu_la-fileinfo.lo \
653 fileinfo.c ftplistparser.c wildcard.c krb5.c memdebug.c http_chunks.c \
672 wildcard.h fileinfo.h ftplistparser.h strtok.h connect.h llist.h \
886 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-fileinfo.Plo@am__quote@
986 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-fileinfo.Plo@am__quote@
1296 libcurl_la-fileinfo.lo: fileinfo.c
1297 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-fileinfo.lo -MD -MP -MF $(DEPDIR)/libcurl_la-fileinfo
[all...]
H A DMakefile.vc10554 $(DIROBJ)\fileinfo.obj \
H A DMakefile.vc6554 $(DIROBJ)\fileinfo.obj \
H A DMakefile.vc8554 $(DIROBJ)\fileinfo.obj \
H A DMakefile.vc9554 $(DIROBJ)\fileinfo.obj \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/
H A DMakefile.in524 fileinfo.c ftplistparser.c wildcard.c krb5.c memdebug.c http_chunks.c \
543 wildcard.h fileinfo.h ftplistparser.h strtok.h connect.h llist.h \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Daacraid.h1556 union aac_contentinfo fileinfo; /* Info specific to content member in struct:aac_mntent
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/mxml-2.7/
H A Dmxmldoc.c950 struct stat fileinfo; /* File information */
975 if (stat(filename, &fileinfo))
983 if (S_ISDIR(fileinfo.st_mode))

Completed in 167 milliseconds