Home
last modified time | relevance | path

Searched refs:parse_fetch_int (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/selinux/libsemanage/src/
H A Dibpkeys_file.c93 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 Dports_file.c101 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 Dparse_utils.h71 int parse_fetch_int(semanage_handle_t * hgandle,
H A Dbooleans_file.c76 else if (parse_fetch_int(handle, info, &value, ' ') < 0) in bool_parse()
H A Dibendports_file.c88 if (parse_fetch_int(handle, info, &port, ' ') < 0) in ibendport_parse()
H A Dparse_utils.c234 int parse_fetch_int(semanage_handle_t * handle, in parse_fetch_int() function