Searched defs:c_char (Results 1 – 9 of 9) sorted by relevance
| /bootable/libbootloader/gbl/libavb/src/ |
| D | lib.rs | 80 pub extern "C" fn avb_strcmp(s1: *const c_char, s2: *const c_char) -> c_int { in avb_strcmp() 86 pub extern "C" fn avb_strncmp(s1: *const c_char, s2: *const c_char, n: usize) -> c_int { in avb_strncmp()
|
| /bootable/libbootloader/gbl/libc/src/ |
| D | strchr.rs | 27 pub unsafe extern "C" fn strchr(ptr: *const c_char, ch: c_int) -> *mut c_char { in strchr() 46 pub unsafe extern "C" fn strrchr(ptr: *const c_char, ch: c_int) -> *mut c_char { in strrchr()
|
| D | strcmp.rs | 27 pub unsafe extern "C" fn strcmp(s1: *const c_char, s2: *const c_char) -> c_int { in strcmp() 40 pub unsafe extern "C" fn strncmp(s1: *const c_char, s2: *const c_char, n: usize) -> c_int { in strncmp()
|
| D | print.rs | 27 pub unsafe extern "C" fn gbl_print_string(s: *const c_char) { in gbl_print_string()
|
| D | strtoul.rs | 29 s: *const c_char, in strtoul() 30 endptr: *mut *const c_char, in strtoul() 116 let mut end_ptr: *const c_char = null_mut(); in do_strtoul() constant
|
| D | lib.rs | 207 pub unsafe extern "C" fn strnlen(s: *const c_char, maxlen: usize) -> usize { in strnlen()
|
| /bootable/libbootloader/gbl/libefi/src/protocol/ |
| D | gbl_efi_avb.rs | 504 name: *const c_char, in read_persistent_value_success() 556 _: *const c_char, in read_persistent_value_buffer_too_small() 594 name: *const c_char, in write_persistent_value_success() 637 name: *const c_char, in write_persistent_value_delete() 674 name: *const c_char, in write_persistent_value_error_handled()
|
| D | gbl_efi_fastboot.rs | 96 args: *const *const c_char, in get_var_all() 98 val: *const c_char, in get_var_all() 357 args: *const *const c_char, in test_get_var()
|
| /bootable/libbootloader/gbl/libabr/src/ |
| D | c_staticlib.rs | 44 pub fn AbrPrint(message: *const c_char); in AbrPrint() 280 pub extern "C" fn AbrGetSlotSuffix(slot_index: AbrSlotIndex) -> *const c_char { in AbrGetSlotSuffix()
|