Searched refs:pclose (Results 1 - 25 of 72) sorted by relevance

123

/freebsd-11-stable/lib/libc/tests/gen/
H A Dpopen_test.c86 status = pclose(fp);
112 status = pclose(fp);
130 status = pclose(fp);
154 status = pclose(fp);
176 status = pclose(fp);
196 pclose(fp);
200 status = pclose(fp);
203 status = pclose(fp2);
236 status = pclose(fp);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_popen.c96 if (pclose(my_pipe) == -1)
97 TEST_ERROR("pclose");
120 if (pclose(my_pipe) == -1)
121 TEST_ERROR("pclose");
/freebsd-11-stable/sbin/devd/tests/
H A Dclient_test.c61 ATF_REQUIRE_EQ(0, pclose(create_stdout));
67 ATF_REQUIRE_EQ(0, pclose(destroy_stdout));
/freebsd-11-stable/contrib/blacklist/port/
H A Dport.h41 #define pclose(a) pcloseve(a); macro
/freebsd-11-stable/contrib/dialog/
H A Dprgbox.c113 pclose(fp);
/freebsd-11-stable/contrib/groff/src/include/
H A Dlib.h89 extern "C" { int pclose (FILE *); }
H A Dnonposix.h56 # define pclose(p) _pclose(p) macro
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp_locl.h138 int pclose(FILE*);
/freebsd-11-stable/usr.sbin/ctm/ctm/
H A Dctm.c275 pclose(f);
285 pclose(f);
310 pclose(f);
322 pclose(f);
H A Dctm_passb.c121 pclose(b);
127 ret = pclose(b);
H A Dctm_pass2.c269 pclose(ed);
273 if (pclose(ed)) {
H A Dctm_pass3.c205 pclose(ed);
209 if(pclose(ed)) {
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dsave_execute.c76 pclose(fp);
/freebsd-11-stable/contrib/blacklist/bin/
H A Drun.c104 pclose(fp);
/freebsd-11-stable/contrib/less/
H A Dttyin.c131 pclose(f) function
H A Dlsystem.c360 pclose(f);
H A Dfilename.c781 pclose(fd);
935 int status = pclose(fd);
954 pclose(fd);
994 pclose(fd);
/freebsd-11-stable/usr.bin/whereis/
H A Dwhereis.c300 pclose(p))
549 pclose(p);
655 pclose(p);
/freebsd-11-stable/libexec/rpc.rwalld/
H A Drwalld.c155 pclose(pfp);
/freebsd-11-stable/lib/libc/gen/
H A Dpopen.c190 * pclose --
195 pclose(FILE *iop) function
/freebsd-11-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h35 int pclose(FILE *);
/freebsd-11-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h35 int pclose(FILE *);
/freebsd-11-stable/bin/ed/
H A Dio.c51 if ((cs = (*fn == '!') ? pclose(fp) : fclose(fp)) < 0) {
162 if ((cs = (*fn == '!') ? pclose(fp) : fclose(fp)) < 0) {
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A Dxditview.c67 int pclose (FILE *);
310 pclose (current_file);
454 pclose(print_file);
/freebsd-11-stable/contrib/one-true-awk/
H A Dproto.h195 extern int pclose(FILE *);

Completed in 223 milliseconds

123