Home
last modified time | relevance | path

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

/external/selinux/libsemanage/src/
Dports_file.c98 if (parse_fetch_int(handle, info, &low, '-') < 0) in port_parse()
114 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()
Dparse_utils.c234 int parse_fetch_int(semanage_handle_t * handle, in parse_fetch_int() function