Searched refs:fname (Results 276 - 300 of 775) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/vim-55/runtime/macros/
H A Deditexisting.vim90 func! EditExisting(fname, command)
92 let winnr = bufwinnr(a:fname)
95 let bufnr = bufnr(a:fname)
100 let winnr = bufwinnr(a:fname)
109 exe "split " . fnameescape(a:fname)
111 exe "split " . escape(a:fname, " \t\n*?[{`$\\%#'\"|!<")
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/core/
H A Dstandard.py51 self.fname=None
107 self.fname=os.path.normpath(os.path.expanduser(a.strip()))
108 self.fhandle=open(self.fname,"w")
/macosx-10.10.1/apr-32/apr/apr/file_io/unix/
H A Dopen.c42 unlink(file->fname);
91 const char *fname,
165 fd = open(fname, oflags, 0666);
168 fd = open(fname, oflags, apr_unix_perms2mode(perm));
205 (*new)->fname = apr_pstrdup(pool, fname);
/macosx-10.10.1/libarchive-30/libarchive/libarchive/test/
H A Dtest_write_disk.c213 char *p, *fname; local
232 fname = malloc(l + 1);
233 assert(NULL != fname);
234 strcpy(fname, archive_entry_pathname(ae));
236 for (p = fname; *p != '\0'; p++)
240 assert(0 == stat(fname, &st));
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dview.c117 static char *fname; variable
287 fname = argv[optind];
288 if ((fp = fopen(fname, "r")) == 0) {
289 perror(fname);
534 sprintf(temp + i, "view %.*s", (int) (sizeof(temp) - 7 - i), fname);
537 sprintf(temp, "view %.*s", (int) sizeof(temp) - 7, fname);
H A Dcardfile.c173 read_data(char *fname) argument
179 if ((fp = fopen(fname, "r")) != 0) {
197 write_data(const char *fname) argument
203 if (!strcmp(fname, default_name))
204 fname = "cardfile.out";
206 if ((fp = fopen(fname, "w")) != 0) {
382 cardfile(char *fname) argument
457 write_data(fname);
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-os.mm164 hi->fname,
272 hi->fname = dyld_image_path_containing_address(hi->mhdr);
277 _objc_inform("PREOPTIMIZATION: honoring preoptimized header info at %p for %s", hi, hi->fname);
315 hi->fname = dyld_image_path_containing_address(hi->mhdr);
324 dlopen(hi->fname, RTLD_NOLOAD);
423 hi->fname, _gcForHInfo(hi));
485 hi->fname);
493 hi->fname);
499 hi->fname, _gcForHInfo(hi));
719 hi->fname,
[all...]
/macosx-10.10.1/vim-55/src/proto/
H A Dex_docmd.pro37 void alist_add __ARGS((alist_T *al, char_u *fname, int set_fnum));
46 FILE *open_exfile __ARGS((char_u *fname, int forceit, char *mode));
54 void dialog_msg __ARGS((char_u *buff, char *format, char_u *fname));
H A Dos_mswin.pro9 int mch_FullName __ARGS((char_u *fname, char_u *buf, int len, int force));
10 int mch_isFullName __ARGS((char_u *fname));
51 char_u *mch_resolve_shortcut __ARGS((char_u *fname));
H A Dbuffer.pro18 buf_T *buflist_findname_exp __ARGS((char_u *fname));
28 int buflist_name_nr __ARGS((int fnum, char_u **fname, linenr_T *lnum));
34 int buflist_add __ARGS((char_u *fname, int flags));
46 char_u *fix_fname __ARGS((char_u *fname));
H A Dex_cmds2.pro10 linenr_T dbg_find_breakpoint __ARGS((int file, char_u *fname, linenr_T after));
11 int has_profiling __ARGS((int file, char_u *fname, int *fp));
62 int do_in_runtimepath __ARGS((char_u *name, int all, void (*callback)(char_u *fname, void *ck), void *cookie));
68 int do_source __ARGS((char_u *fname, int check_other, int is_vimrc));
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_select_tcp.c103 char fname[L_tmpnam]; member in struct:__anon15388
138 return (int) open(ts->fname, O_RDONLY);
158 sprintf(ts->fname, "lat_selectXXXXXX");
159 ts->fid = mkstemp(ts->fname);
162 sprintf(buf, "lat_select: Could not create temp file %s", ts->fname);
498 unlink(ts->fname);
/macosx-10.10.1/apr-32/apr/apr/locks/beos/
H A Dproc_mutex.c43 const char *fname,
75 const char *fname,
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Dzconf.h198 extern int printconfig (const char *fname, const zconf_t *cp);
199 extern int printconfigdiff (const char *fname, const zconf_t *ref, const zconf_t *z);
/macosx-10.10.1/crontabs-52/newsyslog/
H A Dnewsyslog.c214 static struct conf_entry *init_entry(const char *fname,
314 init_entry(const char *fname, struct conf_entry *src_entry) argument
319 printf("\t--> [creating entry for %s]\n", fname);
323 err(1, "malloc of conf_entry for %s", fname);
325 if (destdir == NULL || fname[0] != '/')
326 tempwork->log = strdup(fname);
328 asprintf(&tempwork->log, "%s%s", destdir, fname);
330 err(1, "strdup for %s", fname);
746 const char *fname; local
754 fname
2204 change_attrs(const char *fname, const struct conf_entry *ent) argument
[all...]
/macosx-10.10.1/kext_tools-384.1.4/
H A Dsafecalls.c559 char *fname = dp->d_name; local
562 if ((fname[0] == '.' && fname[1] == '\0') ||
563 (fname[0] == '.' && fname[1] == '.' && fname[2] == '\0'))
569 PATHCAT(srcpath, fname);
574 PATHCAT(dstpath, fname);
/macosx-10.10.1/ntp-92/scripts/monitoring/
H A Dntploopstat391 local($fname,$suff) = ($logfile);
407 $fname .= $suff;
408 if (!open(LOG,">>$fname"))
410 warn("$0: open($fname) failed: $!\n");
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/apps/
H A Dbitmap-editor42 # * fname - xbm file currently edited, after loaded/saved
64 set S(fname) ""
397 ERROR "$S(fname) is not a proper bmp file"
408 set fname [tk_getOpenFile -defaultextension ".bmp" -initialfile $S(fname) \
410 if {$fname == ""} return
411 DisplayBMPFile $fname
417 if {[catch {set FIN [open $fname r]} emsg]} {
418 ERROR "Cannot open $fname\n$emsg"
423 set S(fname)
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CppBackend/
H A DCPPBackend.cpp114 void printProgram(const std::string& fname, const std::string& modName );
115 void printModule(const std::string& fname, const std::string& modName );
116 void printContents(const std::string& fname, const std::string& modName );
117 void printFunction(const std::string& fname, const std::string& funcName );
119 void printInline(const std::string& fname, const std::string& funcName );
120 void printVariable(const std::string& fname, const std::string& varName );
121 void printType(const std::string& fname, const std::string& typeName );
1808 void CppWriter::printInline(const std::string& fname, argument
1819 nl(Out) << "BasicBlock* " << fname << "(Module* mod, Function *"
1888 void CppWriter::printProgram(const std::string& fname, argument
1909 Out << "Module* " << fname << "();\\n\\n"; local
1911 Out << " Module* Mod = " << fname << "();\\n"; local
1921 printModule(const std::string& fname, const std::string& mName) argument
1957 printContents(const std::string& fname, const std::string& mName) argument
1959 Out << "\\nModule* " << fname << "(Module *mod) {\\n"; local
1968 printFunction(const std::string& fname, const std::string& funcName) argument
1975 Out << "\\nFunction* " << fname << "(Module *mod) {\\n"; local
1998 printVariable(const std::string& fname, const std::string& varName) argument
2006 Out << "\\nGlobalVariable* " << fname << "(Module *mod) {\\n"; local
2014 printType(const std::string &fname, const std::string &typeName) argument
2021 Out << "\\nType* " << fname << "(Module *mod) {\\n"; local
2034 std::string fname = FuncName.getValue(); local
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dfigmemo_sample.rb300 def open_file(canvas, fname)
349 fname.value = fpath
353 def save_memo(canvas, fname)
354 initname = fname.value
370 :message=>"Fail to open '#{fname.value}'.\n#{e.message}")
383 def ps_print(canvas, fname)
384 initname = fname.value
427 fname = TkVariable.new('-')
429 label = TkLabel.new(f, :textvariable=>fname,
438 ['Open Image File', proc{open_file(canvas, fname)},
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/acl/
H A Dgssacl.c46 const char *fname,
59 fname, lineno );
65 fname, lineno );
78 fname, lineno, style_strings[style] );
45 gssattr_dynacl_parse( const char *fname, int lineno, const char *opts, slap_style_t style, const char *pattern, void **privp ) argument
/macosx-10.10.1/OpenSSL098-52/src/crypto/pkcs12/
H A Dp12_kiss.c208 ASN1_BMPSTRING *fname = NULL; local
211 fname = attrib->value.bmpstring;
260 if(fname) {
263 len = ASN1_STRING_to_UTF8(&data, fname);
/macosx-10.10.1/apr-32/apr/apr/include/arch/os2/
H A Dapr_arch_file_io.h40 char * fname; member in struct:apr_file_t
/macosx-10.10.1/apr-32/apr/apr/include/arch/unix/
H A Dapr_arch_proc_mutex.h98 char *fname; member in struct:apr_proc_mutex_t
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/include/dns/
H A Drdataset.h97 dns_name_t *fname,
108 dns_name_t *fname);
558 dns_name_t *fname,
594 dns_name_t *fname);

Completed in 337 milliseconds

<<11121314151617181920>>