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

12

/macosx-10.9.5/MITKerberosShim-62.1/
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.9.5/ksh-20/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.9.5/bash-92/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.9.5/bash-92/bash-3.2/examples/scripts.v2/
H A Duuenc39 Usage="Usage: $name [-hf] <filename> ..."
44 while getopts :hf opt; do
/macosx-10.9.5/copyfile-103.92.1/xcodescripts/
H A Dinstall_files.sh34 ln -hf "$MANDIR/$MANPAGE" "$MANDIR/$LINK"
/macosx-10.9.5/zlib-53/zlib/contrib/minizip/
H A Diowin32.c38 HANDLE hf; member in struct:__anon15650
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.9.5/Libnotify-121.20.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.9.5/removefile-33/xcodescripts/
H A Dinstall_files.sh41 ln -hf "$MANDIR/$MANPAGE" "$MANDIR/$LINK"
/macosx-10.9.5/rsync-42/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.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/Heimdal-323.92.1/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.9.5/libedit-39/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.9.5/lukemftp-13.92.1/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.9.5/lsof-52/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.9.5/ntp-88/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.9.5/ntp-88/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.9.5/zsh-60/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.c1173 char *hf; local
1207 hf = getsparam("HISTFILE");
1208 if (isset(SHAREHISTORY) && !lockhistfile(hf, 0)) {
1209 readhistfile(hf, 0, HFILE_USE_OPTIONS | HFILE_FAST);
1304 savehistfile(hf, 0, HFILE_USE_OPTIONS | HFILE_FAST);
1305 unlockhistfile(hf); /* It's OK to call this even if we aren't locked */
3267 * list using hf for HISTFILE, hs for HISTSIZE, and shs for SAVEHIST. If
3268 * the hf value is an empty string, HISTFILE will be unset from the new
3276 pushhiststack(char *hf, zlong hs, zlong shs, int level) argument
3293 if (hf) {
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/Locale/
H A Dve.pm79 my $month_format_abbreviated = [ "Pha", "Luh", "���hf", "Lam", "Shu", "Lwi", "Lwa", "���ha", "Khu", "Tsh", "���ar", "Nye" ];
255 ���hf
270 ���hf
300 ���hf
H A Dve_ZA.pm167 ���hf
182 ���hf
212 ���hf
/macosx-10.9.5/Libinfo-449.1.3/xcodescripts/
H A Dinstall_files.sh85 ln -hf "$MANDIR/$MANPAGE" "$MANDIR/$LINK"
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlftp.vim91 \ use-fe[at] use-fx[p] use-hf[tp]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtranstst.cpp4543 Transliterator* hf = Transliterator::createInstance("Halfwidth-Fullwidth", UTRANS_FORWARD, parseError, status); local
4545 if (hf == 0 || fh == 0) {
4547 delete hf;
4554 // "hf"|"fh"|"both",
4569 expect(*hf, h, f);
4575 expect(*hf, h, f);
4580 delete hf;
/macosx-10.9.5/vim-53/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))

Completed in 156 milliseconds

12