HomeSort by: relevance | last modified time | path
    Searched defs:popen (Results 1 - 3 of 3) sorted by relevancy

  /src/games/warp/
config.h.SH 71 * contents of PHOSTNAME as a command to feed to the popen() routine function
  /src/lib/libc/gen/
popen.c 1 /* $NetBSD: popen.c,v 1.38 2022/04/19 20:32:15 rillig Exp $ */
38 static char sccsid[] = "@(#)popen.c 8.3 (Berkeley) 5/3/95";
40 __RCSID("$NetBSD: popen.c,v 1.38 2022/04/19 20:32:15 rillig Exp $");
62 __weak_alias(popen,_popen)
124 /* POSIX.2 B.3.2.2 "popen() shall ensure that any streams
125 from previous popen() calls that remain open in the
187 popen(const char *cmd, const char *type) function in typeref:typename:FILE *
  /src/lib/libc/include/
namespace.h 568 #define popen _popen macro

Completed in 13 milliseconds