Home
last modified time | relevance | path

Searched refs:pclose (Results 1 – 25 of 67) sorted by relevance

123

/openbsd/src/usr.bin/mg/
Dcscope.c196 pclose(fpipe); in cscreatelist()
204 pclose(fpipe); in cscreatelist()
217 pclose(fpipe); in cscreatelist()
402 pclose(fpipe); in do_cscope()
409 pclose(fpipe); in do_cscope()
427 pclose(fpipe); in do_cscope()
/openbsd/src/regress/lib/libc/popen/
Dpopen.c68 if (pclose(pipe) == -1) in main()
93 if (pclose(pipe) == -1) in main()
/openbsd/src/gnu/usr.bin/cvs/os2/
Dpopen.c330 pclose (FILE *Pipe) in pclose() function
375 pclose (fp1); in main()
377 pclose (fp2); in main()
379 pclose (fp3); in main()
Dpopen.h6 int pclose (FILE *stream);
/openbsd/src/lib/libc/gen/
Dpopen.c148 pclose(FILE *iop) in pclose() function
182 DEF_WEAK(pclose);
/openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/
DFuzzerUtilPosix.cpp103 return pclose(Pipe) == 0; in ExecuteCommand()
170 return pclose(F); in CloseProcessPipe()
/openbsd/src/gnu/usr.bin/cvs/vms/
Dpipe.h22 int pclose (FILE *);
Dpipe.c138 pclose (stream) in pclose() function
442 pclose (stdpipe);
/openbsd/src/gnu/usr.bin/perl/
Dnostdio.h59 # undef pclose
127 # define pclose(f) _CANNOT _pclose_ macro
Dfakesdio.h44 #undef pclose
103 #define pclose(f) my_pclose(f) macro
DXSUB.h514 # undef pclose
604 # define pclose PerlProc_pclose macro
/openbsd/src/bin/ed/
Dio.c62 else if ((*fn == '!') ? pclose(fp) == -1 : fclose(fp) == EOF) { in read_file()
164 else if ((*fn == '!') ? pclose(fp) == -1 : fclose(fp) == EOF) { in write_file()
/openbsd/src/regress/usr.bin/bc/
Dt19.c59 pclose(fp); in main()
/openbsd/src/regress/lib/libpthread/select/
Dselect.c146 CHECKe(pclose(slpr)); in main()
/openbsd/src/usr.bin/sendbug/
Dsendbug.c244 pclose(ifp); in usbdevs()
630 pclose(ifp); in hwdump()
655 if (pclose(fp) == -1) in debase()
/openbsd/src/gnu/usr.bin/cvs/windows-NT/
Dconfig.h264 #define pclose _pclose macro
/openbsd/src/libexec/rpc.rwalld/
Drwalld.c124 pclose(pfp); in wallproc_wall_1_svc()
/openbsd/src/lib/libc/hidden/
Dstdio.h85 PROTO_NORMAL(pclose);
/openbsd/src/usr.bin/less/
Dlsystem.c239 (void) pclose(f); in pipe_data()
/openbsd/src/gnu/usr.bin/cvs/src/
Drelease.c202 if ((pclose (fp)) != 0)
/openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/dataflow/
DDataFlow.cpp103 pclose(Pipe); in PrintFunctions()
/openbsd/src/gnu/llvm/lldb/source/Host/linux/
DHostInfoLinux.cpp148 pclose(file); in GetDistributionId()
/openbsd/src/usr.bin/awk/
Dproto.h202 extern int pclose(FILE *);
/openbsd/src/games/quiz/
Dquiz.c187 (void)pclose(pf); in show_index()
/openbsd/src/gnu/gcc/libmudflap/
Dmf-runtime.h201 #pragma redefine_extname pclose __mfwrap_pclose

123