Searched refs:efile (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/demos/
H A Dmyio.cpp90 CEncryptStrategy efile ("secret.dat", true);
92 c4_Storage storage (efile);
120 CEncryptStrategy efile ("secret.dat", false);
122 c4_Storage storage (efile);
/macosx-10.10/OpenSSL098-52/src/util/pl/
H A DBC-32.pl37 $efile="";
121 $ret.="\t\$(LINK) \$(MLFLAGS) $efile$target /def:ms/${Name}.def @<<\n \$(SHLIB_EX_OBJ) $objs $ex\n<<\n";
H A DMingw32.pl58 $efile='-o ';
103 $ret.="\t\$(LINK) ${efile}$target \$(LFLAGS) $files $libs\n\n";
H A DOS2-EMX.pl29 $efile='-o ';
102 $ret.="\t\$(LINK) \$(SHLIB_CFLAGS) \$(MLFLAGS) $efile$target \$(SHLIB_EX_OBJ) \$(${Name}OBJ) $ex os2/${Name}.def\n";
116 $ret.="\t\$(LINK) ${efile}$target \$(CFLAG) \$(LFLAGS) $files $libs\n\n";
H A Dunix.pl34 $efile='-o ';
79 $ret.="\t\$(LINK) ${efile}$target \$(LFLAGS) $files $libs\n\n";
H A Dnetware.pl302 $efile='';
H A DVC-32.pl148 $efile="/out:";
396 $ret.="\t\$(FIPSLINK) \$(MLFLAGS) /fixed /map $base_arg $efile$target ";
408 $ret.="\n\t\$(LINK) \$(MLFLAGS) $efile$target $name @<<\n \$(SHLIB_EX_OBJ) $objs $ex\n<<\n";
426 $ret.=" \$(LINK) \$(LFLAGS) $efile$target @<<\n\t";
439 $ret.="\t\$(FIPSLINK) \$(LFLAGS) /fixed /map $efile$target @<<\n";
444 $ret.="\t\$(LINK) \$(LFLAGS) $efile$target @<<\n";
/macosx-10.10/vim-55/src/proto/
H A Dquickfix.pro2 int qf_init __ARGS((win_T *wp, char_u *efile, char_u *errorformat, int newlist, char_u *qf_title));
/macosx-10.10/uucp-11/uucp/
H A Duux.c885 openfile_t efile;
887 efile = esysdep_user_fopen (zfile, TRUE, TRUE);
888 if (! ffileisopen (efile))
890 if (! fcopy_open_file (efile, zdata, FALSE, TRUE, TRUE))
892 (void) ffileclose (efile);
881 openfile_t efile; local
/macosx-10.10/vim-55/src/
H A Dquickfix.c109 static int qf_init_ext __ARGS((qf_info_T *qi, char_u *efile, buf_T *buf, typval_T *tv, char_u *errorformat, int newlist, linenr_T lnumfirst, linenr_T lnumlast, char_u *qf_title));
148 * Read the errorfile "efile" into memory, line by line, building the error
153 qf_init(wp, efile, errorformat, newlist, qf_title)
155 char_u *efile;
162 if (efile == NULL)
172 return qf_init_ext(qi, efile, curbuf, NULL, errorformat, newlist,
178 * Read the errorfile "efile" into memory, line by line, building the error
180 * Alternative: when "efile" is null read errors from buffer "buf".
187 qf_init_ext(qi, efile, buf, tv, errorformat, newlist, lnumfirst, lnumlast,
190 char_u *efile;
261 EMSG2(_(e_openerrf), efile); local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dange-ftp.el2912 (let* ((efile ,file) ; expand once.
2921 (string-equal dired-local-variables-file efile))
2924 (string-match "\\." efile))
2930 (string-match "\\." efile))))))
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Didlwave.el3984 dir efile)
3988 (setq efile (expand-file-name file dir)))
3989 (throw 'exit efile))))))

Completed in 387 milliseconds