Searched refs:hf (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10.1/MITKerberosShim-66/
H A Dheim-loader.c9 static void *hf = NULL; variable
12 hf = dlopen("/System/Library/PrivateFrameworks/Heimdal.framework/Heimdal", RTLD_LAZY|RTLD_LOCAL);
17 fun_krb5_cc_end_seq_get = dlsym(hf, "krb5_cc_end_seq_get");
19 fun_krb5_config_get_string = dlsym(hf, "krb5_config_get_string");
21 fun_krb5_set_default_in_tkt_etypes = dlsym(hf, "krb5_set_default_in_tkt_etypes");
23 fun_krb5_get_pw_salt = dlsym(hf, "krb5_get_pw_salt");
25 fun_krb5_free_salt = dlsym(hf, "krb5_free_salt");
27 fun_krb5_string_to_key_data_salt = dlsym(hf, "krb5_string_to_key_data_salt");
29 fun_krb5_free_keyblock_contents = dlsym(hf, "krb5_free_keyblock_contents");
31 fun_krb5_set_real_time = dlsym(hf, "krb5_set_real_tim
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/port/
H A Dlcgen.c282 FILE* hf; local
300 if (!(hf = fopen(hdr, "w")))
316 fprintf(hf, "/* : : generated by %s : : */\n", command);
317 fprintf(hf, "#pragma prototyped\n");
318 fprintf(hf, "\n");
319 fprintf(hf, "#ifndef _LC_H\n");
320 fprintf(hf, "#define _LC_H\t\t\t1\n");
321 fprintf(hf, "\n");
322 fprintf(hf, "#include <ast.h>\n");
323 fprintf(hf, "\
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dbashhist.c267 char *hf; local
281 hf = get_string_value ("HISTFILE");
283 if (hf && *hf && stat (hf, &buf) == 0)
285 read_history (hf);
296 char *hf; local
299 hf = get_string_value ("HISTFILE");
300 if (hf && *hf
350 char *hf; local
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Duuenc39 Usage="Usage: $name [-hf] <filename> ..."
44 while getopts :hf opt; do
/macosx-10.10.1/copyfile-118.1.2/xcodescripts/
H A Dinstall_files.sh23 ln -hf "$MANDIR/$MANPAGE" "$MANDIR/$LINK"
/macosx-10.10.1/zlib-55/zlib/contrib/minizip/
H A Diowin32.c38 HANDLE hf; member in struct:__anon15458
76 w32fiow.hf = hFile;
153 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
175 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
196 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
217 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
244 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
281 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
320 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
/macosx-10.10.1/Libnotify-133.1.1/notifyd/
H A Dtimer.h56 timer_t *timer_calendar_long(uint32_t yf, uint32_t mf, uint32_t df, uint32_t hf, uint32_t nf, uint32_t sf, time_t fm, int d, uint32_t ye, uint32_t me, uint32_t de, uint32_t he, uint32_t ne, uint32_t se, dispatch_queue_t queue);
/macosx-10.10.1/removefile-35/xcodescripts/
H A Dinstall_files.sh30 ln -hf "$MANDIR/$MANPAGE" "$MANDIR/$LINK"
/macosx-10.10.1/rsync-45/rsync/testsuite/
H A Ditemize.test55 hf..T.... foo/extra => foo/config1
108 hf foo/extra
145 hf foo/extra => foo/config1
158 hf foo/extra => foo/config1
188 hf bar/baz/rsync
190 hf foo/config1
191 hf foo/config2
192 hf foo/extra => foo/config1
/macosx-10.10.1/Security-57031.1.35/Security/include/security_ocspd/
H A DocspResponse.cpp151 hashFcn hf = NULL; local
157 hf = ocspdSha1;
161 hf = ocspdMD5;
165 hf = ocspdMD4;
174 hf(mIssuerName.Data, (CC_LONG)mIssuerName.Length, digest);
178 hf(mIssuerPubKey.Data, (CC_LONG)mIssuerPubKey.Length, digest);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ocspd/common/
H A DocspResponse.cpp151 hashFcn hf = NULL; local
157 hf = ocspdSha1;
161 hf = ocspdMD5;
165 hf = ocspdMD4;
174 hf(mIssuerName.Data, (CC_LONG)mIssuerName.Length, digest);
178 hf(mIssuerPubKey.Data, (CC_LONG)mIssuerPubKey.Length, digest);
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dhistory.c1034 TYPE(History) hf;
1036 hf.h_ref = va_arg(va, ptr_t);
1038 hf.h_first = va_arg(va, history_gfun_t);
1039 hf.h_next = va_arg(va, history_gfun_t);
1040 hf.h_last = va_arg(va, history_gfun_t);
1041 hf.h_prev = va_arg(va, history_gfun_t);
1042 hf.h_curr = va_arg(va, history_gfun_t);
1043 hf.h_set = va_arg(va, history_sfun_t);
1044 hf.h_clear = va_arg(va, history_vfun_t);
1045 hf
[all...]
/macosx-10.10.1/libedit-40/src/
H A Dhistory.c1082 TYPE(History) hf;
1084 hf.h_ref = va_arg(va, void *);
1086 hf.h_first = va_arg(va, history_gfun_t);
1087 hf.h_next = va_arg(va, history_gfun_t);
1088 hf.h_last = va_arg(va, history_gfun_t);
1089 hf.h_prev = va_arg(va, history_gfun_t);
1090 hf.h_curr = va_arg(va, history_gfun_t);
1091 hf.h_set = va_arg(va, history_sfun_t);
1092 hf.h_clear = va_arg(va, history_vfun_t);
1093 hf
[all...]
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dhistory.c916 History hf; local
918 hf.h_ref = va_arg(va, ptr_t);
920 hf.h_first = va_arg(va, history_gfun_t);
921 hf.h_next = va_arg(va, history_gfun_t);
922 hf.h_last = va_arg(va, history_gfun_t);
923 hf.h_prev = va_arg(va, history_gfun_t);
924 hf.h_curr = va_arg(va, history_gfun_t);
925 hf.h_set = va_arg(va, history_sfun_t);
926 hf.h_clear = va_arg(va, history_vfun_t);
927 hf
[all...]
/macosx-10.10.1/lsof-53/lsof/dialects/darwin/kmem/
H A Ddnode.c375 struct filefork *hf = (struct filefork *)NULL; local
515 hf = h->c_rsrcfork;
517 hf = h->c_datafork;
518 if (!hf
519 || kread((KA_T)hf, (char *)&hfb, sizeof(hfb))) {
525 hf = &hfb;
758 Lf->sz = (SZOFFTYPE)hf->ff_size;
/macosx-10.10.1/ntp-92/include/
H A Dntp_fp.h86 #define NTOHL_MFP(ni, nf, hi, hf) \
87 do { (hi) = ntohl(ni); (hf) = ntohl(nf); } while (0)
88 #define HTONL_MFP(hi, hf, ni, nf) \
89 do { (ni) = ntohl(hi); (nf) = ntohl(hf); } while (0)
/macosx-10.10.1/ntp-92/util/
H A Djitter.h122 #define NTOHL_MFP(ni, nf, hi, hf) \
123 do { (hi) = ntohl(ni); (hf) = ntohl(nf); } while (0)
124 #define HTONL_MFP(hi, hf, ni, nf) \
125 do { (ni) = ntohl(hi); (nf) = ntohl(hf); } while (0)
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dmem.c1048 struct heap *h, *hp, *hf = NULL, *hfp = NULL; local
1149 (!hf || h < hf) &&
1151 hf = h, hfp = hp;
1153 if (hf) {
1158 for (hso = hf->sp; hso; hso = hsn) {
1164 hfp->next = hf->next;
1166 heaps = hf->next;
1168 zfree(hf, HEAPSIZE);
H A Dhist.c880 char *hf; local
936 hf = getsparam("HISTFILE");
955 savehistfile(hf, 0, HFILE_USE_OPTIONS | HFILE_FAST);
1238 char *hf; local
1272 hf = getsparam("HISTFILE");
1273 if (isset(SHAREHISTORY) && !lockhistfile(hf, 0)) {
1274 readhistfile(hf, 0, HFILE_USE_OPTIONS | HFILE_FAST);
1382 savehistfile(hf, 0, HFILE_USE_OPTIONS | HFILE_FAST);
1383 unlockhistfile(hf); /* It's OK to call this even if we aren't locked */
3365 * list using hf fo
3374 pushhiststack(char *hf, zlong hs, zlong shs, int level) argument
[all...]
/macosx-10.10.1/Libinfo-459/xcodescripts/
H A Dinstall_files.sh74 ln -hf "$MANDIR/$MANPAGE" "$MANDIR/$LINK"
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dlftp.vim91 \ use-fe[at] use-fx[p] use-hf[tp]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtranstst.cpp4542 Transliterator* hf = Transliterator::createInstance("Halfwidth-Fullwidth", UTRANS_FORWARD, parseError, status); local
4544 if (hf == 0 || fh == 0) {
4546 delete hf;
4553 // "hf"|"fh"|"both",
4568 expect(*hf, h, f);
4574 expect(*hf, h, f);
4579 delete hf;
/macosx-10.10.1/vim-55/src/
H A Dos_win32.c4302 HANDLE hf; local
4328 if ((hf = CreateFileW(wold, GENERIC_WRITE, 0, NULL, CREATE_NEW,
4331 if (!CloseHandle(hf))
4377 HANDLE hf; local
4437 if ((hf = CreateFile(pszOldFile, GENERIC_WRITE, 0, NULL, CREATE_NEW,
4440 if (!CloseHandle(hf))
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dpcvs.el619 (let* ((hf (ewoc-get-hf cvs-cookies))
620 (str (car hf))
642 (ewoc-set-hf cvs-cookies
/macosx-10.10.1/vim-55/runtime/
H A Doptwin.vim241 call <SID>OptionG("hf", &hf)

Completed in 403 milliseconds

12