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

  /src/tests/fs/lfs/
util.h 10 int check_file(const char *, int, unsigned int);
t_rfw.c 199 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)
t_resize.c 153 if (check_file(UNCHANGED_CONTROL, CHUNKSIZE, 0) != 0)
util.c 98 int check_file(const char *filename, int size, unsigned int seed) function
t_fcntl.c 186 if (check_file(UNCHANGED_CONTROL, filesize, 3) != 0)
  /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/external/lgpl3/mpc/dist/tests/
tstrtoc.c 34 check_file (const char* file_name) function
164 check_file ("strtoc.dat");
tio_str.c 39 check_file (const char* file_name) function
220 check_file ("inp_str.dat");
  /src/crypto/external/apache2/openssl/dist/tools/
c_rehash.in 148 my ($cert, $crl) = check_file($fname);
160 sub check_file {
  /src/crypto/external/bsd/openssl/dist/tools/
c_rehash.in 148 my ($cert, $crl) = check_file($fname);
160 sub check_file {
  /src/crypto/external/bsd/openssl.old/dist/tools/
c_rehash.in 148 my ($cert, $crl) = check_file($fname);
160 sub check_file {
  /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)
  /src/crypto/external/apache2/openssl/dist/test/recipes/70-test_quic_multistream_data/
verify-qlog.py 154 def check_file(filename): function
169 check_file(filename)
  /src/external/apache2/llvm/dist/clang/utils/
creduce-clang-crash.py 32 def check_file(fname): function
411 crash_script = check_file(args.crash_script[0])
412 file_to_reduce = check_file(args.file_to_reduce[0])
  /src/external/bsd/atf/dist/atf-c/detail/
process_test.c 94 check_file(const enum out_type type) function
220 check_file(s->m_base.m_type);
277 check_file(s->m_base.m_type);
347 check_file(s->m_base.m_type);
392 check_file(s->m_base.m_type);
  /src/external/gpl2/texinfo/dist/makeinfo/
node.c 1724 char *check_file = enumerate_filename (root_pathname, root_filename, i);
1726 if (stat (check_file, &st) != 0)
1732 printf (_("Removing %s\n"), check_file);
1735 if (unlink (check_file) != 0)
1736 warning (_("Can't remove file `%s': %s"), check_file, strerror (errno));
1739 free (check_file);
1717 char *check_file = enumerate_filename (root_pathname, root_filename, i); local
  /src/external/cddl/osnet/dist/cmd/zpool/
zpool_vdev.c 289 check_file(const char *file, boolean_t force, boolean_t isspare) function
371 return (check_file(path, force, isspare));
1135 ret = check_file(path, force, isspare);
  /src/external/gpl3/binutils/dist/binutils/
elfedit.c 737 check_file (const char *file_name, struct stat *statbuf_p)
784 if (check_file (file_name, NULL))
736 check_file (const char *file_name, struct stat *statbuf_p) function
  /src/external/gpl3/binutils.old/dist/binutils/
elfedit.c 737 check_file (const char *file_name, struct stat *statbuf_p)
784 if (check_file (file_name, NULL))
736 check_file (const char *file_name, struct stat *statbuf_p) function

Completed in 55 milliseconds