Searched refs:hd (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.9.5/file_cmds-230/pax/
H A Dcpio.c286 HD_CPIO *hd; local
293 hd = (HD_CPIO *)buf;
300 arcn->sb.st_dev = (dev_t)asc_ul(hd->c_dev, sizeof(hd->c_dev), OCT);
301 arcn->sb.st_ino = (ino_t)asc_ul(hd->c_ino, sizeof(hd->c_ino), OCT);
302 arcn->sb.st_mode = (mode_t)asc_ul(hd->c_mode, sizeof(hd->c_mode), OCT);
303 arcn->sb.st_uid = (uid_t)asc_ul(hd->c_uid, sizeof(hd
389 HD_CPIO *hd; local
567 HD_VCPIO *hd; local
696 HD_VCPIO *hd; local
881 HD_BCPIO *hd; local
996 HD_BCPIO *hd; local
[all...]
H A Dtar.c315 HD_TAR *hd; local
320 hd = (HD_TAR *)blk;
330 if (hd->name[0] == '\0')
334 if (asc_ul(hd->chksum,sizeof(hd->chksum),OCT) != tar_chksm(blk,BLKMULT))
387 HD_TAR *hd; local
402 hd = (HD_TAR *)buf;
403 if (hd->linkflag != LONGLINKTYPE && hd->linkflag != LONGNAMETYPE) {
405 &gnu_name_string, hd
526 HD_TAR *hd; local
715 HD_USTAR *hd; local
747 HD_USTAR *hd; local
912 HD_USTAR *hd; local
[all...]
H A Dpax_format.c611 expand_extended_headers(ARCHD *arcn, HD_USTAR *hd) argument
619 myhd = hd;
810 if (myhd==hd) return(path_replaced);
813 memcpy(hd, myhd, sizeof(HD_USTAR));
829 HD_USTAR *hd; local
833 hd = (HD_USTAR *)blk;
841 if (hd->name[0] == '\0')
843 if (strncmp(hd->magic, TMAGIC, TMAGLEN - 1) != 0)
845 if (asc_ul(hd->chksum,sizeof(hd
870 HD_USTAR *hd; local
1156 HD_USTAR *hd; local
1291 HD_USTAR *hd; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dring.el29 ;; (hd-index length . vector)
37 ;; hd-index = vector index of the oldest ring item.
66 (hd (car ring))
69 hd (ring-minus1 hd veclen))
70 (aset vec hd item)
71 (setcar ring hd)
107 (hd (car ring))
109 (cons hd (cons ln (copy-sequence vec)))))
116 (hd (ca
[all...]
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dhash.c166 hash_find_list_cb(void *node, struct hash_data *hd) argument
171 if (hd->hd_hash->h_cmp(hd->hd_key, node) == 0) {
172 if ((cbrc = hd->hd_fun(node, hd->hd_private)) < 0)
185 struct hash_data hd; local
187 hd.hd_hash = hash;
188 hd.hd_fun = fun;
189 hd.hd_key = key;
190 hd
198 hash_find_first_cb(void *node, struct hash_data *hd) argument
212 struct hash_data hd; local
[all...]
/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Dhttpput.c62 int hd ; local
75 hd = open(file, O_RDONLY) ;
76 fstat(hd, &file_info);
77 close(hd) ;
H A Danyauthput.c117 intptr_t hd ; local
130 hd = open(file, O_RDONLY) ;
131 fstat(hd, &file_info);
143 curl_easy_setopt(curl, CURLOPT_READDATA, (void*)hd);
149 curl_easy_setopt(curl, CURLOPT_IOCTLDATA, (void*)hd);
181 close(hd); /* close the local file */
/macosx-10.9.5/Heimdal-323.92.1/appl/login/
H A Dutmp_login.c46 char *ld, *hd; local
55 hd = strchr (hostname, '.');
57 if (hd != NULL && ld != NULL && strcmp(hd, ld) == 0
58 && hd - hostname < dst_sz) {
60 dst[hd - hostname] = '\0';
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dcvtmail.c57 char *hd; local
70 hd = (char *) getenv ("HOME");
72 md = (char *) xmalloc (strlen (hd) + 10);
73 strcpy (md, hd);
90 mfile = (char *) xmalloc (strlen (hd) + 7);
91 strcpy (mfile, hd);
/macosx-10.9.5/curl-78.94.1/curl/tests/libtest/
H A Dlib541.c39 int hd ; local
58 hd = fstat(fileno(hd_src), &file_info);
59 if(hd == -1) {
H A Dlib505.c42 int hd ; local
66 hd = fstat(fileno(hd_src), &file_info);
67 if(hd == -1) {
H A Dlib525.c37 int hd ; local
66 hd = fstat(fileno(hd_src), &file_info);
67 if(hd == -1) {
H A Dlib582.c230 int hd ; local
255 hd = fstat(fileno(hd_src), &file_info);
256 if(hd == -1) {
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dsrconv.c350 struct IT_hd hd; local
352 hd.spare1 = 0;
354 hd.mt = MTYPE_ABS_LM;
356 hd.mt = MTYPE_OMS_OR_LMS;
358 hd.cd = DATE;
360 hd.nu = p->nsources; /* Always one unit */
361 hd.code = 0; /* Always ASCII */
362 hd.ver = "0200"; /* Version 2.00 */
367 hd.au = 8;
368 hd
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/obj2yaml/
H A Dcoff2yaml.cpp353 const llvm::object::coff_file_header *hd;
354 ec = obj.getHeader(hd);
356 yamlCOFFHeader(hd, Out);
357 yamlCOFFSections(obj, hd->NumberOfSections, Out);
358 yamlCOFFSymbols(obj, hd->NumberOfSymbols, Out);
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dviper-util.el586 (hd (car ring))
587 (idx (max 0 (ring-minus1 hd ln)))
596 (setq hd (max 0 (ring-minus1 hd ln)))
597 (if (= hd (1- ln)) (setq hd 0))
598 (setcar ring hd) ; move head
607 (hd (car ring))
608 (vecpos-after-hd (if (= hd
[all...]
/macosx-10.9.5/files-638.1.4/private/etc/
H A DMakefile44 $(_v) $(INSTALL_FILE) -m 0644 -c fstab.hd "$(Destination)/fstab.hd"
/macosx-10.9.5/text_cmds-87/ed/
H A Dmain.c312 const char *hd; local
320 for (hd = ibufp;; first = 0)
380 if (ibufp == hd)
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dparameter.c1349 HashNode hd = nameddirtab->removenode(nameddirtab, pm->node.nam); local
1351 if (hd)
1352 nameddirtab->freenode(hd);
1360 HashNode hn, next, hd; variable
1369 (hd = nameddirtab->removenode(nameddirtab, hn->nam)))
1370 nameddirtab->freenode(hd);
1562 HashNode hd = aliastab->removenode(aliastab, pm->node.nam); local
1564 if (hd)
1565 aliastab->freenode(hd);
1572 HashNode hd local
1583 HashNode hn, next, hd; local
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/unix/
H A Dsockaddr.c500 struct hostent_data hd; local
532 gethostbyname_r(hostname, &hs, &hd);
703 struct hostent_data hd;
713 sizeof(struct in_addr), AF_INET, &hs, &hd);
/macosx-10.9.5/apr-30/apr/apr/network_io/unix/
H A Dsockaddr.c473 struct hostent_data hd; local
505 gethostbyname_r(hostname, &hs, &hd);
671 struct hostent_data hd;
681 sizeof(struct in_addr), AF_INET, &hs, &hd);
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-libdlpi.c240 retv = dlpi_promiscon(p->hd, level);
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dparse.c1857 struct heredocs **hd; local
1887 for (hd = &hdocs; *hd; hd = &(*hd)->next)
1889 *hd = zalloc(sizeof(struct heredocs));
1890 (*hd)->next = NULL;
1891 (*hd)->type = htype;
1892 (*hd)->pc = r;
1893 (*hd)
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/diagrams/
H A Dbasic.tcl1107 set hd [expr {sqrt($radius*$radius - $ad*$ad)/$d}]
1108 # h^2 = r0^2 - a^2, hd = h/d
1119 set cx [expr {$mx - $hd * ($ty - $fy)}]
1120 set cy [expr {$my + $hd * ($tx - $fx)}]
1122 set cx [expr {$mx + $hd * ($ty - $fy)}]
1123 set cy [expr {$my - $hd * ($tx - $fx)}]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dterminfo.vim40 \ defc dch1 dl1 dial dsl dclk hd enacs smacs

Completed in 607 milliseconds

12