Searched defs:pollstr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkpropd.c1171 * Routine to convert the `pollstr' string to seconds
1173 int convert_polltime(char *pollstr) { argument
1179 if ((len = strcspn(pollstr, "s")) < strlen(pollstr)) {
1181 (void) strlcpy(tokenptr, pollstr, len + 1);
1185 if ((len = strcspn(pollstr, "m")) < strlen(pollstr)) {
1187 (void) strlcpy(tokenptr, pollstr, len + 1);
1191 if ((len = strcspn(pollstr, "h")) < strlen(pollstr)) {
[all...]

Completed in 47 milliseconds