Searched refs:f_name (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/crypto/lhash/
H A Dlhash.h101 #define DECLARE_LHASH_HASH_FN(f_name,o_type) \
102 unsigned long f_name##_LHASH_HASH(const void *);
103 #define IMPLEMENT_LHASH_HASH_FN(f_name,o_type) \
104 unsigned long f_name##_LHASH_HASH(const void *arg) { \
106 return f_name(a); }
107 #define LHASH_HASH_FN(f_name) f_name##_LHASH_HASH
110 #define DECLARE_LHASH_COMP_FN(f_name,o_type) \
111 int f_name##_LHASH_COMP(const void *, const void *);
112 #define IMPLEMENT_LHASH_COMP_FN(f_name,o_typ
[all...]
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dlhash.h101 #define DECLARE_LHASH_HASH_FN(f_name,o_type) \
102 unsigned long f_name##_LHASH_HASH(const void *);
103 #define IMPLEMENT_LHASH_HASH_FN(f_name,o_type) \
104 unsigned long f_name##_LHASH_HASH(const void *arg) { \
106 return f_name(a); }
107 #define LHASH_HASH_FN(f_name) f_name##_LHASH_HASH
110 #define DECLARE_LHASH_COMP_FN(f_name,o_type) \
111 int f_name##_LHASH_COMP(const void *, const void *);
112 #define IMPLEMENT_LHASH_COMP_FN(f_name,o_typ
[all...]
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-lhash.h136 #define DECLARE_LHASH_HASH_FN(f_name, o_type) \
137 unsigned long f_name ## _LHASH_HASH(const void *);
138 #define IMPLEMENT_LHASH_HASH_FN(f_name, o_type) \
139 unsigned long f_name ## _LHASH_HASH(const void *arg) { \
141 return f_name(a); }
142 #define LHASH_HASH_FN(f_name) f_name ## _LHASH_HASH
145 #define DECLARE_LHASH_COMP_FN(f_name, o_type) \
146 int f_name ## _LHASH_COMP(const void *, const void *);
147 #define IMPLEMENT_LHASH_COMP_FN(f_name, o_typ
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DFileSystemEfl.cpp89 const char *f_name; local
92 EINA_ITERATOR_FOREACH(it, f_name) {
93 if (!fnmatch(cfilter.data(), f_name, 0))
94 matchingEntries.append(String::fromUTF8(f_name));
95 eina_stringshare_del(f_name);
/macosx-10.10/OpenSSL098-52/bin/
H A Dinstall_manpages71 my ($f_name, $f_path, $f_suffix) = fileparse($podfile, "\.pod");
72 my $fn = $f_name.$f_suffix;
79 if(defined $FILE_BLACKLIST{uc($f_name)})
81 printf("\t%s: blacklisted\n", $f_name);
94 my $linkname = $f_name.".".$s_numb.$MANSUFFIX;
101 if ( $s_name eq $f_name )
103 printf("\t%s(%s): make %s %s %s\n", $f_name, $s_numb, $manname, $exists, $issym);
106 if ( uc($s_name) ne uc($f_name) )
108 printf("\t%s(%s): link %s -> %s %s %s", $f_name, $s_numb, $manname, $linkname, $exists, $issym);
112 &make_manpage($f_name,
[all...]
/macosx-10.10/shell_cmds-179/find/
H A Doption.c92 { "-ilname", c_name, f_name, F_LINK | F_IGNCASE },
93 { "-iname", c_name, f_name, F_IGNCASE },
99 { "-lname", c_name, f_name, F_LINK },
107 { "-name", c_name, f_name, 0 },
H A Dextern.h96 exec_f f_name; variable
H A Dfunction.c1144 f_name(PLAN *plan, FTSENT *entry) function
/macosx-10.10/bc-21/bc/bc/
H A Dutil.c565 id->f_name = 0;
594 if (id->f_name != 0)
598 if (use_math && namekind == FUNCTDEF && id->f_name <= 6)
599 id->f_name = next_func++;
600 return (id->f_name);
602 id->f_name = next_func++;
603 f_names[id->f_name] = name;
604 if (id->f_name < MAX_STORE)
606 if (id->f_name >= f_count)
608 return (id->f_name);
[all...]
H A Dbcdefs.h164 int f_name; /* The function name (number). */ member in struct:id_rec
/macosx-10.10/rsync-45/rsync/
H A Dhlink.c192 f_name(file, NULL));
200 f_name(head_file, NULL));
202 f_name(head_file, toname);
290 if (link_stat(f_name(file, hlink1), &st1, 0) < 0)
303 hlink2 = f_name(file, NULL);
H A Dsender.c146 f_name(file, fname);
149 f_name(file, fname2);
281 fname2 = f_name(file, fname);
284 f_name(file, fname3);
H A Dgenerator.c281 f_name(fp, delbuf);
307 f_name(file, fbuf);
967 fname = f_name(file, NULL);
1117 fname = f_name(file, NULL);
1125 fname = f_name(file, NULL);
1133 fname = f_name(file, NULL);
1205 f_name(fuzzy_file, fnamecmpbuf);
1511 f_name(file, fbuf);
1575 f_name(file, fbuf);
1632 recv_generator(f_name(fil
[all...]
H A Dreceiver.c297 fname = local_name ? local_name : f_name(file, NULL);
331 f_name(the_file_list->files[next_gen_i], NULL));
427 fname = local_name ? local_name : f_name(file, fbuf);
H A Dflist.c147 f_name(f, NULL), f->u.link);
154 f_name(f, NULL));
339 f_name(file, fname);
1049 && !(file->flags & FLAG_MOUNT_POINT) && f_name(file, fbuf)) {
1452 f_name(file, NULL));
1668 f_name(file, fbuf), drop);
1727 if (is_excluded(f_name(file, fbuf), 1,
1941 char *f_name(struct file_struct *f, char *fbuf) function
H A Dlog.c508 n = f_name(file, NULL);
531 n = f_name(file, NULL);
H A Dproto.h83 char *f_name(struct file_struct *f, char *fbuf);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A Dscprefs_observer.c37 iterate_dir(const char *d_name, const char *f_name, argument
64 iterate_dir(full_path, f_name, ctxP, found);
65 } else if (strcmp(f_name, dp->d_name) == 0) {
/macosx-10.10/tcl-105/tcl/tcl/library/http/
H A Dhttp.tcl1428 # lassign [split $flags ""] f_text f_crc f_extra f_name f_comment
1429 foreach {f_text f_crc f_extra f_name f_comment} [split $flags ""] break
1439 if {$f_name} {
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/http2.6/
H A Dhttp.tcl1401 foreach {f_text f_crc f_extra f_name f_comment} [split $flags ""] break
1411 if { $f_name } {
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c220 f_generateId, f_id, f_lang, f_last, f_localName, f_name, f_namespaceUri, enumerator in enum:__anon13038
1218 if (strcmp (funcName, "name")==0) return f_name;
3603 case f_name:
3703 if (step->intvalue == f_name) {
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim185 let f_name = matchstr(i,
189 if f_name != ''
190 let c_functions[f_name.'('] = f_args
302 let f_name = matchstr(i,
306 let int_functions[f_name.'('] = f_args.')'
469 let f_name = matchstr(i,
473 let int_functions[f_name.'('] = f_args.')'

Completed in 386 milliseconds