Searched refs:getfile (Results 1 - 14 of 14) sorted by relevance

/ast/src/cmd/cs/vcs_src/
H A Difs_agent.h56 FUNC *getfile; member in struct:agent_item
H A Difs_gopher.c147 tbl->getfile = GopherGetFile;
H A Difs_rsh.c128 tbl->getfile = RshGetFile;
H A Difs_http.c319 tbl->getfile = HttpGetFile;
H A Difs_news.c329 tbl->getfile = NewsGetFile;
H A Difs_agent.c663 * Usage: getfile local-path
674 (* (srv.agent->getfile))( &srv ) == 0 )
728 !(*srv.agent->getfile)(&srv) )
731 n = -1; /* getfile failed */
H A Difs_ftp.c605 tbl->getfile = FtpGetFile;
/ast/src/cmd/pax/
H A Dcopy.c69 if (getfile(ap, f, ftw))
359 if (getfile(state.out, f, ftw) && selectfile(state.out, f))
H A Dpax.h701 extern int getfile(Archive_t*, File_t*, Ftw_t*);
H A Dfile.c755 getfile(register Archive_t* ap, register File_t* f, register Ftw_t* ftw) function
762 message((-4, "getfile(%s)", name));
856 message((-4, "getfile(%s): dev'=%d ino'=%d", f->name, f->st->st_dev, f->st->st_ino));
875 message((-2, "getfile(): path=%s name=%s mode=%s size=%I*d mtime=%s", name, f->name, fmtmode(f->st->st_mode, 1), sizeof(f->st->st_size), f->st->st_size, fmttime("%K", f->st->st_mtime)));
/ast/src/cmd/nmake/
H A Dbind.c257 if ((n = getfile(name)) && n->dir == d)
1062 files = getfile(base);
1090 for (f = getfile(base); f; f = f->next)
1131 files = getfile(base);
1150 for (f = getfile(dir), b = d->name; f; f = f->next)
1187 files = getfile(base);
H A Dexpand.c896 for (f = getfile(*v); f; f = f->next)
911 for (f = getfile(*v); f; f = f->next)
H A Dmake.h87 #define getfile(name) ((File_t*)hashget(table.file,(name))) macro
/ast/src/cmd/re/
H A Ded.c570 getfile(void) function
1190 append(getfile, ed.dot, NiL);
1583 append(getfile, ed.addr2, NiL);

Completed in 278 milliseconds