HomeSort by: relevance | last modified time | path
    Searched defs:spptr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
pcf8574.c 138 const char *nptr = NULL, *spptr; local in function:pcf8574_attach
187 spptr = strstr(nptr, " ");
188 if (spptr == NULL)
190 spptr += 1;
191 strncpy(name, spptr, 31);
pcagpio.c 178 const char *spptr, *nptr; local in function:pcagpio_attach
195 spptr = strstr(nptr, " ");
196 if (spptr == NULL)
198 spptr += 1;
199 strncpy(name, spptr, 31);

Completed in 16 milliseconds