Searched refs:shorts (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/byacc/
H A Dlalr.c5 typedef struct shorts struct
7 struct shorts *next;
10 shorts; typedef in typeref:struct:shorts
47 static shorts **lookback;
159 lookback = NEW2(k, shorts *);
450 shorts *sp;
464 sp = NEW(shorts);
535 shorts *sp, *next;
/freebsd-11-stable/contrib/ldns/
H A Dstr2host.c1338 uint16_t shorts[4]; local
1347 shorts[0] = htons(a);
1348 shorts[1] = htons(b);
1349 shorts[2] = htons(c);
1350 shorts[3] = htons(d);
1352 LDNS_RDF_TYPE_ILNP64, 4 * sizeof(uint16_t), &shorts);
/freebsd-11-stable/contrib/unbound/sldns/
H A Dstr2wire.c1952 uint16_t shorts[4]; local
1954 if(*len < sizeof(shorts))
1962 shorts[0] = htons(a);
1963 shorts[1] = htons(b);
1964 shorts[2] = htons(c);
1965 shorts[3] = htons(d);
1966 memmove(rd, &shorts, sizeof(shorts));
1967 *len = sizeof(shorts);

Completed in 156 milliseconds