Home
last modified time | relevance | path

Searched refs:check_file (Results 1 – 19 of 19) sorted by relevance

/netbsd-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
/netbsd-src/tests/fs/lfs/
H A Dt_rfw.c33 int check_file(const char *, int);
203 if (check_file(UNCHANGED_CONTROL, CHUNKSIZE) != 0) in ATF_TC_BODY()
206 if (check_file(TO_BE_APPENDED, 2 * CHUNKSIZE) != 0) in ATF_TC_BODY()
212 if (check_file(NEWLY_CREATED, CHUNKSIZE) != 0) in ATF_TC_BODY()
262 int check_file(const char *filename, int size) in check_file() function
/netbsd-src/tests/lib/libcurses/director/
H A Dtestlang_parse.y898 char check_file[PATH_MAX], drain[100], ref, data; in compare_streams()
909 if (strlcpy(check_file, check_path, sizeof(check_file)) in compare_streams()
910 >= sizeof(check_file)) in compare_streams()
913 if (strlcat(check_file, "/", sizeof(check_file)) in compare_streams()
914 >= sizeof(check_file)) in compare_streams()
917 check_file[0] = '\0'; in compare_streams()
920 if (strlcat(check_file, filename, sizeof(check_file)) in compare_streams()
897 char check_file[PATH_MAX], drain[100], ref, data; compare_streams() local
[all...]
/netbsd-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}"
/netbsd-src/usr.bin/xlint/lint2/
H A Dcheck-msgs.lua66 local function check_file(fname, msgs) function
95 check_file(fname, msgs)
/netbsd-src/external/lgpl3/mpc/dist/tests/
H A Dtstrtoc.c34 check_file (const char* file_name) in check_file() function
164 check_file ("strtoc.dat"); in main()
H A Dtio_str.c39 check_file (const char* file_name) in check_file() function
220 check_file ("inp_str.dat"); in main()
/netbsd-src/usr.bin/xlint/lint1/
H A Dcheck-msgs.lua76 local function check_file(fname, msgs) function
178 check_file(fname, msgs)
/netbsd-src/crypto/external/bsd/openssl/dist/tools/
H A Dc_rehash.in148 my ($cert, $crl) = check_file($fname);
160 sub check_file {
/netbsd-src/crypto/external/bsd/openssl.old/dist/tools/
H A Dc_rehash.in148 my ($cert, $crl) = check_file($fname);
160 sub check_file {
/netbsd-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}}
/netbsd-src/external/apache2/llvm/dist/clang/utils/
H A Dcreduce-clang-crash.py32 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])
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dnode.c1717 char *check_file = enumerate_filename (root_pathname, root_filename, i); in clean_old_split_files() local
1719 if (stat (check_file, &st) != 0) in clean_old_split_files()
1725 printf (_("Removing %s\n"), check_file); in clean_old_split_files()
1728 if (unlink (check_file) != 0) in clean_old_split_files()
1729 warning (_("Can't remove file `%s': %s"), check_file, strerror (errno)); in clean_old_split_files()
1732 free (check_file); in clean_old_split_files()
/netbsd-src/external/bsd/atf/dist/atf-c/detail/
H A Dprocess_test.c94 check_file(const enum out_type type) in check_file() function
220 check_file(s->m_base.m_type); in connect_stream_fini()
277 check_file(s->m_base.m_type); in inherit_stream_fini()
347 check_file(s->m_base.m_type); in redirect_fd_stream_fini()
392 check_file(s->m_base.m_type); in redirect_path_stream_fini()
/netbsd-src/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_vdev.c289 check_file(const char *file, boolean_t force, boolean_t isspare) in check_file() function
371 return (check_file(path, force, isspare)); in check_device()
1135 ret = check_file(path, force, isspare); in is_device_in_use()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Delfedit.c725 check_file (const char *file_name, struct stat *statbuf_p) in check_file() function
772 if (check_file (file_name, NULL)) in process_file()
H A DChangeLog2183 * elfedit.c (check_file):
2230 * elfedit.c (check_file): Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Delfedit.c725 check_file (const char *file_name, struct stat *statbuf_p) in check_file() function
772 if (check_file (file_name, NULL)) in process_file()
H A DChangeLog1678 * elfedit.c (check_file):
1725 * elfedit.c (check_file): Likewise.