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

/external/ppp/pppd/plugins/radius/
H A Dclientid.c27 * Purpose: Read in the ttyname to port id map file
97 * Purpose: Map ttyname to port id
107 char ttyname[PATH_MAX]; local
109 *ttyname = '\0';
111 strcpy(ttyname, "/dev/");
113 strncat(ttyname, name, sizeof(ttyname));
116 if (!strcmp(ttyname, p->name)) return p->id;
118 warn("rc_map2id: can't find tty %s in map database", ttyname);

Completed in 94 milliseconds