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

  /src/usr.sbin/bootp/bootpd/
bootpd.c 111 PRIVATE int chk_access(char *, int32 *);
895 if (chk_access(lrealpath, &bootsize) < 0) {
897 if (chk_access(lrealpath, &bootsize) < 0) {
1123 chk_access(char *path, int32 *filesize)
1116 chk_access(char *path, int32 *filesize) function in typeref:typename:PRIVATE int
bootpd.c 111 PRIVATE int chk_access(char *, int32 *);
895 if (chk_access(lrealpath, &bootsize) < 0) {
897 if (chk_access(lrealpath, &bootsize) < 0) {
1123 chk_access(char *path, int32 *filesize)
1116 chk_access(char *path, int32 *filesize) function in typeref:typename:PRIVATE int

Completed in 22 milliseconds