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