Searched refs:got (Results 76 - 100 of 120) sorted by relevance

12345

/freebsd-13-stable/sys/contrib/zlib/test/
H A Dminigzip.c266 unsigned got; local
278 got = fread(in, 1, 1, gz->file);
279 if (got == 0)
/freebsd-13-stable/stand/libsa/
H A Dtftp.c207 int got; local
232 got = len - (t->th_data - (char *)t);
235 return (got);
/freebsd-13-stable/contrib/bmake/mk/
H A Dsys.vars.mk41 # got = ${clean* destroy:${M_ListToMatch:S,V,.TARGETS,}}
H A Ddirdeps-targets.mk136 # if we got DIRDEPS get to work
H A Dmeta.sys.mk114 # check if we got anything sane
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dsuff-rebuild.exp50 trying suff-rebuild-example.a...got it
H A Dcond-short.mk11 # Var_Parse got a new parameter named 'wantit'. Since then it would have been
H A Dvarmod-edge.mk168 . warning error in ${test}: expected "${EXP.${test}}", got "${MOD.${test}}"
/freebsd-13-stable/sys/fs/ext2fs/
H A Dext2_alloc.c1158 int bit, error, got, i, loc, run; local
1208 for (run = 0, got = bpref; got < fs->e2fs_fpg; got++) {
1216 if ((got & (NBBY - 1)) != (NBBY - 1))
1224 if (got >= fs->e2fs_fpg)
1229 if (!isclr(bbp, got - run + i))
1232 bno = got - run + 1;
/freebsd-13-stable/stand/ficl/
H A Dfileaccess.c227 long got = fread(buffer, 1, size, ff->f); local
228 if (got == size)
/freebsd-13-stable/usr.sbin/ppp/
H A Dipcp.c197 ssize_t got; local
211 } else if ((got = read(fd, ipcp->ns.resolv, st.st_size)) != st.st_size) {
212 if (got == -1)
216 log_Printf(LogERROR, "Failed to read %s, got %lu not %lu\n",
217 _PATH_RESCONF, (unsigned long)got,
337 ssize_t got, len; local
342 if ((got = write(fd, ipcp->ns.resolv, len)) != len) {
343 if (got == -1)
348 _PATH_RESCONF, (long)got, (long)len);
1234 * The client has got th
[all...]
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dentropy.c424 * If any delta is 0, we got no entropy. If all are non-zero, we
431 * We could find the smallest delta and claim we got log2(delta)
484 unsigned int got; local
505 got = crunchsamples(ent, &cbs->samplequeue);
506 added += got;
507 desired -= ISC_MIN(got, desired);
582 * Verify that we got enough entropy to do one
/freebsd-13-stable/contrib/unbound/services/
H A Dlisten_dnsport.c354 int got; local
355 socklen_t slen = (socklen_t)sizeof(got);
380 /* check if we got the right thing or if system
382 if(getsockopt(s, SOL_SOCKET, SO_RCVBUF, (void*)&got,
383 &slen) >= 0 && got < rcv/2) {
389 (unsigned)rcv, (unsigned)got);
399 int got; local
400 socklen_t slen = (socklen_t)sizeof(got);
425 /* check if we got the right thing or if system
427 if(getsockopt(s, SOL_SOCKET, SO_SNDBUF, (void*)&got,
[all...]
/freebsd-13-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c941 size_t got = 0; local
951 while(got < len) {
952 if((r = SSL_read(ssl, data+got, (int)(len-got))) <= 0) {
963 if(verb >= 2) printf("at %d/%d\n", (int)got, (int)len);
964 got += r;
1633 printf("got DS bio %d: '", len);
/freebsd-13-stable/contrib/sendmail/src/
H A Dusersmtp.c262 /* got a 421 error code during startup */
870 int i, r, l, got, ret; local
896 got = 0;
946 got |= 1 << r;
963 got |= 1 << r;
975 if (!(bitset(SASL_USER_BIT|SASL_AUTHID_BIT, got) &&
976 bitset(SASL_PASSWORD_BIT, got)))
980 if (!bitset(SASL_AUTHID_BIT, got))
991 if (!bitset(SASL_USER_BIT, got))
/freebsd-13-stable/share/mk/
H A Ddirdeps-targets.mk136 # if we got DIRDEPS get to work
H A Dmeta.sys.mk115 # check if we got anything sane
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-usb-linux.c871 "Can't parse USB bus message '%s', too few tokens (expected 8 got %d)",
936 "Can't parse USB bus message '%s', too few tokens (expected 5 got %d)",
972 goto got;
983 goto got;
988 /* if we reach this point we got some urb data*/
1007 got:
1204 * We got data; base the on-the-wire length on
1318 * We got data; base the on-the-wire length
/freebsd-13-stable/sys/powerpc/aim/
H A Dtrap_subr32.S78 lwz pmap,CNAME(kernel_pmap_store)@got(pmap); \
617 lwz %r30,CNAME(battable)@got(%r30)
862 lwz %r1,trapstk@got(%r1)
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_dns.c635 TT_DIE(("Only handling one question at a time; got %d",
640 TT_BLATHER(("got question, %s", question));
708 TT_DIE(("Only handling one question at a time; got %d",
1163 * event we got. */
1167 struct be_conn_hostname_result *got = ctx; local
1168 if (!got->what) {
1170 got->what = what;
1175 got->dnserr = r;
1187 got->what, (int)what));
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_dns.c597 TT_DIE(("Only handling one question at a time; got %d",
602 TT_BLATHER(("got question, %s", question));
670 TT_DIE(("Only handling one question at a time; got %d",
1125 * event we got. */
1129 struct be_conn_hostname_result *got = ctx; local
1130 if (!got->what) {
1132 got->what = what;
1137 got->dnserr = r;
1149 got->what, (int)what));
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp273 // includes .got .toc .sdata .sbss. The .TOC. symbol replaces both
276 // the .got section.
491 // Add .got. MIPS' .got is so different from the other archs,
497 in.got = make<GotSection>();
498 add(in.got);
516 // _GLOBAL_OFFSET_TABLE_ is defined relative to either .got.plt or .got. Treat
522 in.got->hasGotOffRel = true;
586 // to the string table, and add entries to .got an
[all...]
/freebsd-13-stable/contrib/kyua/integration/
H A Dcmd_test_test.sh197 expect_some_fail:exit -> failed: Test case expected to exit with code 12 but got code 34 [S.UUUs]
200 expect_some_fail:signal -> failed: Test case expected to receive signal 15 but got 9 [S.UUUs]
984 crash_on_list:__test_cases_list__ -> broken: Invalid header for test case list; expecting Content-Type for application/X-atf-tp version 1, got '' [S.UUUs]
/freebsd-13-stable/share/examples/drivers/
H A Dmake_device_driver.sh336 * If we've already got ${UPPER} attached somehow, don't try again.
816 * Well we got an interrupt, now what?
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_alloc.c1159 * We got an inode, so check mode and panic if it is already allocated.
1938 int i, run, bit, map, got, error; local
1997 for (run = 0, got = bpref; got < cgp->cg_nclusterblks; got++) {
2005 if ((got & (NBBY - 1)) != (NBBY - 1)) {
2012 if (got >= cgp->cg_nclusterblks) {
2022 if (!ffs_isblock(fs, blksfree, got - run + i))
2024 bno = cgbase(fs, cg) + blkstofrags(fs, got - run + 1);

Completed in 263 milliseconds

12345