Searched refs:fn (Results 251 - 275 of 650) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/groff-38/groff/src/libs/libgroff/
H A Dtmpfile.cpp137 xtmpfile_list(char *fn) : fname(fn), next(0) {} argument
/macosx-10.9.5/llvmCore-3425.0.33/bindings/ocaml/llvm/
H A Dllvm.ml613 | Before fn ->
614 f fn;
615 iter_function_range f (function_succ fn) e
624 | Before fn -> fold_left_function_range f (f init fn) (function_succ fn) e
633 | After fn ->
634 f fn;
635 rev_iter_function_range f (function_pred fn) e
644 | After fn
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rake/contrib/
H A Dftptools.rb131 FileList.glob(wildcard).each do |fn|
132 upload(fn)
/macosx-10.9.5/ruby-104/ruby/lib/rake/
H A Ddsl_definition.rb131 # Import the partial Rakefiles +fn+. Imported files are loaded
146 fns.each do |fn|
147 Rake.application.add_import(fn)
/macosx-10.9.5/smb-697.95.1/smbutil/
H A Dsmbutil.c63 cmd_fn_t* fn; member in struct:commands
178 return cmd->fn(argc, argv);
/macosx-10.9.5/tcsh-65/tcsh/
H A Ded.inputl.c95 COMMAND fn; local
195 /* make sure fn is initialized */
196 fn = (retval == CC_COMPLETE_ALL) ? LIST_ALL : LIST;
365 fn = RECOGNIZE;
371 fn = RECOGNIZE_ALL;
377 fn = RECOGNIZE_SCROLL;
382 fn = RECOGNIZE_SCROLL;
415 switch (matchval = tenematch(InputBuf, Cursor-InputBuf, fn)){
463 fn = (retval == CC_COMPLETE_ALL) ? LIST_ALL : LIST;
464 (void) tenematch(InputBuf, Cursor-InputBuf, fn);
[all...]
H A Dsh.err.c373 void (*fn) (void *); member in struct:cleanup_entry
385 /* fn() will be run with all signals blocked, so it should not do anything
388 cleanup_push_internal(void *var, void (*fn) (void *)
406 ce->fn = fn;
429 ce->fn = cleanup_ignore_fn;
444 ce.fn(ce.var);
459 ce.fn(ce.var);
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dfiles.c458 char *fn; local
486 while (!errflag && (fn = zreaddir(d, 1))) {
487 int l = strlen(fn) + 1;
489 strcpy(files + fileslen, fn);
493 for (fn = files; !errflag && !(err & 2) && fn < files + fileslen;) {
494 int l = strlen(fn) + 1;
499 strcpy(narg + arglen, fn);
500 unmetafy(fn, NULL);
501 err |= recursivecmd_doone(reccmd, narg, fn,
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dgen.c119 char *fn = NULL; local
131 if (asprintf(&fn, "%s.hx", headerbase) < 0 || fn == NULL)
133 headerfile = fopen (fn, "w");
135 err (1, "open %s", fn);
136 free(fn);
137 fn = NULL;
142 if (asprintf(&fn, "%s-priv.hx", headerbase) < 0 || fn == NULL)
144 privheaderfile = fopen (fn, "
[all...]
/macosx-10.9.5/swig-10/Source/Preprocessor/
H A Dcpp.c77 static String *cpp_include(const_String_or_char_ptr fn, int sysfile) { argument
78 String *s = sysfile ? Swig_include_sys(fn) : Swig_include(fn);
89 /* Seek(fn, 0, SEEK_SET); */
91 Swig_warning(WARN_PP_MISSING_FILE, Getfile(fn), Getline(fn), "Unable to find '%s'\n", fn);
93 Swig_error(Getfile(fn), Getline(fn), "Unable to find '%s'\n", fn); local
633 String *fn; local
1047 String *fn = Copy(Getfile(s)); local
1584 String *s1, *s2, *fn; local
1720 DOH *s1, *s2, *fn, *opt; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dfile.c37 _hx509_map_file_os(const char *fn, heim_octet_string *os) argument
43 ret = rk_undumpdata(fn, &data, &length);
58 _hx509_write_file(const char *fn, const void *data, size_t length) argument
60 rk_dumpdata(fn, data, length);
/macosx-10.9.5/curl-78.94.1/curl/tests/
H A Dsshhelp.pm298 my $fn = $_[0];
302 my $file = File::Spec->catfile($_, $fn);
314 my $fn = $_[0];
319 my $file = File::Spec->catfile($_, $fn);
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dinf-lisp.el498 "(let ((fn '%s))
500 fn (documentation fn 'function))
512 "(let ((fn '%s))
513 (format t \"Arglist for ~a: ~a\" fn (arglist fn))
535 (defun lisp-fn-called-at-pt ()
560 ;;; Documentation functions: fn and var doc, arglist, and symbol describe.
563 (defun lisp-show-function-documentation (fn)
566 (interactive (lisp-symprompt "Function doc" (lisp-fn
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/url/
H A Durl-handlers.el132 (let ((fn (or (get operation 'url-file-handlers)
136 (if (and fn (fboundp fn))
138 val (apply fn args))
/macosx-10.9.5/emacs-92/emacs/src/m/
H A Dconvex.h154 #define LD_SWITCH_MACHINE -X -NL -fn -Enoposix -A__iob=___ap\$$iob \
/macosx-10.9.5/groff-38/groff/src/include/
H A Dsearch.h28 void add_file(const char *fn, int silent = 0);
/macosx-10.9.5/libarchive-29/libarchive/contrib/shar/
H A Dshar.c251 shar_write(char **fn, size_t nfn) argument
257 assert(fn != NULL);
264 if (shar_write_tree(a, fn[i]) != ARCHIVE_OK)
267 if (shar_write_path(a, fn[i]) != ARCHIVE_OK)
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_private.h111 int __archive_parse_options(const char *p, const char *fn,
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dtdb.h96 int (*fn)(TDB_CONTEXT *tdb, TDB_DATA key, TDB_DATA dbuf, void *state),
/macosx-10.9.5/screen-22/screen/
H A Dlogfile.c113 logreopen_register(fn)
114 int (*fn) __P((char *, int, struct logfile *));
116 lf_reopen_fn = fn ? fn : logfile_reopen;
/macosx-10.9.5/bash-92/bash-3.2/
H A Dgeneral.c498 file_isdir (fn)
499 char *fn;
503 return ((stat (fn, &sb) == 0) && S_ISDIR (sb.st_mode));
507 file_iswdir (fn)
508 char *fn;
510 return (file_isdir (fn) && sh_eaccess (fn, W_OK) == 0);
/macosx-10.9.5/emacs-92/emacs/src/
H A Deval.c2740 /* Apply fn to arg */
2742 apply1 (fn, arg)
2743 Lisp_Object fn, arg;
2747 GCPRO1 (fn);
2749 RETURN_UNGCPRO (Ffuncall (1, &fn));
2754 args[0] = fn;
2760 RETURN_UNGCPRO (Fapply (2, &fn));
2764 /* Call function fn on no arguments */
2766 call0 (fn)
2767 Lisp_Object fn;
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dunames.cpp624 UEnumCharNamesFn *fn, void *context,
630 if(fn!=DO_FIND_NAME) {
641 if(!fn(context, start, nameChoice, buffer, length)) {
668 UEnumCharNamesFn *fn, void *context)
670 if(fn!=DO_FIND_NAME) {
678 if(!fn(context, start, U_EXTENDED_CHAR_NAME, buffer, length)) {
692 UEnumCharNamesFn *fn, void *context,
709 if(!enumExtNames(start, extLimit-1, fn, context)) {
718 return enumGroupNames(names, group, start, limit-1, fn, context, nameChoice);
730 fn, contex
622 enumGroupNames(UCharNames *names, const uint16_t *group, UChar32 start, UChar32 end, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) argument
667 enumExtNames(UChar32 start, UChar32 end, UEnumCharNamesFn *fn, void *context) argument
690 enumNames(UCharNames *names, UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) argument
959 enumAlgNames(AlgorithmicRange *range, UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) argument
1646 u_enumCharNames(UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice, UErrorCode *pErrorCode) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/obsolete/
H A Dhilit19.el293 ;; hilit-set-mode-patterns now takes a list of modes and an optional parse-fn
587 (let* ((fn (symbol-name face))
601 (if (string-match "^reverse-?" fn)
603 (setq fn (substring fn (match-end 0)))))
606 (if (string-match "^\\(hex-\\)?\\([A-Za-z0-9]+\\)" fn)
609 (substring fn (match-beginning 2) (match-end 2)))
610 fn (substring fn (match-end 0)))
614 (if (string-match "^/\\(hex-\\)?\\([A-Za-z0-9]+\\)" fn)
[all...]
/macosx-10.9.5/file-46/file/src/
H A Dapprentice.c261 apprentice_1(struct magic_set *ms, const char *fn, int action, argument
278 rv = apprentice_load(ms, &magic, &nmagic, fn, action);
281 rv = apprentice_compile(ms, &magic, &nmagic, fn);
287 if ((rv = apprentice_map(ms, &magic, &nmagic, fn)) == -1) {
289 file_magwarn(ms, "using regular magic file `%s'", fn);
290 rv = apprentice_load(ms, &magic, &nmagic, fn, action);
348 /* const char *fn: list of magic files and directories */
350 file_apprentice(struct magic_set *ms, const char *fn, int action) argument
356 if ((fn = magic_getpath(fn, actio
626 load_1(struct magic_set *ms, int action, const char *fn, int *errs, struct magic_entry **marray, uint32_t *marraycount) argument
704 apprentice_load(struct magic_set *ms, struct magic **magicp, uint32_t *nmagicp, const char *fn, int action) argument
2151 apprentice_map(struct magic_set *ms, struct magic **magicp, uint32_t *nmagicp, const char *fn) argument
2252 apprentice_compile(struct magic_set *ms, struct magic **magicp, uint32_t *nmagicp, const char *fn) argument
2298 mkdbname(struct magic_set *ms, const char *fn, int strip) argument
[all...]

Completed in 488 milliseconds

<<11121314151617181920>>