Searched refs:codep (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/contrib/binutils/opcodes/ |
| D | i386-dis.c | 1462 static unsigned char *codep; variable 3298 (void) FETCH_DATA (the_info, codep + 1); in ckprefix() 3300 switch (*codep) in ckprefix() 3320 newrex = *codep; in ckprefix() 3364 codep++; in ckprefix() 3379 codep++; in ckprefix() 3668 codep = priv.the_buffer; in print_insn() 3677 if (codep > priv.the_buffer) in print_insn() 3698 insn_codep = codep; in print_insn() 3701 (void) FETCH_DATA (info, codep + 1); in print_insn() [all …]
|
| /freebsd-9-stable/usr.sbin/ppp/ |
| D | fsm.c | 1048 const struct fsmcodedesc *codep; in fsm_Input() local 1079 codep = FsmCodes + lh.code - 1; in fsm_Input() 1080 if (lh.id != fp->reqid && codep->check_reqid && in fsm_Input() 1083 fp->link->name, codep->name, lh.id, fp->reqid); in fsm_Input() 1088 fp->link->name, codep->name, lh.id, State2Nam(fp->state)); in fsm_Input() 1090 if (codep->inc_reqid && (lh.id == fp->reqid || in fsm_Input() 1091 (!Enabled(fp->bundle, OPT_IDCHECK) && codep->check_reqid))) in fsm_Input() 1094 (*codep->recv)(fp, &lh, bp); in fsm_Input()
|
| /freebsd-9-stable/contrib/tzcode/stdtime/ |
| D | localtime.c | 173 static long detzcode(const char * codep); 174 static time_t detzcode64(const char * codep); 272 detzcode(codep) in detzcode() argument 273 const char * const codep; in detzcode() 278 result = (codep[0] & 0x80) ? ~0L : 0; 280 result = (result << 8) | (codep[i] & 0xff); 285 detzcode64(codep) in detzcode64() argument 286 const char * const codep; in detzcode64() 291 result = (codep[0] & 0x80) ? (~(int_fast64_t) 0) : 0; 293 result = result * 256 + (codep[i] & 0xff);
|
| /freebsd-9-stable/sbin/ipfw/ |
| D | ipv6.c | 59 fill_unreach6_code(u_short *codep, char *str) in fill_unreach6_code() argument 69 *codep = val; in fill_unreach6_code()
|
| D | ipfw2.h | 293 void fill_unreach6_code(u_short *codep, char *str);
|
| D | ipfw2.c | 812 fill_reject_code(u_short *codep, char *str) in fill_reject_code() argument 822 *codep = val; in fill_reject_code()
|
| /freebsd-9-stable/contrib/groff/src/devices/grops/ |
| D | ps.cpp | 659 subencoding *ps_printer::set_subencoding(font *f, int i, unsigned char *codep) in set_subencoding() argument 662 *codep = idx % 256; in set_subencoding() 673 p->glyphs[*codep] = f->get_special_device_encoding(i); in set_subencoding()
|