Searched refs:get_uint16 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp146 uint16 get_uint16();
449 File::get_uint16() function in class:File
490 uint16 ntags = f.get_uint16();
493 uint16 tag = f.get_uint16();
500 p->type = f.get_uint16();
618 symbol_set_table[i].index[j] = f.get_uint16();
674 char_table[i].charcode = f.get_uint16();
679 char_table[i].width = f.get_uint16();
684 char_table[i].ascent = f.get_uint16();
692 char_table[i].descent = f.get_uint16();
[all...]
/freebsd-10.0-release/sys/kgssapi/krb5/
H A Dkrb5_mech.c124 get_uint16(const uint8_t **pp, size_t *lenp) function
184 ka->ka_type = get_uint16(pp, lenp);
198 kk->kk_type = get_uint16(pp, lenp);
445 kc->kc_local_port = get_uint16(&p, &len);
446 kc->kc_remote_port = get_uint16(&p, &len);

Completed in 71 milliseconds