HomeSort by: relevance | last modified time | path
    Searched refs:popen (Results 1 - 25 of 170) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
libgprofng.ver 30 popen;
48 popen;
77 popen;
118 popen;
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
libgprofng.ver 30 popen;
48 popen;
77 popen;
118 popen;
  /src/usr.sbin/autofs/
Makefile 6 defined.c log.c popen.c token.l
  /src/external/bsd/cron/bin/cron/
Makefile 8 misc.c popen.c pw_dup.c user.c
  /src/tests/lib/libc/stdio/
t_popen.c 57 #define DATAFILE "popen.data"
90 if ((my_pipe = popen(command, "w")) == NULL)
91 TEST_ERROR("popen write");
101 if ((my_pipe = popen(command, "r")) == NULL)
102 TEST_ERROR("popen read");
  /src/external/bsd/cron/dist/
Makefile 89 env.c job.c user.c popen.c misc.c pam_auth.c pw_dup.c
92 misc.c job.c do_command.c env.c popen.c pw_dup.c
95 misc.o env.o popen.o pw_dup.o
  /src/sbin/mount_portal/
pt_filter.c 143 fp = popen(cmd, "r");
187 fp = popen(cmd, "w");
  /src/libexec/ftpd/
Makefile 7 SRCS= cmds.c conf.c ftpd.c ftpcmd.y logutmp.c logwtmp.c popen.c
  /src/regress/sys/fs/lfs/ckckp/
ckckp.c 75 pp = popen(cmd, "r");
  /src/external/apache2/llvm/dist/llvm/utils/
update_test_prefix.py 11 s = os.popen('llvm-lit -a ' + i).read()
33 s = os.popen('llvm/' + t.group(1) + ' ' + i + ' 2>&1').read()
36 s = os.popen('git diff ' + i).read()
update_cc_test_checks.py 47 popen = subprocess.Popen(json_dump_args, stdout=subprocess.PIPE,
49 stdout, stderr = popen.communicate()
50 if popen.returncode != 0:
207 popen = subprocess.Popen(exe, stdout=subprocess.PIPE, stderr=subprocess.PIPE, universal_newlines=True)
208 stdout, stderr = popen.communicate()
209 if popen.returncode != 0:
  /src/external/bsd/ipf/dist/lib/
save_execute.c 75 fp = popen(exe->path, "w");
  /src/external/gpl2/groff/dist/src/include/
lib.h 87 extern "C" { FILE *popen(const char *, const char *); }
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
stdio.h 130 extern FILE *popen( const char *, const char *);
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
stdio.h 130 extern FILE *popen( const char *, const char *);
  /src/external/bsd/zstd/dist/tests/
test-zstd-versions.py 21 from subprocess import Popen, PIPE
48 popen = Popen(command, stdout=PIPE, stderr=PIPE, shell=param_shell)
49 stdout_lines, stderr_lines = popen.communicate()
55 if popen.returncode is not None and popen.returncode != 0:
58 return popen.returncode
65 subproc = Popen(cmd_args, stdout=PIPE, stderr=PIPE)
67 subproc = Popen(cmd_args)
  /src/tests/fs/lfs/
util.c 148 pipe = popen(cmd, "r");
176 pipe = popen("dumplfs -S -s 2 -s 1 -s 0 " IMGNAME, "r");
  /src/distrib/utils/more/
os.c 239 if ((f = popen(cmd, "r")) == NULL) {
  /src/libexec/rpc.rwalld/
rwalld.c 139 pfp = popen(WALL_CMD, "w");
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilPosix.cpp 134 return popen(Command, Mode);
  /src/usr.bin/mail/
Makefile 29 list.c main.c names.c popen.c quit.c send.c sig.c strings.c temp.c \
  /src/external/gpl3/gdb/dist/gnulib/import/
stdio.in.h 1050 # undef popen
1051 # define popen rpl_popen
1053 _GL_FUNCDECL_RPL (popen, FILE *,
1056 _GL_CXXALIAS_RPL (popen, FILE *, (const char *cmd, const char *mode));
1059 _GL_FUNCDECL_SYS (popen, FILE *,
1063 _GL_CXXALIAS_SYS (popen, FILE *, (const char *cmd, const char *mode));
1065 _GL_CXXALIASWARN (popen);
1067 # if @GNULIB_PCLOSE@ && __GNUC__ >= 11 && !defined popen
1068 /* For -Wmismatched-dealloc: Associate popen with pclose or rpl_pclose. */
1069 _GL_FUNCDECL_SYS (popen, FILE *
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
stdio.in.h 1050 # undef popen
1051 # define popen rpl_popen
1053 _GL_FUNCDECL_RPL (popen, FILE *,
1056 _GL_CXXALIAS_RPL (popen, FILE *, (const char *cmd, const char *mode));
1059 _GL_FUNCDECL_SYS (popen, FILE *,
1063 _GL_CXXALIAS_SYS (popen, FILE *, (const char *cmd, const char *mode));
1065 _GL_CXXALIASWARN (popen);
1067 # if @GNULIB_PCLOSE@ && __GNUC__ >= 11 && !defined popen
1068 /* For -Wmismatched-dealloc: Associate popen with pclose or rpl_pclose. */
1069 _GL_FUNCDECL_SYS (popen, FILE *
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
stdio.h 1561 # undef popen
1562 # define popen rpl_popen
1564 _GL_FUNCDECL_RPL (popen, FILE *,
1567 _GL_CXXALIAS_RPL (popen, FILE *, (const char *cmd, const char *mode));
1570 _GL_FUNCDECL_SYS (popen, FILE *,
1574 _GL_CXXALIAS_SYS (popen, FILE *, (const char *cmd, const char *mode));
1576 _GL_CXXALIASWARN (popen);
1578 # if 0 && __GNUC__ >= 11 && !defined popen
1579 /* For -Wmismatched-dealloc: Associate popen with pclose or rpl_pclose. */
1580 _GL_FUNCDECL_SYS (popen, FILE *
1585 # undef popen macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
stdio.h 1561 # undef popen
1562 # define popen rpl_popen
1564 _GL_FUNCDECL_RPL (popen, FILE *,
1567 _GL_CXXALIAS_RPL (popen, FILE *, (const char *cmd, const char *mode));
1570 _GL_FUNCDECL_SYS (popen, FILE *,
1574 _GL_CXXALIAS_SYS (popen, FILE *, (const char *cmd, const char *mode));
1576 _GL_CXXALIASWARN (popen);
1578 # if 0 && __GNUC__ >= 11 && !defined popen
1579 /* For -Wmismatched-dealloc: Associate popen with pclose or rpl_pclose. */
1580 _GL_FUNCDECL_SYS (popen, FILE *
1585 # undef popen macro
    [all...]

Completed in 31 milliseconds

1 2 3 4 5 6 7