Searched refs:fn (Results 351 - 375 of 650) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Derrors.c864 char const *fn;
888 STRTAB_str_to_string(source_id, &fn);
889 fd = fopen(fn, "r");
890 print_error_messages(fd, fn, source_id, error_root);
848 char const *fn; local
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Ddwarf.c1204 fndef_t *fn; local
1232 fn = xcalloc(sizeof (fndef_t));
1238 fn->fn_ret = die_lookup_pass1(dw, die, DW_AT_type);
1240 fn->fn_ret = tdesc_intr_void(dw);
1246 for (fn->fn_nargs = 0, arg = die_child(dw, die); arg != NULL;
1249 fn->fn_nargs++;
1251 fn->fn_nargs > 0)
1252 fn->fn_vargs = 1;
1255 if (fn->fn_nargs != 0) {
1256 debug(3, "die %llu: adding %d argument%s\n", off, fn
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A Dw32-win.el55 ;; -fn *font
1112 ;; A font specification in command line argument (i.e. -fn XXXX)
1182 (let* ((fn (intern (concat "face-" what)))
1185 (default (if (fboundp fn)
1186 (or (funcall fn face (selected-frame))
1187 (funcall fn 'default (selected-frame)))))
1188 (fn-win (intern (concat (symbol-name window-system) "-select-" what)))
1191 (cond ((fboundp fn-win)
1192 (funcall fn-win))
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/generator/template/darkfish/js/
H A Ddarkfish.js24 $.fn.unwrap = function( expr ) {
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Di386_timer.c509 timer_call_cpu(int cpu, void (*fn)(void *), void *arg)
511 mp_cpus_call(cpu_to_cpumask(cpu), SYNC, fn, arg); local
515 timer_call_nosync_cpu(int cpu, void (*fn)(void *), void *arg)
518 mp_cpus_call(cpu_to_cpumask(cpu), NOSYNC, fn, arg); local
/macosx-10.9.5/xnu-2422.115.4/tools/tests/affinity/
H A Dpool.c89 worker_fn_t *fn; member in struct:__anon15547
289 (void) sp->fn(workp->data, workp->isize);
421 sp->fn = producer_fnp;
424 sp->fn = consumer_fnp;
H A Dsets.c87 worker_fn_t *fn; member in struct:__anon15548
265 (void) sp->fn(workp->data, lp->isize);
457 sp->fn = producer_fnp;
460 sp->fn = consumer_fnp;
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Ddired-x.el399 (defun dired-clean-up-after-deletion (fn)
403 (dired-goto-subdir fn)
409 (let ((buf (get-file-buffer fn)))
413 (file-name-nondirectory fn)))
416 (let ((buf-list (dired-buffers-for-dir (expand-file-name fn)))
421 (file-name-nondirectory fn)))
473 '(".cp" ".cps" ".fn" ".fns" ".ky" ".kys" ".pg" ".pgs"
657 (let ((fn (dired-get-filename localp t)))
658 (and fn (string-match regexp fn))))
[all...]
H A Ddired.el2408 ;; (and (file-directory-p fn) (not (file-symlink-p fn)))
2482 (let ((fn (car (car l))))
2483 (dired-delete-file fn dired-recursive-deletes)
2488 (file-name-directory fn) (file-name-nondirectory fn)
2489 (function dired-delete-entry) fn))
2528 (defun dired-clean-up-after-deletion (fn)
2531 (dired-goto-subdir fn)
2833 (let ((fn (dire
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dbytecomp.el1156 (let ((fn name))
1157 (while (and (symbolp fn)
1158 (fboundp fn)
1159 (or (symbolp (symbol-function fn))
1160 (consp (symbol-function fn))
1162 (byte-code-function-p (symbol-function fn)))))
1163 (setq fn (symbol-function fn)))
1164 (if (and (not macro-p) (byte-code-function-p fn))
1165 fn
[all...]
H A Dcheckdoc.el2223 (fn (file-name-sans-extension f1))
2224 (fe (substring f1 (length fn)))
2242 (insert ";;; " fn fe " --- " (read-string "Summary: ") "\n"))
2281 (let ((fn 'lm-history-mark)) ;bestill byte-compiler
2282 (and (fboundp fn) (funcall fn))))
2330 (concat "^;;;[ \t]+" (regexp-quote fn) "\\(" (regexp-quote fe)
2333 (regexp-quote fn) "\\(" (regexp-quote fe) "\\)?")
2338 (insert "\n(provide '" fn ")\n\n;;; " fn f
[all...]
/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_vnops.c995 FILENAME_ATTR *fn; local
1046 fn = (FILENAME_ATTR*)((u8*)attr + val_ofs);
1047 if ((u32)(sizeof(FILENAME_ATTR) + (fn->filename_length <<
1050 } while (fn->filename_type != FILENAME_WIN32);
1052 res_size = ntfs_to_utf8(vol, fn->filename, fn->filename_length <<
1136 FILENAME_ATTR *fn; local
1169 fn = OSMalloc(fn_alloc, ntfs_malloc_tag);
1170 if (!fn) {
1175 bzero(fn, fn_allo
4054 FILENAME_ATTR *fn, *tfn; local
5063 FILENAME_ATTR *fn; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Dcontext_s.c110 const char *fn = kadm5_log_signal_socket(context); local
114 strlcpy (un->sun_path, fn, sizeof(un->sun_path));
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dfcache.c913 const char *fn; local
932 fn = context->default_cc_name;
933 if (fn == NULL || strncasecmp(fn, "FILE:", 5) != 0) {
939 fn = expandedfn;
942 if (strncasecmp(fn, "FILE:", 5) == 0) {
944 ret = stat(fn + 5, &sb);
950 ret = krb5_cc_resolve(context, fn, id);
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dhist.c215 hist_convert(EditLine *el, int fn, ptr_t arg) argument
218 if ((*(el)->el_history.fun)((el)->el_history.ref, &ev, fn, arg) == -1)
/macosx-10.9.5/apache-786.1/httpd/modules/loggers/
H A Dmod_log_forensic.c255 static const char *set_forensic_log(cmd_parms *cmd, void *dummy, const char *fn) argument
260 cfg->logname = fn;
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dcgen-asm.c39 cgen_set_parse_operand_fn (CGEN_CPU_DESC cd, cgen_parse_operand_fn fn) argument
41 cd->parse_operand_fn = fn;
/macosx-10.9.5/libedit-39/src/
H A Dhist.c215 hist_convert(EditLine *el, int fn, void *arg) argument
218 if ((*(el)->el_history.fun)((el)->el_history.ref, &ev, fn, arg) == -1)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A DAsyncPythonInterpreter.py17 for fn in IMPORT_MODULES:
18 for line in file(fn+'.py', 'rU'):
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_bridgesupport.py179 fn = frameworkName + '.bridgesupport'
181 path = os.path.join(dn, fn)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A DAsyncPythonInterpreter.py17 for fn in IMPORT_MODULES:
18 for line in file(fn+'.py', 'rU'):
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Lib/objc/
H A D_bridgesupport.py163 fn = frameworkName + '.bridgesupport'
165 path = os.path.join(dn, fn)
/macosx-10.9.5/rsync-42/rsync/
H A Dproto.h89 int unchanged_file(char *fn, struct file_struct *file, STRUCT_STAT *st);
246 void start_accept_loop(int port, int (*fn)(int, int));
305 char *full_fname(const char *fn);
317 const char *find_filename_suffix(const char *fn, int fn_len, int *len_ptr);
/macosx-10.9.5/ruby-104/ruby/test/rake/
H A Dtest_rake_file_utils.rb30 list.each { |fn| create_file(fn) }
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dgzip.vim197 let fn = fnamemodify(a:name, ":r")
198 if !filereadable(fn) && !isdirectory(fn)
199 return fn

Completed in 463 milliseconds

<<11121314151617181920>>