/src/usr.bin/chpass/ |
edit.c | 73 if (verify(tempname, pw)) 146 verify(char *tempname, struct passwd *pw) function in typeref:typename:int
|
/src/usr.sbin/mtree/ |
verify.c | 1 /* $NetBSD: verify.c,v 1.50 2024/12/11 14:52:26 christos Exp $ */ 39 static char sccsid[] = "@(#)verify.c 8.1 (Berkeley) 6/6/93"; 41 __RCSID("$NetBSD: verify.c,v 1.50 2024/12/11 14:52:26 christos Exp $"); 67 verify(FILE *fi) function in typeref:typename:int
|
/src/lib/libresolv/ |
dst_internal.h | 93 int (*verify)(const int mode, DST_KEY *key, void **context, member in struct:dst_func
|
/src/usr.bin/fdformat/ |
fdformat.c | 108 (void)printf("- VERIFY ERROR\n"); 159 int verify = 1; local in function:main 203 case 'n': /* no verify */ 204 verify = 0; 280 if (verify) { 294 if (verify)
|
/src/usr.bin/tcopy/ |
tcopy.c | 72 static void verify(int, int, char *); 80 enum {READ, VERIFY, COPY, COPYVERIFY} op = READ; 102 op = VERIFY; 129 if ((outp = open(argv[1], op == VERIFY ? O_RDONLY : 143 if (op == VERIFY) { 144 verify(inp, outp, buff); 227 verify(inp, outp, buff); 234 verify(int inp, int outp, char *outb) function in typeref:typename:void
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/ |
tsan_clock_test.cc | 295 bool verify(const SyncClock *other) const { function in struct:__tsan::SimpleSyncClock 352 bool verify(const ThreadClock *other) const { function in struct:__tsan::SimpleThreadClock 454 if (!thr0[tid]->verify(thr1[tid]) || !sync0[cid]->verify(sync1[cid])) {
|
/src/usr.sbin/rwhod/ |
rwhod.c | 114 static int verify(const char *); 297 if (!verify(wd.wd_hostname)) { 344 verify(const char *name) function in typeref:typename:int
|
/src/usr.bin/ftp/ |
ssl.c | 608 int verify = !ftp_truthy("sslnoverify", getoptionvalue("sslnoverify"), 0); local in function:fetch_start_ssl 622 if (verify) { 633 if (verify) {
|
/src/sys/external/isc/libsodium/dist/test/default/ |
Makefile.am | 622 verify: check target
|
Makefile.in | 2610 verify: check target
|
/src/sbin/cgdconfig/ |
cgdconfig.c | 172 static int verify(struct params *, int); 854 ret = verify(p, fd); 1013 * verify returns 0 for success, -1 for unrecoverable error, or 1 for retry. 1019 verify(struct params *p, int fd) function in typeref:typename:int 1079 * verify the MBR in the beginning 1167 * verify the GPT header.
|
/src/sys/dev/sdmmc/ |
if_bwfm_sdio.c | 1160 char *verify = NULL; local in function:bwfm_sdio_load_microcode 1173 /* Verify firmware */ 1174 verify = kmem_zalloc(size, KM_SLEEP); 1176 verify, size, 0); 1177 if (err || memcmp(verify, ucode, size)) { 1180 kmem_free(verify, size); 1183 kmem_free(verify, size); 1194 /* Verify nvram */ 1195 verify = kmem_zalloc(nvlen, KM_SLEEP); 1197 bwfm->sc_chip.ch_ramsize - nvlen, verify, nvlen, 0) [all...] |
/src/sys/dev/pci/ixgbe/ |
ixgbe_common.c | 1177 * access and verify no pending requests 2329 /* Verify read checksum from EEPROM is the same as 4224 * Contains the logic to identify if we need to verify link for the 5044 * ixgbe_bypass_valid_rd_generic - Verify valid return from bit-bang. 5051 * we read it again to verify. So this function check everything we 5113 u32 cmd, verify; local in function:ixgbe_bypass_set_generic 5126 /* Page 0 force a FW eeprom write which is slow so verify */ 5128 verify = BYPASS_PAGE_CTL0; 5133 if (ixgbe_bypass_rw_generic(hw, verify, &by_ctl))
|
/src/sys/external/isc/libsodium/dist/src/libsodium/ |
Makefile.in | 330 crypto_verify/sodium/verify.c include/sodium/private/common.h \ 473 crypto_verify/sodium/libsodium_la-verify.lo \ 878 crypto_verify/sodium/verify.c include/sodium/private/common.h \ 1573 crypto_verify/sodium/libsodium_la-verify.lo: \ 2068 @AMDEP_TRUE@@am__include@ @am__quote@crypto_verify/sodium/$(DEPDIR)/libsodium_la-verify.Plo@am__quote@ 2603 crypto_verify/sodium/libsodium_la-verify.lo: crypto_verify/sodium/verify.c 2604 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_verify/sodium/libsodium_la-verify.lo -MD -MP -MF crypto_verify/sodium/$(DEPDIR)/libsodium_la-verify.Tpo -c -o crypto_verify/sodium/libsodium_la-verify.lo `test -f 'crypto_verify/sodium/verify.c' || echo '$(srcdir)/'`crypto_verify/sodium/verify. [all...] |