HomeSort by: relevance | last modified time | path
    Searched refs:toobig (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/bc/dist/
storage.c 459 char toobig; local
474 toobig = FALSE;
503 toobig = TRUE;
508 if (temp < 2 && !toobig)
514 if (temp > 16 || toobig)
521 else if (temp > 36 || toobig)
538 if (temp < 2 && !toobig)
544 if (temp > BC_BASE_MAX || toobig)
556 if (temp > BC_SCALE_MAX || toobig )
567 if (toobig)
    [all...]
  /src/external/mpl/bind/dist/tests/dns/
master_test.c 245 ISC_RUN_TEST_IMPL(toobig) {
579 ISC_TEST_ENTRY(toobig)
  /src/external/bsd/dhcpcd/dist/src/
dhcp.c 887 #define AREA_FIT(s) if ((s) > AREA_LEFT) goto toobig
888 #define AREA_CHECK(s) if ((s) + 2UL > AREA_LEFT) goto toobig
1163 goto toobig;
1166 goto toobig;
1169 goto toobig;
1172 goto toobig;
1199 goto toobig;
1202 goto toobig;
1207 goto toobig;
1210 goto toobig;
    [all...]
  /src/external/bsd/nvi/dist/vi/
vs_split.c 869 goto toobig;
882 toobig: msgq(sp, M_BERR, adj == A_DECREASE ?
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 1791 goto toobig;
1803 goto toobig;
1811 goto toobig;
1818 goto toobig;
1823 toobig:
  /src/lib/libc/net/
gethnamaddr.c 225 int toobig = 0; local
450 if (!toobig++) {
  /src/external/mpl/dhcp/dist/common/
parse.c 1729 goto toobig;
1758 toobig:
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_vnops.c 2323 boolean_t unlinked, toobig = FALSE;
2314 boolean_t unlinked, toobig = FALSE; local

Completed in 21 milliseconds