Searched refs:parse_range (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dmbr_check_membership.c99 parse_range(uint *min, int *offset, char *buf) function
103 debug("parse_range");
133 return parse_range( &gid_min, &gid_range, optarg);
137 return parse_range( &uid_min, &uid_range, optarg);
H A Dgetaddrinfo_host.c101 parse_range(int *min, int *offset, char *buf) function
105 debug("parse_range");
148 return parse_range( &host_min, &host_range, optarg);
H A Dgetgrgid.c97 parse_range(gid_t *min, int *offset, char *buf) function
101 debug("parse_range");
139 return parse_range( &gid_min, &gid_range, optarg);
H A Dgetpwuid.c103 parse_range(uid_t *min, int *offset, char *buf) function
107 debug("parse_range");
153 return parse_range( &uid_min, &uid_range, optarg);

Completed in 70 milliseconds