Home
last modified time | relevance | path

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

/external/selinux/libsemanage/src/
Dibpkeys_file.c94 if (parse_fetch_int(handle, info, &low, '-') < 0) in ibpkey_parse()
110 if (parse_fetch_int(handle, info, &high, ' ') < 0) in ibpkey_parse()
Dports_file.c102 if (parse_fetch_int(handle, info, &low, '-') < 0) in port_parse()
118 if (parse_fetch_int(handle, info, &high, ' ') < 0) in port_parse()
Dparse_utils.h71 int parse_fetch_int(semanage_handle_t * hgandle,
Dbooleans_file.c76 else if (parse_fetch_int(handle, info, &value, ' ') < 0) in bool_parse()
Dibendports_file.c89 if (parse_fetch_int(handle, info, &port, ' ') < 0) in ibendport_parse()
Dparse_utils.c234 int parse_fetch_int(semanage_handle_t * handle, in parse_fetch_int() function