Searched refs:got (Results 1 - 25 of 140) sorted by relevance

123456

/freebsd-10-stable/sys/boot/i386/libi386/
H A Dpread.c63 int count, got; local
67 got = read(fd, buf, count);
68 if (got < 0)
72 vpbcopy(buf, dest, got);
74 dest += got;
75 rsize -= got;
76 if (got < count)
/freebsd-10-stable/contrib/sendmail/libsm/
H A Dt-match.c18 got = sm_match(str, pat); \
19 if (!SM_TEST(got == want)) \
22 str, pat, got ? "true" : "false");
29 bool got; local
/freebsd-10-stable/contrib/tcp_wrappers/
H A Dmisc.c35 int got; local
39 got = strlen(ptr);
40 if (got >= 1 && ptr[got - 1] == '\n') {
42 if (got >= 2 && ptr[got - 2] == '\\') {
43 got -= 2;
48 ptr += got;
49 len -= got;
/freebsd-10-stable/contrib/binutils/ld/emulparams/
H A Darmelf_fbsd.sh3 TARGET2_TYPE=got-rel
H A Darmelf_nbsd.sh4 TARGET2_TYPE=got-rel
H A Darmelf_linux.sh21 TARGET2_TYPE=got-rel
/freebsd-10-stable/usr.sbin/ctladm/
H A Dctladm.h42 int got; member in struct:get_hook
H A Dutil.c69 if (h->got >= h->argc)
75 arg = strtol(h->argv[h->got], 0, 0);
76 h->got++;
92 if (h->got >= h->argc)
98 arg = h->argv[h->got];
99 h->got++;
/freebsd-10-stable/usr.sbin/ppp/
H A Dsig.c98 int got; local
103 /* We've *probably* got something in `caused' set */
107 got = 0;
111 got++;
115 } while (got);
/freebsd-10-stable/tools/regression/netinet6/inet6_rth/
H A Dtest_subr.c57 checkptr(caddr_t expected, caddr_t got, const char *desc) argument
68 if (got == expected) {
74 snprintf(g_errbuf, LINESIZE, " : Expected %#x, but got %#x",
75 (unsigned int)expected, (unsigned int)got);
90 checkstr(const char *expected, const char *got, size_t explen, const char *desc) argument
101 if (strncmp(expected, got, explen) == 0) {
108 " : Expected %s, but got %s", expected, got);
123 checknum(int expected, int got, int cmp, const char *desc) argument
138 pass = (got
[all...]
/freebsd-10-stable/gnu/usr.bin/binutils/ld/
H A Darmelf_fbsd.sh4 TARGET2_TYPE=got-rel
H A Darmelfb_fbsd.sh8 TARGET2_TYPE=got-rel
/freebsd-10-stable/sbin/camcontrol/
H A Dutil.c69 if (h->got >= h->argc)
75 arg = strtol(h->argv[h->got], 0, 0);
76 h->got++;
92 if (h->got >= h->argc)
98 arg = h->argv[h->got];
99 h->got++;
/freebsd-10-stable/contrib/ngatm/sscop/
H A Dcommon.c124 u_int got; local
130 got = 0;
137 for (got = 0; got < flen; got += (size_t)size) {
138 size = read(sscop_fd, m->b_rptr + got, flen - got);
142 got = 0;
152 got = size;
155 if (got
186 u_int got; local
[all...]
/freebsd-10-stable/sys/boot/ofw/libofw/
H A Dofw_copy.c140 ssize_t got; local
158 for (resid = len; resid > 0; resid -= got, p += got) {
160 got = read(fd, buf, get);
162 if (got <= 0) {
163 if (got < 0)
168 bcopy(buf, (void *)p, got);
/freebsd-10-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dh_funcs.subr100 got=$(wc -l kqueue.log | awk '{ print $1 }')
101 test ${got} -eq ${nev} || \
102 atf_fail "Got ${got} events but expected ${nev}"
/freebsd-10-stable/sys/boot/powerpc/ofw/
H A Dldscript.powerpc25 .rela.got : { *(.rela.got) }
80 .got : { *(.got) }
81 .got.plt : { *(.got.plt) }
/freebsd-10-stable/sys/boot/powerpc/ps3/
H A Dldscript.powerpc33 .rela.got : { *(.rela.got) }
85 .got : { *(.got) }
86 .got.plt : { *(.got.plt) }
H A Dmain.c219 ssize_t got; local
231 for (resid = len; resid > 0; resid -= got, p += got) {
233 got = read(fd, buf, get);
234 if (got <= 0) {
235 if (got < 0)
240 bcopy(buf, (void *)p, got);
/freebsd-10-stable/sys/boot/powerpc/uboot/
H A Dldscript.powerpc25 .rela.got : { *(.rela.got) }
80 .got : { *(.got) }
81 .got.plt : { *(.got.plt) }
/freebsd-10-stable/sys/conf/
H A Dldscript.powerpc38 .rela.got : { *(.rela.got) }
85 .got : { *(.got) }
86 .got.plt : { *(.got.plt) }
/freebsd-10-stable/sys/boot/arm/uboot/
H A Dldscript.arm31 .rela.got : { *(.rela.got) }
77 .got : { *(.got) }
78 .got.plt : { *(.got.plt) }
/freebsd-10-stable/libexec/rtld-elf/mips/
H A Dreloc.c148 Elf_Addr *got = NULL; local
164 got = (Elf_Addr *)(relocbase + dynp->d_un.d_ptr);
178 i = (got[1] & GOT1_MASK) ? 2 : 1;
180 got += i;
182 *got++ += relocbase;
188 *got = sym->st_value + relocbase;
190 ++got;
240 Elf_Addr *got = obj->pltgot; local
254 (void *)got[obj->local_gotno + reloff - obj->gotsym],
256 got[ob
266 Elf_Addr *got = obj->pltgot; local
[all...]
/freebsd-10-stable/tools/regression/p1003_1b/
H A Dyield.c70 struct sched_param set, got; local
104 (void)sched_is(__LINE__, &got, SCHED_FIFO);
105 if (got.sched_priority != set.sched_priority) {
120 (void)sched_is(__LINE__, &got, SCHED_FIFO);
122 if (got.sched_priority != set.sched_priority) {
/freebsd-10-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_resolv.c53 static int *got = NULL; variable
115 got[i] += error == 0;
176 if ((got = calloc(hosts->sl_cur, sizeof(int))) == NULL)
197 if (ask[i] != got[i] && got[i] != 0) {
198 warnx("Error: host %s ask %d got %d\n",
199 hosts->sl_str[i], ask[i], got[i]);
205 free(got);

Completed in 1898 milliseconds

123456