Searched refs:htype (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/bootp-268.1/bootplib/
H A Dhostlist.h37 u_char htype; /* hardware type */ member in struct:hosts
51 int htype, char * haddr, int hlen,
80 if (hwtype == hp->htype
H A Dhostlist.c82 ether_ntoa((struct ether_addr *)&hp->haddr), hp->htype,
114 hostadd(struct hosts * * hosts, struct timeval * tv_p, int htype, argument
126 hp->htype = htype;
/macosx-10.9.5/bootp-268.1/bootpd.tproj/
H A Dbootpdfile.c155 int htype; local
180 sscanf(temp, "%d", &htype);
219 if (htype == HTYPE_ETHER && hlen != NUM_EN_ADDR_BYTES) {
232 (void)hostadd(&S_file_hosts, NULL, htype, haddr, hlen, &iaddr,
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-atalk.c57 u_int16_t htype, ptype; member in struct:aarp
200 if (EXTRACT_16BITS(&ap->htype) == 1 &&
220 (void)printf("len %u op %u htype %u ptype %#x halen %u palen %u",
221 length, EXTRACT_16BITS(&ap->op), EXTRACT_16BITS(&ap->htype),
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Ddynhelp.tcl115 set htype [Widget::cget $path -helptype]
116 switch $htype {
127 return [register $subpath $htype]
/macosx-10.9.5/CPANInternal-140/XML-Parser/
H A DParser.pm64 my $htype;
65 foreach $htype (keys %{$args{_HNDL_TYPES}}) {
68 unless (defined($handlers->{$htype})) {
74 my $hname = "${stylepkg}::$htype";
76 $handlers->{$htype} = \&$hname;
80 $hname = "${stylepkg}::\L$htype";
82 $handlers->{$htype} = \&$hname;
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c14905 enum node_type htype; local
14912 htype = nd_type(head);
14913 if (htype == NODE_EVSTR) {
14916 htype = NODE_DSTR;
14920 if (htype == NODE_DSTR && (headlast = head->nd_next->nd_end->nd_head) &&
14922 htype = NODE_STR;
14928 if (htype == NODE_STR) {
14943 if (htype == NODE_STR) {
14957 else if (htype == NODE_DSTR && (headlast = head->nd_next->nd_end->nd_head) &&
14973 if (htype
[all...]
H A Dripper.y8319 enum node_type htype;
8326 htype = nd_type(head);
8327 if (htype == NODE_EVSTR) {
8330 htype = NODE_DSTR;
8334 if (htype == NODE_DSTR && (headlast = head->nd_next->nd_end->nd_head) &&
8336 htype = NODE_STR;
8342 if (htype == NODE_STR) {
8357 if (htype == NODE_STR) {
8371 else if (htype == NODE_DSTR && (headlast = head->nd_next->nd_end->nd_head) &&
8387 if (htype
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c14815 enum node_type htype; local
14822 htype = nd_type(head);
14823 if (htype == NODE_EVSTR) {
14826 htype = NODE_DSTR;
14830 if (htype == NODE_DSTR && (headlast = head->nd_next->nd_end->nd_head) &&
14832 htype = NODE_STR;
14838 if (htype == NODE_STR) {
14853 if (htype == NODE_STR) {
14867 else if (htype == NODE_DSTR && (headlast = head->nd_next->nd_end->nd_head) &&
14883 if (htype
[all...]
H A Dparse.y8319 enum node_type htype;
8326 htype = nd_type(head);
8327 if (htype == NODE_EVSTR) {
8330 htype = NODE_DSTR;
8334 if (htype == NODE_DSTR && (headlast = head->nd_next->nd_end->nd_head) &&
8336 htype = NODE_STR;
8342 if (htype == NODE_STR) {
8357 if (htype == NODE_STR) {
8371 else if (htype == NODE_DSTR && (headlast = head->nd_next->nd_end->nd_head) &&
8387 if (htype
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dparse.c1858 int htype = type; local
1891 (*hd)->type = htype;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dproto-slap.h1511 char *htype,
/macosx-10.9.5/cctools-845/as/
H A Darm.c1799 struct neon_typed_alias htype;
1826 hireg = parse_typed_reg_or_scalar (&ptr, rtype, NULL, &htype);
1832 if (!neon_alias_types_same (&htype, &firsttype))
1798 struct neon_typed_alias htype; local

Completed in 476 milliseconds