Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/openrc/
H A D0002-sh-init.sh.Linux.in-change-run-lock-from-root-uucp-t.patch28 checkpath -d "$RC_SVCDIR"
29 -checkpath -d -m 0775 -o root:uucp /run/lock
30 +checkpath -d -m 0775 -o root:daemon /run/lock
/OK3568_Linux_fs/u-boot/common/
H A Dlrz.c125 static void checkpath __P ((const char *name));
1016 checkpath(Pathname); in wcreceive()
1617 checkpath(name_static); in procheader()
1928 checkpath(const char *name) in checkpath() function