Searched refs:nfile (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/win32/
H A Dopen.c184 char *nfile, *ch; local
205 nfile = apr_palloc(pool, (r + n) * sizeof(apr_wchar_t));
206 memcpy(nfile, pre, r);
207 memcpy(nfile + r, file, n);
214 nfile = apr_pmemdup(pool, file, n);
216 for (ch = nfile + r; *ch; ++ch) {
220 return nfile;
/macosx-10.9.5/apr-30/apr/apr/file_io/win32/
H A Dopen.c185 char *nfile, *ch; local
207 nfile = apr_palloc(pool, (r + n) * sizeof(apr_wchar_t));
208 memcpy(nfile, pre, r);
209 memcpy(nfile + r, file, n);
216 nfile = apr_pmemdup(pool, file, n);
218 for (ch = nfile + r; *ch; ++ch) {
222 return nfile;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/progs/
H A Dslapd-tester.c164 char *nfile = NULL; local
394 nfile = get_file_name( dirname, file->d_name );
424 if ( !sfile && !rfile && !nfile && !mfile && !bfile && !anum ) {
452 if ( nfile ) {
453 nnum = get_read_entries( nfile, nreqs, NULL );
457 nfile, -2*(nnum + 1) );
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/ftpd/
H A Dftpd.tcl27 set nfile [eval [list file join $cb(cwd)] $sp]
28 set sp [file split $nfile]
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Ddebug.c681 struct debug_file *nfile;
687 nfile = (struct debug_file *) xmalloc (sizeof *nfile);
688 memset (nfile, 0, sizeof *nfile);
690 nfile->filename = name;
695 nunit->files = nfile;
696 info->current_file = nfile;
679 struct debug_file *nfile; local
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/fileutil/
H A Dfileutil.tcl595 set nfile [eval [list file join] [lrange [file split \
598 if {[string match ${njail}* $nfile]} {
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dange-ftp.el4229 (defun ange-ftp-compress (file nfile)
4234 (nabbr (ange-ftp-abbreviate-filename nfile))
4256 (ange-ftp-copy-file-internal tmp2 nfile t nil msg2))))
4261 (defun ange-ftp-uncompress (file nfile)
4266 (nabbr (ange-ftp-abbreviate-filename nfile))
4292 (ange-ftp-copy-file-internal tmp2 nfile t nil msg2))))
/macosx-10.9.5/ruby-104/ruby/
H A Dio.c6420 io_reopen(VALUE io, VALUE nfile) argument
6426 nfile = rb_io_get_io(nfile);
6428 (!OBJ_UNTRUSTED(io) || !OBJ_UNTRUSTED(nfile))) {
6432 GetOpenFile(nfile, orig);
6505 RBASIC(io)->klass = rb_obj_class(nfile);

Completed in 215 milliseconds