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

/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dcmd.c102 for (fileptr = getfile(cmd_info);
103 fileptr; fileptr = getfile(cmd_info)) {
249 for (fptr = getfile(cmd_info); fptr; fptr = getfile(cmd_info)) {
299 for (next = getfile(cmd_info); next; next = getfile(cmd_info)) {
356 for (next = getfile(cmd_info); next; next = getfile(cmd_info)) {
387 for (fileptr = getfile(cmd_info);
388 fileptr; fileptr = getfile(cmd_inf
[all...]
H A Dinc.h149 extern ARFILE *getfile(Cmd_info *);
H A Dfile.c303 * Each call to getfile() returns the next unread archive member
308 getfile(Cmd_info *cmd_info) function
/illumos-gate/usr/src/cmd/csplit/
H A Dcsplit.c81 static FILE *getfile(void);
341 * flag is set, getfile positions the file pointer(fptr) at the end of
350 getfile() function
552 * referenced. To_line calls getfile for a new output stream, which
565 outfile = getfile();
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h273 extern void getfile(void (*)(char *, size_t), void (*)(char *, size_t));
337 extern void getfile();
H A Dtape.c351 getfile(xtrmap, xtrmapskip);
381 getfile(xtrmap, xtrmapskip);
818 getfile(xtrlnkfile, xtrlnkskip);
954 getfile(xtrfile, xtrskip);
958 * the fchmod(2) has to come after getfile() as some POSIX
1030 getfile(null, null);
1037 getfile(void (*f1)(), void (*f2)()) function
H A Ddirs.c161 getfile(null, null);
198 getfile(putdir, null);
416 /*LINTED [buf is char[] in getfile, size % fs_fsize == 0]*/
418 /*LINTED [buf is char[] in getfile]*/
427 /*LINTED [buf is char[] in getfile, loc % 4 == 0]*/
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dbootparams.c156 /* Cache responder... We'll send our getfile here... */
210 * NOTE: it's ok for getfile() to do dynamic allocation - it's only
212 * getfile call is different from our current destination address,
216 getfile(char *fileid, char *server_name, struct in_addr *server_ip, function
249 dprintf("getfile: rpc_call failed: No memory\n");
280 * answer our getfile. Broadcast the call to all. Keep
319 dprintf(noserver, "getfile");
348 dprintf("getfile: unknown address type %d\n",
356 dprintf("getfile: rpc_call failed.\n");
H A Dmount.c636 if (getfile("root", root_hostname, &root_to.sin_addr,
641 (void) getfile("rootopts", root_hostname, &tmp_addr.sin_addr,
H A Dnfs_inet.h408 extern bool_t getfile(char *, char *, struct in_addr *, char *);
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_io.c474 (void)append(getfile, addr2);
697 getfile(void) function
H A Dex_unix.c420 (void)append(getfile, addr2);
H A Dex.h434 int getfile();
H A Dex_cmdsub.c845 while (getfile() == 0) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c209 static int getfile(char *, char *, struct netbuf *, char *);
312 rc = getfile(name, args->hostname, args->addr, path);
818 getfile(char *fileid, function
831 printf("getfile: entered\n");
837 * but while preserving the semantics of getfile(). We know that
899 cmn_err(CE_WARN, "getfile: RPC failed: error %d (%s).",
913 printf("getfile: leaving: non-root\n");
939 printf("getfile: unknown address type %d\n",
944 printf("getfile: leaving\n");
2475 if (getfile("rootopt
[all...]
/illumos-gate/usr/src/cmd/ed/
H A Ded.c317 static int getfile(void);
744 append(getfile, addr2);
1369 getfile(void) function

Completed in 92 milliseconds