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

/opensolaris-onvv-gate/usr/src/lib/libwrap/
H A Doptions.c145 char *curr_opt; local
150 for (curr_opt = get_field(options); curr_opt; curr_opt = next_opt) {
157 curr_opt = chop_string(curr_opt);
158 if (*(value = curr_opt + strcspn(curr_opt, whitespace_eq))) {
170 key = curr_opt;

Completed in 101 milliseconds