Searched refs:check_path_buf (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl2/dtc/dist/tests/ |
H A D | get_path.c | 21 static void check_path_buf(void *fdt, const char *path, int pathlen, int buflen) in check_path_buf() function 61 check_path_buf(fdt, path, pathlen, 1024); in check_path() 62 check_path_buf(fdt, path, pathlen, pathlen+1); in check_path() 63 check_path_buf(fdt, path, pathlen, pathlen); in check_path() 64 check_path_buf(fdt, path, pathlen, 0); in check_path() 65 check_path_buf(fdt, path, pathlen, 2); in check_path()
|