Home
last modified time | relevance | path

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

/nptl/
A Dpthread_getattr_np.c114 char *line = NULL; in __pthread_getattr_np() local
122 if (__getline (&line, &linelen, fp) <= 0) in __pthread_getattr_np()
127 if (sscanf (line, "%" SCNxPTR "-%" SCNxPTR, &from, &to) != 2) in __pthread_getattr_np()
162 free (line); in __pthread_getattr_np()

Completed in 32 milliseconds