Searched refs:check_file (Results 1 - 11 of 11) sorted by relevance

/src/tests/fs/lfs/
H A Dutil.h10 int check_file(const char *, int, unsigned int);
H A Dt_rfw.c199 if (check_file(UNCHANGED_CONTROL, CHUNKSIZE, 3) != 0)
207 if (check_file(TO_BE_APPENDED, 2 * CHUNKSIZE, 5) != 0)
213 if (check_file(NEWLY_CREATED, CHUNKSIZE, 6) != 0)
H A Dt_resize.c153 if (check_file(UNCHANGED_CONTROL, CHUNKSIZE, 0) != 0)
H A Dutil.c98 int check_file(const char *filename, int size, unsigned int seed) function in typeref:typename:int
H A Dt_fcntl.c186 if (check_file(UNCHANGED_CONTROL, filesize, 3) != 0)
/src/etc/rc.d/
H A Dsysdb37 check_file() function
55 check_file /etc/services /var/db/services.cdb services_mkdb -q
60 check_file /etc/netgroup /var/db/netgroup.db netgroup_mkdb
65 check_file /dev /var/run/dev.db dev_mkdb
66 check_file /dev /var/run/dev.cdb dev_mkdb
72 check_file $p /etc/spwd.db pwd_mkdb -w $p
/src/lib/libc/
H A DMakefile116 .for check_file in ${SRCS:M*.S} ${NO_SRCS}
117 unwanted_file := ${SRCS:M${check_file:.S=.c}}
120 .if "${unwanted_file}" != "${check_file}"
/src/usr.bin/xlint/lint2/
H A Dcheck-msgs.lua66 local function check_file(fname, msgs) function
95 check_file(fname, msgs)
/src/sys/lib/libkern/
H A DMakefile.libkern117 .for check_file in ${SRCS:M*.S} ${NO_SRCS}
118 unwanted_file := ${SRCS:M${check_file:.S=.c}}
/src/tests/lib/libcurses/director/
H A Dtestlang_parse.y898 char check_file[PATH_MAX], drain[100], ref, data;
909 if (strlcpy(check_file, check_path, sizeof(check_file))
910 >= sizeof(check_file))
913 if (strlcat(check_file, "/", sizeof(check_file))
914 >= sizeof(check_file))
917 check_file[0] = '\0';
920 if (strlcat(check_file, filename, sizeof(check_file))
[all...]
/src/usr.bin/xlint/lint1/
H A Dcheck-msgs.lua76 local function check_file(fname, msgs) function
178 check_file(fname, msgs)

Completed in 6 milliseconds