Home
last modified time | relevance | path

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

/external/dtc/tests/
Dget_path.c32 static void check_path_buf(void *fdt, const char *path, int pathlen, int buflen) in check_path_buf() function
71 check_path_buf(fdt, path, pathlen, 1024); in check_path()
72 check_path_buf(fdt, path, pathlen, pathlen+1); in check_path()
73 check_path_buf(fdt, path, pathlen, pathlen); in check_path()
74 check_path_buf(fdt, path, pathlen, 0); in check_path()
75 check_path_buf(fdt, path, pathlen, 2); in check_path()