Searched refs:search_key (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/ |
H A D | compact-unwind-dumper.c | 375 struct symbol search_key; in scan_macho_load_commands() local 376 search_key.file_address = baton->function_start_addresses[i]; in scan_macho_load_commands() 378 search_key.file_address = search_key.file_address & ~1; in scan_macho_load_commands() 380 bsearch(&search_key, baton->symbols, baton->symbols_count, in scan_macho_load_commands() 393 struct symbol search_key; in scan_macho_load_commands() local 394 search_key.file_address = baton->function_start_addresses[i]; in scan_macho_load_commands() 396 search_key.file_address = search_key.file_address & ~1; in scan_macho_load_commands() 398 bsearch(&search_key, baton->symbols, baton->symbols_count, in scan_macho_load_commands()
|
/freebsd/contrib/sendmail/src/ |
H A D | map.c | 3662 char search_key[MAXNAME + 4]; /* EAI:ok */ local 3690 skleft = sizeof(search_key) - 4; 3691 skp = search_key; 3719 makelower_buf(search_key, search_key, sizeof(search_key)); 3724 map->map_keycolnm, search_key, map->map_file, 3728 map->map_keycolnm, search_key, map->map_file); 6516 char search_key[MAXNAME + 1]; /* EAI:ok */ local 6525 if (buflen > sizeof(search_key) - 1) 6526 buflen = sizeof(search_key) - 1; /* XXX just cut if off? */ 6527 memmove(search_key, name, buflen); [all …]
|
/freebsd/contrib/wpa/src/utils/ |
H A D | edit.c | 970 static enum edit_key_code search_key(enum edit_key_code c) in search_key() function 1013 c = search_key(c); in edit_read_char()
|