Home
last modified time | relevance | path

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

/netbsd/usr.bin/config/
H A Dscan.l64 char curinclpath[PATH_MAX]; variable
306 include(curinclpath, 0, 0, 1);
315 include(curinclpath, 0, 1, 1);
326 package(curinclpath);
595 if (len > (ptrdiff_t)sizeof(curinclpath)-1)
596 len = sizeof(curinclpath)-1;
597 strncpy(curinclpath, p, sizeof(curinclpath));
598 curinclpath[len] = '\0';