Searched refs:fn (Results 226 - 250 of 715) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/lib/rake/contrib/
H A Dpublisher.rb69 @files.each do |fn|
70 run %{scp -q #{@local_dir}/#{fn} #{@host}:#{@remote_dir}}
H A Dsshpublisher.rb45 @files.each do |fn|
46 sh %{scp -q #{@local_dir}/#{fn} #{@host}:#{@remote_dir}}
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dvalidator.rb50 fn = file_name[gem_directory.size..file_name.size-1].sub(/^\//, "")
51 installed_files << fn unless
52 fn =~ /CVS/ || fn.empty? || File.directory?(file_name)
/macosx-10.10/ICU-531.30/icuSources/tools/ctestfw/unicode/
H A Dutimer.h65 * double perfNormalization(NormFn fn,const char* mode,Line* fileLines,int32_t loopCount){
90 * retVal= fn(fileLines[line].name,len,dest,destCapacity,&error);
114 * retVal= fn(fileLines[line].name,len,dest,destCapacity,&error);
258 * @param fn The funtion to be executed
259 * @param param Parameters to be passed to the fn
265 FuntionToBeTimed fn,
272 fn(param);
263 utimer_loopUntilDone(double thresholdTimeVal, int32_t* loopCount, FuntionToBeTimed fn, void* param) argument
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_parser_simple.rb12 @fn = filename
111 RDoc::Parser::Simple.new @top_level, @fn, content, @options, @stats
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/mpformats/
H A D_nroff.tcl36 proc nr_read {fn} {return [nroffMarkup [dt_read $fn]]}
/macosx-10.10/ICU-531.30/icuSources/test/perf/collperf/
H A Dcollperf.cpp88 Func fn; member in class:CmdKeyGen
96 CmdKeyGen(UErrorCode, UCollator * col,DWORD win_langid, int32_t count, DataIndex * data,Func fn,int32_t) argument
97 :col(col),win_langid(win_langid), count(count), data(data), fn(fn){}
103 (this->*fn)(i);
137 Func fn; member in class:CmdIter
141 CmdIter(UErrorCode & status, UCollator * col, int32_t count, CA_uchar *data, Func fn, int32_t,int32_t) argument
142 :count(count), data(data), fn(fn){
157 (this->*fn)(statu
186 Func fn; member in class:CmdIterAll
344 Func fn; member in struct:CmdQsort
351 CmdQsort(UErrorCode & status,void *theBase, int32_t num, int32_t width, Func fn, int32_t,int32_t) argument
401 Func fn; member in class:CmdBinSearch
404 CmdBinSearch(UErrorCode, UCollator * col,DWORD win_langid,int32_t count,DataIndex * rnd,DataIndex * ord,Func fn) argument
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Datimer.c94 start_atimer (type, time, fn, client_data)
97 atimer_callback fn;
125 t->fn = fn;
382 t->fn (t);
397 t->fn (t);
H A Dtermcap.c467 valid_filename_p (fn)
468 char *fn;
474 fab.fab$l_fna = fn;
475 fab.fab$b_fns = strlen(fn);
489 valid_filename_p (fn)
490 char *fn;
492 return *fn == '/' || fn[1] == ':';
495 #define valid_filename_p(fn) (*(fn)
[all...]
/macosx-10.10/man-16/man/src/
H A Dmanpath.c52 * For each entry in the string, call fn.
55 split (char *string, void (*fn)(char *, int), int perrs) {
64 fn (q, perrs);
67 fn (q, perrs);
76 split2 (char *s, char *string, void (*fn)(char *, char *, int), int perrs) {
85 fn (s, q, perrs);
88 fn (s, q, perrs);
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_pty.c308 expDiagLogPtrSet(fn)
309 void (*fn) _ANSI_ARGS_((char *));
311 expDiagLogPtrVal = fn;
364 expErrnoMsgSet(fn)
365 char * (*fn) _ANSI_ARGS_((int));
367 expErrnoMsgVal = fn;
/macosx-10.10/zsh-61/zsh/Test/
H A Dztst.zsh229 local char=${ZTST_curline[1]} fn
240 ('<') fn=$ZTST_in
242 ('>') fn=$ZTST_out
244 ('?') fn=$ZTST_err
252 print -r -- "${(e)ZTST_redir}" >>$fn
254 print -r -- "$ZTST_redir" >>$fn
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dbyte-opt.el104 ;; (defun tail-map (fn list)
106 ;; (funcall fn (car list))
107 ;; (tail-map fn (cdr list)))))
257 (fn (or (cdr (assq name byte-compile-function-environment))
259 (if (null fn)
265 (when (and (consp fn) (eq (car fn) 'autoload))
266 (load (nth 1 fn))
267 (setq fn (or (and (fboundp name) (symbol-function name))
269 (if (and (consp fn) (e
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dks_file.c40 char *fn; member in struct:ks_file
49 parse_certificate(hx509_context context, const char *fn, argument
133 parse_pkcs8_private_key(hx509_context context, const char *fn, argument
162 parse_pem_private_key(hx509_context context, const char *fn, argument
187 "password protected file %s", fn);
195 enc, fn);
392 ksf->fn = strdup(residue);
393 if (ksf->fn == NULL) {
417 for (p = ksf->fn; p != NULL; p = pnext) {
483 if (ksf->fn)
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/perf/normperf/
H A Dnormperf.h35 QuickCheckFn fn; member in class:QuickCheckPerfFunction
49 retVal = (*fn)(lines[i].name,lines[i].len,mode, options, status);
53 retVal = (*fn)(lines[i].name,-1,mode, options, status);
59 retVal = (*fn)(src,srcLen,mode, options, status);
61 retVal = (*fn)(src,-1,mode, options, status);
78 fn = func;
88 fn = func;
107 NormFn fn; member in class:NormPerfFunction
120 retVal = (*fn)(lines[i].name,lines[i].len,pDest,destLen, options, status);
124 retVal = (*fn)(line
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/objects/
H A Do_names.c261 void (*fn)(const OBJ_NAME *,void *arg); member in struct:doall
268 d->fn(name,d->arg);
273 void OBJ_NAME_do_all(int type,void (*fn)(const OBJ_NAME *,void *arg),void *arg)
278 d.fn=fn;
309 void OBJ_NAME_do_all_sorted(int type,void (*fn)(const OBJ_NAME *,void *arg),
323 fn(d.names[n],arg);
/macosx-10.10/zsh-61/zsh/Src/
H A Dexec.c2394 Redir fn; local
2975 fn = (Redir) ugetnode(redir);
2977 DPUTS(fn->type == REDIR_HEREDOC || fn->type == REDIR_HEREDOCDASH,
2979 if (fn->type == REDIR_INPIPE) {
2980 if (!checkclobberparam(fn) || fn->fd2 == -1) {
2981 if (fn->fd2 != -1)
2982 zclose(fn->fd2);
2987 addfd(forked, save, mfds, fn
3651 getherestr(struct redir *fn) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/fips/des/
H A Dfips_desmovs.c630 char fn[250] = "", rfn[256] = ""; local
665 strcpy(fn, argv[2]);
676 while (fgets(fn, sizeof(fn), fp))
678 strtok(fn, "\r\n");
679 strcpy(rfn, fn);
692 printf("Processing: %s\n", fn);
693 if (proc_file(fn, rspfile))
695 printf(">>> Processing failed for: %s <<<\n", fn);
/macosx-10.10/OpenSSL098-52/src/test/
H A Dfips_desmovs.c630 char fn[250] = "", rfn[256] = ""; local
665 strcpy(fn, argv[2]);
676 while (fgets(fn, sizeof(fn), fp))
678 strtok(fn, "\r\n");
679 strcpy(rfn, fn);
692 printf("Processing: %s\n", fn);
693 if (proc_file(fn, rspfile))
695 printf(">>> Processing failed for: %s <<<\n", fn);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Accounts-2.5.1/
H A Dpyobjc_setup.py189 for fn in install_lib._install_lib.get_outputs(self):
190 if 'PyObjCTest' in fn:
191 result[fn] = 1
195 for fn in os.listdir('PyObjCTest'):
196 result[os.path.join('PyObjCTest', fn)] = 1
197 result[os.path.join(self.install_dir, 'PyObjCTest', fn)] = 1
296 for fn in dist.metadata_listdir('include'):
297 data = dist.get_metadata('include/%s'%(fn,))
298 fp = open(os.path.join(include_root, fn), 'w')
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-AddressBook-2.5.1/
H A Dpyobjc_setup.py189 for fn in install_lib._install_lib.get_outputs(self):
190 if 'PyObjCTest' in fn:
191 result[fn] = 1
195 for fn in os.listdir('PyObjCTest'):
196 result[os.path.join('PyObjCTest', fn)] = 1
197 result[os.path.join(self.install_dir, 'PyObjCTest', fn)] = 1
296 for fn in dist.metadata_listdir('include'):
297 data = dist.get_metadata('include/%s'%(fn,))
298 fp = open(os.path.join(include_root, fn), 'w')
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-AppleScriptKit-2.5.1/
H A Dpyobjc_setup.py189 for fn in install_lib._install_lib.get_outputs(self):
190 if 'PyObjCTest' in fn:
191 result[fn] = 1
195 for fn in os.listdir('PyObjCTest'):
196 result[os.path.join('PyObjCTest', fn)] = 1
197 result[os.path.join(self.install_dir, 'PyObjCTest', fn)] = 1
296 for fn in dist.metadata_listdir('include'):
297 data = dist.get_metadata('include/%s'%(fn,))
298 fp = open(os.path.join(include_root, fn), 'w')
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-AppleScriptObjC-2.5.1/
H A Dpyobjc_setup.py189 for fn in install_lib._install_lib.get_outputs(self):
190 if 'PyObjCTest' in fn:
191 result[fn] = 1
195 for fn in os.listdir('PyObjCTest'):
196 result[os.path.join('PyObjCTest', fn)] = 1
197 result[os.path.join(self.install_dir, 'PyObjCTest', fn)] = 1
296 for fn in dist.metadata_listdir('include'):
297 data = dist.get_metadata('include/%s'%(fn,))
298 fp = open(os.path.join(include_root, fn), 'w')
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Automator-2.5.1/
H A Dpyobjc_setup.py189 for fn in install_lib._install_lib.get_outputs(self):
190 if 'PyObjCTest' in fn:
191 result[fn] = 1
195 for fn in os.listdir('PyObjCTest'):
196 result[os.path.join('PyObjCTest', fn)] = 1
197 result[os.path.join(self.install_dir, 'PyObjCTest', fn)] = 1
296 for fn in dist.metadata_listdir('include'):
297 data = dist.get_metadata('include/%s'%(fn,))
298 fp = open(os.path.join(include_root, fn), 'w')
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-CFNetwork-2.5.1/
H A Dpyobjc_setup.py189 for fn in install_lib._install_lib.get_outputs(self):
190 if 'PyObjCTest' in fn:
191 result[fn] = 1
195 for fn in os.listdir('PyObjCTest'):
196 result[os.path.join('PyObjCTest', fn)] = 1
197 result[os.path.join(self.install_dir, 'PyObjCTest', fn)] = 1
296 for fn in dist.metadata_listdir('include'):
297 data = dist.get_metadata('include/%s'%(fn,))
298 fp = open(os.path.join(include_root, fn), 'w')

Completed in 294 milliseconds

1234567891011>>