Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dsys-linux.c1383 static int proc_path_len; variable
1390 if (proc_path_len == 0) { in path_to_procfs()
1393 proc_path_len = 5; in path_to_procfs()
1401 proc_path_len = strlen(proc_path); in path_to_procfs()
1409 strlcpy(proc_path + proc_path_len, tail, in path_to_procfs()
1410 sizeof(proc_path) - proc_path_len); in path_to_procfs()