HomeSort by: relevance | last modified time | path
    Searched refs:check_file (Results 1 - 8 of 8) sorted by relevancy

  /src/tests/fs/lfs/
util.h 10 int check_file(const char *, int);
t_rfw.c 202 if (check_file(UNCHANGED_CONTROL, CHUNKSIZE) != 0)
210 if (check_file(TO_BE_APPENDED, 2 * CHUNKSIZE) != 0)
216 if (check_file(NEWLY_CREATED, CHUNKSIZE) != 0)
util.c 89 int check_file(const char *filename, int size) function in typeref:typename:int
  /src/etc/rc.d/
sysdb 37 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/
Makefile 116 .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/
check-msgs.lua 66 local function check_file(fname, msgs) function
95 check_file(fname, msgs)
  /src/tests/lib/libcurses/director/
testlang_parse.y 898 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/
check-msgs.lua 76 local function check_file(fname, msgs) function
178 check_file(fname, msgs)

Completed in 13 milliseconds