Searched refs:rhp (Results 1 - 6 of 6) sorted by last modified time

/macosx-10.10/gssd-64/
H A Dgssd.c1079 struct hostent *hp, *rhp; local
1099 rhp = getipnodebyaddr(hp->h_addr_list[0], hp->h_length, AF_INET6, &h_err);
1100 if (rhp) {
1101 if (strncmp(fqdn, lowercase(rhp->h_name), MAXHOSTNAMELEN) != 0) {
1102 *rfqdn = strdup(rhp->h_name);
1106 freehostent(rhp);
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_refresh.c322 struct region_highlight *rhp; local
330 for (rhp = region_highlights;
331 rhp < region_highlights + N_SPECIAL_HIGHLIGHTS;
332 rhp++) {
333 rhp->atr = 0;
397 struct region_highlight *rhp; local
405 for (rhp = region_highlights + N_SPECIAL_HIGHLIGHTS;
407 rhp++, arrp++) {
411 sprintf(digbuf1, "%d", rhp->start);
412 sprintf(digbuf2, "%d", rhp
447 struct region_highlight *rhp; variable in typeref:struct:region_highlight
1184 struct region_highlight *rhp; local
2476 struct region_highlight *rhp; local
[all...]
H A Dzle_utils.c196 struct region_highlight *rhp; local
213 for (rhp = region_highlights + N_SPECIAL_HIGHLIGHTS;
214 rhp < region_highlights + n_region_highlights;
215 rhp++) {
216 if (rhp->flags & ZRH_PREDISPLAY)
220 if (rhp->start - sub == 0)
221 rhp->start_meta = sub + mb_len;
222 rhp->start--;
223 if (rhp->end - sub == 0)
224 rhp
379 struct region_highlight *rhp; local
603 struct region_highlight *rhp; local
662 struct region_highlight *rhp; local
730 struct region_highlight *rhp; local
796 struct region_highlight *rhp; local
[all...]
/macosx-10.10/files-662.1.1/private/etc/
H A Dservices4538 rhp-iibp 1912/udp # rhp-iibp
4539 rhp-iibp 1912/tcp # rhp-iibp
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-decnet.c70 register const union routehdr *rhp; local
93 rhp = (const union routehdr *)&(ap[sizeof(short)]);
94 TCHECK(rhp->rh_short.sh_flags);
95 mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
110 rhp = (const union routehdr *)&(ap[sizeof(short)]);
111 mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
122 if (!print_decnet_ctlmsg(rhp, length, caplen))
133 TCHECK(rhp->rh_long);
135 EXTRACT_LE_16BITS(rhp->rh_long.lg_dst.dne_remote.dne_nodeaddr);
137 EXTRACT_LE_16BITS(rhp
178 print_decnet_ctlmsg(register const union routehdr *rhp, u_int length, u_int caplen) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkFormant.c467 *bap=NULL, *frp=NULL, *rhp=NULL; local
496 if(! lpc(lpc_ord,lpc_stabl,size,datap,lpca,rhp,NULL,&normerr,
503 if(! lpcbsa(lpc_ord,lpc_stabl,size,datap,lpca,rhp,NULL,&normerr,

Completed in 177 milliseconds