Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dauth.c170 auth_SetPhoneList(const char *name, char *phone, int phonelen) in auth_SetPhoneList() argument
195 strncpy(phone, vector[4], phonelen - 1); in auth_SetPhoneList()
196 phone[phonelen - 1] = '\0'; in auth_SetPhoneList()