Searched defs:got (Results 1 - 21 of 21) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dt-match.c20 got = sm_match(str, pat); \
21 if (!SM_TEST(got == want)) \
24 str, pat, got ? "true" : "false");
31 bool got; local
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dfull.c55 grub_size_t *tramp, grub_size_t *got)
58 *got = 0;
54 grub_arch_dl_get_tramp_got_size(const void *ehdr __attribute__ ((unused)), grub_size_t *tramp, grub_size_t *got) argument
/osnet-11/usr/src/grub/grub2/grub-core/kern/ia64/
H A Ddl_helper.c28 grub_size_t *got)
68 *got = cntg;
27 grub_ia64_dl_get_tramp_got_size(const void *ehdr, grub_size_t *tramp, grub_size_t *got) argument
/osnet-11/usr/src/grub/grub2/grub-core/kern/powerpc/
H A Ddl.c42 grub_size_t *got)
49 *got = 0;
41 grub_arch_dl_get_tramp_got_size(const void *ehdr, grub_size_t *tramp, grub_size_t *got) argument
/osnet-11/usr/src/lib/libwrap/
H A Dmisc.c41 int got; local
45 got = strlen(ptr);
46 if (got >= 1 && ptr[got - 1] == '\n') {
48 if (got >= 2 && ptr[got - 2] == '\\') {
49 got -= 2;
54 ptr += got;
55 len -= got;
/osnet-11/usr/src/lib/libmail/common/
H A Ds_string.c353 size_t got; local
368 got = fread(to->ptr, (size_t)1, have, fp);
369 if (got == (size_t)0)
372 to->ptr += got;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Ddl.h140 void *got; member in struct:grub_dl
178 grub_size_t *got);
188 grub_size_t *got);
/osnet-11/usr/src/lib/crypt_modules/bsdmd5/
H A Dbsdmd5.c191 ssize_t got; local
200 got = read(fd, &rndval, sizeof (rndval));
201 if (got < sizeof (rndval)) {
/osnet-11/usr/src/lib/crypt_modules/sha256/
H A Dcrypt_sha.c365 ssize_t got; local
395 got = read(fd, &rndval, sizeof (rndval));
396 if (got < sizeof (rndval)) {
/osnet-11/usr/src/lib/crypt_modules/sunmd5/
H A Dsunmd5.c174 ssize_t got; local
203 got = read(fd, &rndval, sizeof (rndval));
204 if (got < sizeof (rndval)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
H A Dsdbm.c456 int got; local
458 || (got=read(db->dirf, db->dirbuf, DBLKSIZ)) < 0)
460 if (got==0)
480 int got; local
482 || (got=read(db->dirf, db->dirbuf, DBLKSIZ)) < 0)
484 if (got==0)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DBuilder.pm169 die "You said to run 0 tests! You've got to run something.\n";
351 $Test->is_eq($got, $expected, $name);
353 Like Test::More's is(). Checks if $got eq $expected. This is the
358 $Test->is_num($got, $expected, $name);
360 Like Test::More's is(). Checks if $got == $expected. This is the
366 my($self, $got, $expect, $name) = @_;
369 if( !defined $got || !defined $expect ) {
371 my $test = !defined $got && !defined $expect;
374 $self->_is_diag($got, 'eq', $expect) unless $test;
378 return $self->cmp_ok($got, 'e
417 got: %s label
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Ddl.c241 grub_size_t got;
255 grub_arch_dl_get_tramp_got_size (e, &tramp, &got);
257 got *= sizeof (grub_uint64_t);
261 tsize += ALIGN_UP (got, GRUB_ARCH_DL_GOT_ALIGN);
328 mod->got = ptr;
329 ptr += got;
239 grub_size_t got; local
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dgnome-vfs-method.c618 s64 count_s64, got; local
635 got = ntfs_attr_pread(libntfs_file->attr, libntfs_file->pos, count_s64,
638 if (got == -1)
641 libntfs_file->pos += got;
642 *bytes_read_return = got;
643 g_assert((s64)*bytes_read_return == got);
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimagexx.c916 grub_size_t got = 0; local
1002 grub_ia64_dl_get_tramp_got_size (e, &tramp, &got);
1014 *kernel_sz += ALIGN_UP (got * sizeof (grub_uint64_t), 16);
1053 2 * ia64jmpnum + got,
/osnet-11/usr/src/cmd/sendmail/src/
H A Dusersmtp.c249 /* got a 421 error code during startup */
855 int i, r, l, got, ret; local
881 got = 0;
931 got |= 1 << r;
948 got |= 1 << r;
960 if (!(bitset(SASL_USER_BIT|SASL_AUTHID_BIT, got) &&
961 bitset(SASL_PASSWORD_BIT, got)))
965 if (!bitset(SASL_AUTHID_BIT, got))
976 if (!bitset(SASL_USER_BIT, got))
/osnet-11/usr/src/lib/libsqlite/src/
H A Dos.c974 int got; local
977 got = read(id->fd, pBuf, amt);
981 /* if( got<0 ) got = 0; */
982 if( got==amt ){
989 DWORD got; local
992 if( !ReadFile(id->h, pBuf, amt, &got, 0) ){
993 got = 0;
995 if( got==(DWORD)amt ){
1002 int got; local
[all...]
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg.c763 int got; local
817 got = cfg_cnt_flds(value);
828 if (got < nflds) {
829 for (/* CSTYLED */; got < nflds; got++)
831 } else if (got > nflds) {
834 /* got == nflds, so cnode was included */
933 int got; local
949 got = cfg_cnt_flds(value);
952 if (cnodepos < 0 || got >
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sys.c1549 Size_t got = 0; local
1714 /* Look at utf8 we got back and count the characters */
1730 got++;
1736 /* If we have not 'got' the number of _characters_ we 'wanted' get some more
1739 if (got < wanted && count == length) {
1740 length = wanted - got;
1745 count = got;
H A Dperlio.c2964 SSize_t got = 0; local
2975 got = 1;
2979 got = PerlSIO_fread(vbuf, 1, count, s);
2980 if (got == 0 && PerlSIO_ferror(s))
2981 got = -1;
2982 if (got >= 0 || errno != EINTR)
2987 return got;
3051 SSize_t got; local
3053 got = PerlSIO_fwrite(vbuf, 1, count,
3055 if (got >
3962 SSize_t got = 0; local
[all...]
H A Dutil.c3555 * century and year contributions. If we got 4 extra centuries in a qcent,
3618 /* got negative remainder, but need positive time */
3961 int got; local
4002 got = PerlLIO_write(sockets[i], &port, sizeof(port));
4003 if (got != sizeof(port)) {
4004 if (got == -1)
4029 got = PerlSock_select(max + 1, &rset, NULL, NULL, &waitfor);
4030 if (got != 2 || !FD_ISSET(sockets[0], &rset)
4033 if (got == -1)
4048 got
[all...]

Completed in 115 milliseconds