Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.c262 yn_to_int(char *ynstr) in yn_to_int() argument
266 if (ynstr == NULL) in yn_to_int()
269 if (strncasecmp(ynstr, y, 1) == 0) in yn_to_int()
271 else if (strncasecmp(ynstr, n, 1) == 0) in yn_to_int()