Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libwrap/
H A Doptions.c143 char *curr_opt; local
148 for (curr_opt = get_field(options); curr_opt; curr_opt = next_opt) {
155 curr_opt = chop_string(curr_opt);
156 if (*(value = curr_opt + strcspn(curr_opt, whitespace_eq))) {
168 key = curr_opt;