Searched refs:getfile (Results 1 - 14 of 14) sorted by relevance
/ast/src/cmd/cs/vcs_src/ |
H A D | ifs_agent.h | 56 FUNC *getfile; member in struct:agent_item
|
H A D | ifs_gopher.c | 147 tbl->getfile = GopherGetFile;
|
H A D | ifs_rsh.c | 128 tbl->getfile = RshGetFile;
|
H A D | ifs_http.c | 319 tbl->getfile = HttpGetFile;
|
H A D | ifs_news.c | 329 tbl->getfile = NewsGetFile;
|
H A D | ifs_agent.c | 663 * Usage: getfile local-path 674 (* (srv.agent->getfile))( &srv ) == 0 ) 728 !(*srv.agent->getfile)(&srv) ) 731 n = -1; /* getfile failed */
|
H A D | ifs_ftp.c | 605 tbl->getfile = FtpGetFile;
|
/ast/src/cmd/pax/ |
H A D | copy.c | 69 if (getfile(ap, f, ftw)) 359 if (getfile(state.out, f, ftw) && selectfile(state.out, f))
|
H A D | pax.h | 701 extern int getfile(Archive_t*, File_t*, Ftw_t*);
|
H A D | file.c | 755 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 D | bind.c | 257 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 D | expand.c | 896 for (f = getfile(*v); f; f = f->next) 911 for (f = getfile(*v); f; f = f->next)
|
H A D | make.h | 87 #define getfile(name) ((File_t*)hashget(table.file,(name))) macro
|
/ast/src/cmd/re/ |
H A D | ed.c | 570 getfile(void) function 1190 append(getfile, ed.dot, NiL); 1583 append(getfile, ed.addr2, NiL);
|
Completed in 49 milliseconds