HomeSort by: relevance | last modified time | path
    Searched refs:collect (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.sbin/sysinst/
checkrc.c 89 collect(T_OUTPUT, &buf, "/bin/sh %s 2>&1", RC_CHECK_SCRIPT);
91 collect(T_OUTPUT, &buf, "chroot %s /bin/sh %s 2>&1",
configmenu.c 160 collect(T_OUTPUT, &buf,
164 collect(T_OUTPUT, &buf,
248 collect(T_OUTPUT, &buf, "getent passwd root | cut -d: -f2");
250 collect(T_OUTPUT, &buf, "chroot %s getent passwd root | "
net.c 288 textsize = collect(T_OUTPUT, &buf_in, "/sbin/ifconfig -l 2>/dev/null");
405 textsize = collect(T_OUTPUT, &textbuf,
652 if (collect(T_OUTPUT, &textbuf,
665 if (collect(T_OUTPUT, &textbuf,
680 if (collect(T_OUTPUT, &textbuf,
691 if (collect(T_OUTPUT, &textbuf,
1329 if (collect(T_OUTPUT, &textbuf, "/sbin/ifconfig -m %s |"
target.c 635 printf("collect real name %s\n", realname);
637 return collect(kind, buffer, "%s", realname);
run.c 175 collect(int kind, char **buffer, const char *name, ...) function in typeref:typename:int
623 * Steps are taken to collect console messages, they will be interleaved
defs.h 89 /* For run.c: collect() */
813 int collect(int, char **, const char *, ...) __printflike(3, 4);
gpt.c 293 if (collect(T_OUTPUT, &textbuf, "gpt -r show -a %s 2>/dev/null", dev)
1199 if (collect(T_OUTPUT, &textbuf,
1555 * Collect first root and efi partition (if available), clear
  /src/usr.bin/mail/
Makefile 27 SRCS= version.c support.c cmd1.c cmd2.c cmd3.c cmd4.c cmdtab.c collect.c \
extern.h 137 * from collect.c
139 FILE * collect(struct header *, int);
collect.c 1 /* $NetBSD: collect.c,v 1.49 2017/11/09 20:27:50 christos Exp $ */
35 static char sccsid[] = "@(#)collect.c 8.2 (Berkeley) 4/19/94";
37 __RCSID("$NetBSD: collect.c,v 1.49 2017/11/09 20:27:50 christos Exp $");
44 * Collect input from standard input, handling
362 collect(struct header *hp, int printheaders) function in typeref:typename:PUBLIC FILE *
734 * Collect output as new message.
send.c 687 * Collect user's mail from standard input.
690 if ((mtf = collect(hp, printheaders)) == NULL)
694 * Grab any extra header lines. Do this after collect() so
  /src/usr.bin/make/unit-tests/
directive-for-empty.mk 82 # An idea to work around the above problems is to collect the variables from

Completed in 21 milliseconds