Searched defs:buf_p (Results 1 - 1 of 1) sorted by last modified time

/bionic/libc/bionic/
H A Dsystem_properties.cpp899 char **spec_entry, *buf_p; local
912 buf_p = line_buf;
913 while (isspace(*buf_p))
914 buf_p++;
917 if (*buf_p == '#' || *buf_p == '\0')
927 if (len - 1 == buf_p - line_buf) {
932 rc = read_spec_entry(spec_entry, &buf_p, &entry_len);

Completed in 52 milliseconds