Searched refs:no_file (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/win32/
H A Dproc.c38 static apr_file_t no_file = { NULL, INVALID_HANDLE_VALUE, }; variable
96 attr->child_in = &no_file;
106 attr->child_out = &no_file;
116 attr->child_err = &no_file;
134 if ((attr->child_in == NULL) || (attr->child_in == &no_file))
160 if ((attr->child_out == NULL) || (attr->child_out == &no_file))
186 if ((attr->child_err == NULL) || (attr->child_err == &no_file))
964 if ((attr->child_in) && (attr->child_in != &no_file)) {
967 if ((attr->child_out) && (attr->child_out != &no_file)) {
970 if ((attr->child_err) && (attr->child_err != &no_file)) {
[all...]
/macosx-10.9.5/apr-30/apr/apr/threadproc/win32/
H A Dproc.c38 static apr_file_t no_file = { NULL, INVALID_HANDLE_VALUE, }; variable
96 attr->child_in = &no_file;
106 attr->child_out = &no_file;
116 attr->child_err = &no_file;
134 if ((attr->child_in == NULL) || (attr->child_in == &no_file))
160 if ((attr->child_out == NULL) || (attr->child_out == &no_file))
186 if ((attr->child_err == NULL) || (attr->child_err == &no_file))
964 if ((attr->child_in) && (attr->child_in != &no_file)) {
967 if ((attr->child_out) && (attr->child_out != &no_file)) {
970 if ((attr->child_err) && (attr->child_err != &no_file)) {
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/beos/
H A Dproc.c23 static apr_file_t no_file = { NULL, -1, }; variable
77 attr->child_in = &no_file;
87 attr->child_out = &no_file;
97 attr->child_err = &no_file;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/netware/
H A Dproc.c27 static apr_file_t no_file = { NULL, -1, }; variable
84 attr->child_in = &no_file;
94 attr->child_out = &no_file;
104 attr->child_err = &no_file;
/macosx-10.9.5/apr-30/apr/apr/threadproc/beos/
H A Dproc.c23 static apr_file_t no_file = { NULL, -1, }; variable
77 attr->child_in = &no_file;
87 attr->child_out = &no_file;
97 attr->child_err = &no_file;
/macosx-10.9.5/apr-30/apr/apr/threadproc/netware/
H A Dproc.c27 static apr_file_t no_file = { NULL, -1, }; variable
84 attr->child_in = &no_file;
94 attr->child_out = &no_file;
104 attr->child_err = &no_file;
/macosx-10.9.5/CPANInternal-140/PathTools/lib/File/Spec/
H A DWin32.pm170 ($volume,$directories,$file) = File::Spec->splitpath( $path, $no_file );
174 or $no_file is true. On Win32 this means that $no_file true makes this return
H A DUnix.pm236 ($volume,$directories,$file) = File::Spec->splitpath( $path, $no_file );
242 assumes that the last file is a path unless $no_file is true or a
243 trailing separator or /. or /.. is present. On Unix this means that $no_file
H A DMac.pm442 ($volume,$directories,$file) = File::Spec->splitpath( $path, $no_file );
447 $no_file is true or a trailing separator ":" is present.
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/os2/
H A Dproc.c40 static apr_file_t no_file = { NULL, -1, }; variable
88 attr->child_in = &no_file;
98 attr->child_out = &no_file;
108 attr->child_err = &no_file;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/unix/
H A Dproc.c26 static apr_file_t no_file = { NULL, -1, }; variable
67 attr->child_in = &no_file;
77 attr->child_out = &no_file;
87 attr->child_err = &no_file;
/macosx-10.9.5/apr-30/apr/apr/threadproc/os2/
H A Dproc.c40 static apr_file_t no_file = { NULL, -1, }; variable
88 attr->child_in = &no_file;
98 attr->child_out = &no_file;
108 attr->child_err = &no_file;
/macosx-10.9.5/apr-30/apr/apr/threadproc/unix/
H A Dproc.c29 static apr_file_t no_file = { NULL, -1, }; variable
70 attr->child_in = &no_file;
80 attr->child_out = &no_file;
90 attr->child_err = &no_file;
/macosx-10.9.5/CPANInternal-140/PathTools/lib/File/
H A DSpec.pm202 ($volume,$directories,$file) = File::Spec->splitpath( $path, $no_file );
205 assumes that the last file is a path unless C<$no_file> is true or a
206 trailing separator or F</.> or F</..> is present. On Unix, this means that C<$no_file>

Completed in 206 milliseconds