Searched refs:parse_fetch_int (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/selinux/libsemanage/src/ |
H A D | ibpkeys_file.c | 93 if (parse_fetch_int(handle, info, &low, '-') < 0) in ibpkey_parse() 109 if (parse_fetch_int(handle, info, &high, ' ') < 0) in ibpkey_parse()
|
H A D | ports_file.c | 101 if (parse_fetch_int(handle, info, &low, '-') < 0) in port_parse() 117 if (parse_fetch_int(handle, info, &high, ' ') < 0) in port_parse()
|
H A D | parse_utils.h | 71 int parse_fetch_int(semanage_handle_t * hgandle,
|
H A D | booleans_file.c | 76 else if (parse_fetch_int(handle, info, &value, ' ') < 0) in bool_parse()
|
H A D | ibendports_file.c | 88 if (parse_fetch_int(handle, info, &port, ' ') < 0) in ibendport_parse()
|
H A D | parse_utils.c | 234 int parse_fetch_int(semanage_handle_t * handle, in parse_fetch_int() function
|