/titanic_41/usr/src/cmd/sgs/ar/common/ |
H A D | cmd.c | 102 for (fileptr = getfile(cmd_info); in rcmd() 103 fileptr; fileptr = getfile(cmd_info)) { in rcmd() 249 for (fptr = getfile(cmd_info); fptr; fptr = getfile(cmd_info)) { in dcmd() 299 for (next = getfile(cmd_info); next; next = getfile(cmd_info)) { in xcmd() 356 for (next = getfile(cmd_info); next; next = getfile(cmd_info)) { in pcmd() 387 for (fileptr = getfile(cmd_info); in mcmd() 388 fileptr; fileptr = getfile(cmd_info)) { in mcmd() 472 for (next = getfile(cmd_info); next; next = getfile(cmd_info)) { in tcmd() 520 for (fptr = getfile(cmd_info); fptr; fptr = getfile(cmd_info)) in qcmd()
|
H A D | inc.h | 149 extern ARFILE *getfile(Cmd_info *);
|
H A D | file.c | 308 getfile(Cmd_info *cmd_info) in getfile() function
|
/titanic_41/usr/src/cmd/csplit/ |
H A D | csplit.c | 81 static FILE *getfile(void); 350 getfile() in getfile() function 565 outfile = getfile(); in to_line()
|
/titanic_41/usr/src/cmd/backup/restore/ |
H A D | restore.h | 273 extern void getfile(void (*)(char *, size_t), void (*)(char *, size_t)); 337 extern void getfile();
|
H A D | tape.c | 351 getfile(xtrmap, xtrmapskip); in setup() 381 getfile(xtrmap, xtrmapskip); in setup() 818 getfile(xtrlnkfile, xtrlnkskip); in extractfile() 954 getfile(xtrfile, xtrskip); in extractfile() 1030 getfile(null, null); in skipfile() 1037 getfile(void (*f1)(), void (*f2)()) in getfile() function
|
H A D | dirs.c | 161 getfile(null, null); in extractdirs() 198 getfile(putdir, null); in extractdirs()
|
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | mount.c | 636 if (getfile("root", root_hostname, &root_to.sin_addr, in boot_nfs_mountroot() 641 (void) getfile("rootopts", root_hostname, &tmp_addr.sin_addr, in boot_nfs_mountroot()
|
H A D | bootparams.c | 216 getfile(char *fileid, char *server_name, struct in_addr *server_ip, in getfile() function
|
H A D | nfs_inet.h | 408 extern bool_t getfile(char *, char *, struct in_addr *, char *);
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_io.c | 474 (void)append(getfile, addr2); in rop2() 697 getfile(void) in getfile() function
|
H A D | ex_unix.c | 420 (void)append(getfile, addr2); in vi_filter()
|
H A D | ex.h | 434 int getfile();
|
H A D | ex_cmdsub.c | 845 while (getfile() == 0) {
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 209 static int getfile(char *, char *, struct netbuf *, char *); 312 rc = getfile(name, args->hostname, args->addr, path); in mount_root() 818 getfile(char *fileid, in getfile() function 2475 if (getfile("rootopts", servername, &server_address, in init_mountopts()
|
/titanic_41/usr/src/cmd/ed/ |
H A D | ed.c | 317 static int getfile(void); 744 append(getfile, addr2); in commands() 1369 getfile(void) in getfile() function
|