Home
last modified time | relevance | path

Searched refs:hex_string (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/usr.sbin/radiusd/
H A Dradiusd_eap2mschap.c357 q_id, hex_string(req->state, sizeof(req->state), in eap_recv()
416 "the state=%s", q_id, eap->value[0], hex_string(state, in eap_recv()
425 hex_string(state, statesiz, buf2, sizeof(buf2))); in eap_recv()
433 hex_string(state, statesiz, buf2, sizeof(buf2)), in eap_recv()
442 q_id, hex_string(state, statesiz, buf2, sizeof(buf2)), in eap_recv_mschap()
481 hex_string(req->state, sizeof(req->state), buf, in eap_recv_mschap()
487 "CHAP-Response", req->q_id, hex_string(req->state, in eap_recv_mschap()
503 hex_string(req->state, sizeof(req->state), buf, in eap_recv_mschap()
545 hex_string(req->state, sizeof(req->state), buf, in eap_recv_mschap()
609 "(chap.code=%d) in EAP CHAP state=%s", req->q_id, hex_string( in eap_resp_mschap()
756 hex_string(const char *bytes, size_t byteslen, char *buf, size_t bufsiz) hex_string() function
[all...]
H A Deap2mschap_local.h206 *hex_string(const char *, size_t, char *, size_t);
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dremote-vx.c569 hex_string (PIDGET (inferior_ptid))); in vx_run_files_info()
975 hex_string ((unsigned long) pid)); in vx_wait()
1186 hex_string ((unsigned long) pid)); in vx_attach()
1233 hex_string ( in vx_detach()
1266 hex_string ((unsigned long) PIDGET (inferior_ptid))); in vx_kill()
H A Daix-thread.c316 i, hex_string (symbols[i].addr)); in pdc_symbol_addrs()
349 (int) tid, hex_string (flags)); in pdc_read_regs()
415 (int) tid, hex_string (flags)); in pdc_write_regs()
460 user, (long) buf, hex_string (addr), len); in pdc_read_data()
482 user, (long) buf, hex_string (addr), len); in pdc_write_data()
H A Dinfcall.c749 char *tmp = xstrprintf ("at %s", hex_string (funaddr)); in call_function_by_hand()
H A Ddefs.h530 extern char *hex_string (LONGEST);
H A Dutils.c2788 hex_string (LONGEST num) in hex_string() function
2836 result = hex_string (val); in int_string()
H A Dbuildsym.c523 hex_string ((LONGEST) start)); in make_blockvector()
H A Drs6000-nat.c1231 error ("Unable to find TOC entry for pc %s\n", hex_string (pc)); in find_toc_address()
H A Ddbxread.c2099 unknown_symtype_complaint (hex_string (nlist.n_type)); in read_dbx_symtab()
3040 unknown_symtype_complaint (hex_string (type)); in process_one_symbol()
H A Dinfcmd.c1320 hex_string ((unsigned long) stop_pc)); in program_info()
H A Dd10v-tdep.c1316 hex_string ((unsigned long) sal.pc)); in display_trace()
H A Dsymfile.c1769 sec, hex_string ((unsigned long)addr)); in add_symbol_file_command()
H A Dmdebugread.c3268 hex_string (type_code)); /*CUR_SYMBOL_TYPE*/ in parse_partial_symbols()
H A DChangeLog1506 * language.c (hex_string, hex_string_custom): Move from here ...
1507 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
1509 * language.h (hex_string, hex_string_custom): Move from here ...
1516 (local_hex_string): Rename to hex_string, use C format, and move to
1548 (local_hex_string): Rename to hex_string and move to defs.h.
1552 (hex_string): New function (from language.c).
1558 * defs.h (hex_string): Declare.
1600 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
1625 * buildsym.c (make_blockvector): Use renamed hex_string.
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py19 hex_string = binascii.hexlify(data)
32 curr_hex_str = hex_string[hex_start_idx:hex_end_idx]
/openbsd-src/gnu/usr.bin/perl/
H A Dtoke.c4117 char hex_string[4]; in S_scan_const()
4119 my_snprintf(hex_string, in S_scan_const()
4120 sizeof(hex_string), in S_scan_const()
4128 sizeof(hex_string)); in S_scan_const()
4129 Copy(hex_string, d, 3, char); in S_scan_const()
4145 char hex_string[2 * UTF8_MAXBYTES + 5]; in S_scan_const()
4155 my_snprintf(hex_string, sizeof(hex_string), in S_scan_const()
4165 Copy(hex_string, d, output_length, char); in S_scan_const()
4177 my_snprintf(hex_string, in S_scan_const()
4113 char hex_string[4]; S_scan_const() local
4141 char hex_string[2 * UTF8_MAXBYTES + 5]; S_scan_const() local
[all...]