Searched refs:outFilePtr (Results 1 – 17 of 17) sorted by relevance
/dports/security/pgpin/pgp263in/src/ |
H A D | fileio.c | 951 FILE *outFilePtr; in readPhantomInput() local 957 if ((outFilePtr = fopen(filename, FOPWBIN)) == NULL) in readPhantomInput() 965 if (fwrite(buffer, 1, bytesRead, outFilePtr) != bytesRead) { in readPhantomInput() 969 if (write_error(outFilePtr)) in readPhantomInput() 971 fclose(outFilePtr); in readPhantomInput() 981 FILE *outFilePtr; in writePhantomOutput() local 988 outFilePtr = fopen(filename, FOPRBIN); in writePhantomOutput() 993 while ((bytesRead = fread(buffer, 1, 512, outFilePtr)) > 0) in writePhantomOutput() 998 fclose(outFilePtr); in writePhantomOutput()
|
/dports/x11-toolkits/blt/blt2.5/generic/ |
H A D | bltUnixPipe.c | 149 CreatePipe(inFilePtr, outFilePtr) in CreatePipe() argument 151 int *outFilePtr; /* (out) Descriptor for write side of pipe. */ 162 *outFilePtr = pipeIds[1];
|
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/shell/ |
H A D | jsshell.h | 160 js::shell::RCFile** outFilePtr; member
|
H A D | OSObject.cpp | 504 return Redirect(cx, args, scx->outFilePtr); in osfile_redirectOutput() 915 scx->outFilePtr = shellOut; in DefineOS()
|
H A D | js.cpp | 565 outFilePtr(nullptr), in ShellContext()
|
/dports/www/firefox-esr/firefox-91.8.0/js/src/shell/ |
H A D | jsshell.h | 243 js::shell::RCFile** outFilePtr; member
|
H A D | OSObject.cpp | 707 return Redirect(cx, args, scx->outFilePtr); in osfile_redirectOutput() 1176 scx->outFilePtr = shellOut; in DefineOS()
|
H A D | js.cpp | 771 outFilePtr(nullptr), in ShellContext()
|
/dports/www/firefox/firefox-99.0/js/src/shell/ |
H A D | jsshell.h | 246 js::shell::RCFile** outFilePtr; member
|
H A D | OSObject.cpp | 708 return Redirect(cx, args, scx->outFilePtr); in osfile_redirectOutput() 1177 scx->outFilePtr = shellOut; in DefineOS()
|
H A D | js.cpp | 783 outFilePtr(nullptr), in ShellContext()
|
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/shell/ |
H A D | jsshell.h | 243 js::shell::RCFile** outFilePtr; member
|
H A D | OSObject.cpp | 707 return Redirect(cx, args, scx->outFilePtr); in osfile_redirectOutput() 1176 scx->outFilePtr = shellOut; in DefineOS()
|
H A D | js.cpp | 771 outFilePtr(nullptr), in ShellContext()
|
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/shell/ |
H A D | jsshell.h | 239 js::shell::RCFile** outFilePtr; member
|
H A D | OSObject.cpp | 671 return Redirect(cx, args, scx->outFilePtr); in osfile_redirectOutput() 1131 scx->outFilePtr = shellOut; in DefineOS()
|
H A D | js.cpp | 658 outFilePtr(nullptr), in ShellContext()
|