Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dsys-linux.c1417 static int proc_path_len; variable
1424 if (proc_path_len == 0) { in path_to_procfs()
1427 proc_path_len = 5; in path_to_procfs()
1435 proc_path_len = strlen(proc_path); in path_to_procfs()
1443 strlcpy(proc_path + proc_path_len, tail, in path_to_procfs()
1444 sizeof(proc_path) - proc_path_len); in path_to_procfs()