HomeSort by: relevance | last modified time | path
    Searched refs:rstatus (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/bsd/blocklist/port/
_strtoi.h 49 __TYPE lo, __TYPE hi, int * rstatus)
61 if (rstatus == NULL)
62 rstatus = &rep;
69 *rstatus = errno;
72 if (*rstatus == 0) {
75 *rstatus = ECANCELED;
78 *rstatus = ENOTSUP;
82 if (*rstatus == 0)
83 *rstatus = ERANGE;
87 if (*rstatus == 0
    [all...]
  /src/common/lib/libc/stdlib/
_strtoi.h 55 __TYPE lo, __TYPE hi, int * rstatus)
65 __TYPE lo, __TYPE hi, int * rstatus, locale_t loc)
83 if (rstatus == NULL)
84 rstatus = &rep;
86 *rstatus = 0; /* assume there will be no errors */
90 *rstatus = EINVAL;
115 *rstatus = errno;
120 if (*rstatus == 0 && nptr == *endptr)
121 *rstatus = ECANCELED;
124 if (*rstatus == 0
    [all...]
  /src/external/bsd/ntp/dist/ntpq/
libntpq_subs.c 46 u_short *rstatus,
52 rstatus, dsize, datap);
libntpq.c 190 u_short rstatus; local
193 res = doquery(VARSET,association,0,0, (char *)0, &rstatus, &dsize, &datap);
426 u_short rstatus; local
428 res = doquery(CTL_OP_READVAR, associd, 0, 0, NULL, &rstatus,
483 u_short rstatus; local
485 res = doquery(CTL_OP_READVAR, 0, 0, 0, NULL, &rstatus,
668 u_short rstatus; local
671 0, &rstatus, &dsize, &datap);
ntpq-subs.c 624 u_short *rstatus,
635 return doquery(op, associd, auth, datalen, data, rstatus, dsize,
735 u_short rstatus; local
747 res = doquerylist(vlist, op, associd, 0, &rstatus, &dsize, &datap);
768 printvars(dsize, datap, (int)rstatus, type, quiet, fp);
815 u_short rstatus; local
827 res = doquerylist(g_varlist, CTL_OP_WRITEVAR, associd, 1, &rstatus,
839 printvars(dsize, datap, (int)rstatus,
898 u_short rstatus; local
910 res = doquerylist(tmplist, CTL_OP_WRITEVAR, associd, 1, &rstatus,
1120 u_short rstatus; local
1446 u_short rstatus; local
1480 u_short rstatus; local
1987 u_short rstatus; local
2297 u_short rstatus; local
2366 u_short rstatus; local
2449 u_short rstatus; local
2583 u_short rstatus; local
3460 u_short rstatus; local
3673 u_short rstatus; local
3770 u_short rstatus; local
    [all...]
ntpq.c 930 u_short *rstatus,
966 if (rstatus)
967 *rstatus = 0;
1280 if (rstatus != 0)
1281 *rstatus = ntohs(rpkt.status);
1509 u_short *rstatus,
1514 return doqueryex(opcode, associd, auth, qsize, qdata, rstatus,
1530 u_short *rstatus,
1561 res = getresponse(opcode, associd, rstatus, rsize, rdata, done);
  /src/tests/lib/libc/stdlib/
t_strtoi.c 54 int rstatus; member in struct:test
60 check(struct test *t, intmax_t rv, char *end, int rstatus)
65 "&rstatus) failed (rv = %jd)", t->str, t->base,
68 if (rstatus != t->rstatus) {
71 if (rstatus != 0) {
72 emsg = strerror(rstatus);
83 atf_tc_fail_nonfatal("strtoi(\"%s\", &end, %d, %jd, %jd, &rstatus)"
84 " failed (rstatus: %d %s%s%sexpected %d%s%s%s)",
85 t->str, t->base, t->lo, t->hi, rstatus, rstatus ? "('" : ""
    [all...]
  /src/external/bsd/pcc/dist/pcc/mip/
mkext.c 79 int rstatus[] = { RSTATUS }; variable
238 if (rstatus[i] & TEMPREG)
245 if (rstatus[i] & PERMREG)
257 if (rstatus[i+j] & INREGS)
268 if (rstatus[i+j] & INREGS)
285 if (rstatus[i] & SAREG) regclassmap[0][i] = areg++;
286 if (rstatus[i] & SBREG) regclassmap[1][i] = breg++;
287 if (rstatus[i] & SCREG) regclassmap[2][i] = creg++;
288 if (rstatus[i] & SDREG) regclassmap[3][i] = dreg++
    [all...]
  /src/usr.sbin/inetd/
parse_v2.c 787 int rstatus, count; local
789 count = (int)strtoi(arg, &tail, 10, 0, INT_MAX, &rstatus);
791 if (rstatus != 0 && rstatus != ENOTSUP) {
792 ERR("Invalid buffer size '%s': %s", arg, strerror(rstatus));
938 int rstatus; local
953 SERVTAB_COUNT_MAX, &rstatus);
955 if (rstatus != 0) {
957 strerror(rstatus));
975 int rstatus; local
1012 int rstatus; local
    [all...]
parse.c 715 int rstatus; local
718 SERVTAB_COUNT_MAX, &rstatus);
720 if (rstatus != 0) {
721 if (rstatus != ERANGE) {
730 strerror(rstatus));
1138 int rstatus; local
1145 SERVTAB_COUNT_MAX, &rstatus);
1146 if (rstatus != 0) {
1147 if (rstatus != ERANGE) {
1156 strerror(rstatus));
    [all...]
  /src/usr.sbin/mlxctl/
cmds.c 87 static int rstatus; variable
126 if (!rstatus)
127 rstatus = 1;
132 rstatus = 2;
174 return (rstatus);
  /src/sbin/efi/
bootvar.c 266 int rstatus; local
275 &rstatus);
276 if (rstatus != 0)
utils.c 372 int rstatus; local
374 val = strtou(str, endptr, base, 0, USHRT_MAX, &rstatus);
376 switch (rstatus) {
  /src/external/mpl/dhcp/dist/omapip/
protocol.c 48 isc_result_t rstatus, status; local
60 rstatus = omapi_connect ((omapi_object_t *)obj, server_name, port);
61 if (rstatus != ISC_R_SUCCESS && rstatus != DHCP_R_INCOMPLETE) {
63 return rstatus;
97 rstatus = DHCP_R_INCOMPLETE;
106 return rstatus;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 7835 INTMAX_T low, INTMAX_T high, int *rstatus) {
7837 COMMON_INTERCEPTOR_ENTER(ctx, strtoi, nptr, endptr, base, low, high, rstatus);
7839 INTMAX_T ret = REAL(strtoi)(nptr, &real_endptr, base, low, high, rstatus);
7841 if (rstatus)
7842 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, rstatus, sizeof(*rstatus));
7847 UINTMAX_T low, UINTMAX_T high, int *rstatus) {
7849 COMMON_INTERCEPTOR_ENTER(ctx, strtou, nptr, endptr, base, low, high, rstatus);
7851 UINTMAX_T ret = REAL(strtou)(nptr, &real_endptr, base, low, high, rstatus);
7853 if (rstatus)
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf32-hppa.c 3537 bfd_reloc_status_type rstatus; local
4140 rstatus = final_link_relocate (input_section, contents, rela, relocation,
4143 if (rstatus == bfd_reloc_ok)
4161 if (rstatus == bfd_reloc_undefined || rstatus == bfd_reloc_notsupported)
4163 if (rstatus == bfd_reloc_notsupported || !warned_undef)
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-hppa.c 3537 bfd_reloc_status_type rstatus; local
4140 rstatus = final_link_relocate (input_section, contents, rela, relocation,
4143 if (rstatus == bfd_reloc_ok)
4161 if (rstatus == bfd_reloc_undefined || rstatus == bfd_reloc_notsupported)
4163 if (rstatus == bfd_reloc_notsupported || !warned_undef)
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-hppa.c 3536 bfd_reloc_status_type rstatus; local
4139 rstatus = final_link_relocate (input_section, contents, rela, relocation,
4142 if (rstatus == bfd_reloc_ok)
4160 if (rstatus == bfd_reloc_undefined || rstatus == bfd_reloc_notsupported)
4162 if (rstatus == bfd_reloc_notsupported || !warned_undef)
  /src/external/gpl3/gdb/dist/bfd/
elf32-hppa.c 3537 bfd_reloc_status_type rstatus; local
4140 rstatus = final_link_relocate (input_section, contents, rela, relocation,
4143 if (rstatus == bfd_reloc_ok)
4161 if (rstatus == bfd_reloc_undefined || rstatus == bfd_reloc_notsupported)
4163 if (rstatus == bfd_reloc_notsupported || !warned_undef)
  /src/crypto/external/bsd/openssh/dist/
sftp-client.c 747 u_int rstatus; local
749 if ((r = sshbuf_get_u32(msg, &rstatus)) != 0)
751 debug3("Received SSH2_FXP_STATUS %d", rstatus);
752 if (rstatus == SSH2_FX_EOF)
754 error("Couldn't read directory: %s", fx2txt(rstatus));
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 8347 INTMAX_T low, INTMAX_T high, int *rstatus) {
8349 COMMON_INTERCEPTOR_ENTER(ctx, strtoi, nptr, endptr, base, low, high, rstatus);
8351 INTMAX_T ret = REAL(strtoi)(nptr, &real_endptr, base, low, high, rstatus);
8353 if (rstatus)
8354 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, rstatus, sizeof(*rstatus));
8359 UINTMAX_T low, UINTMAX_T high, int *rstatus) {
8361 COMMON_INTERCEPTOR_ENTER(ctx, strtou, nptr, endptr, base, low, high, rstatus);
8363 UINTMAX_T ret = REAL(strtou)(nptr, &real_endptr, base, low, high, rstatus);
8365 if (rstatus)
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 8348 INTMAX_T low, INTMAX_T high, int *rstatus) {
8350 COMMON_INTERCEPTOR_ENTER(ctx, strtoi, nptr, endptr, base, low, high, rstatus);
8352 INTMAX_T ret = REAL(strtoi)(nptr, &real_endptr, base, low, high, rstatus);
8354 if (rstatus)
8355 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, rstatus, sizeof(*rstatus));
8360 UINTMAX_T low, UINTMAX_T high, int *rstatus) {
8362 COMMON_INTERCEPTOR_ENTER(ctx, strtou, nptr, endptr, base, low, high, rstatus);
8364 UINTMAX_T ret = REAL(strtou)(nptr, &real_endptr, base, low, high, rstatus);
8366 if (rstatus)
    [all...]
  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 2805 uInt rstatus; /* .. */ local
2988 rstatus=0; /* clear status */
2990 decCopyFit(a, a, &approxset, &residue, &rstatus); /* reduce (if needed) */
2991 decFinish(a, &approxset, &residue, &rstatus); /* clean and finalize */
2995 if (rstatus&DEC_Overflow) {
2996 status=rstatus; /* use the status as-is */
3002 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact));
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 2805 uInt rstatus; /* .. */ local
2988 rstatus=0; /* clear status */
2990 decCopyFit(a, a, &approxset, &residue, &rstatus); /* reduce (if needed) */
2991 decFinish(a, &approxset, &residue, &rstatus); /* clean and finalize */
2995 if (rstatus&DEC_Overflow) {
2996 status=rstatus; /* use the status as-is */
3002 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact));
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 2805 uInt rstatus; /* .. */ local
2988 rstatus=0; /* clear status */
2990 decCopyFit(a, a, &approxset, &residue, &rstatus); /* reduce (if needed) */
2991 decFinish(a, &approxset, &residue, &rstatus); /* clean and finalize */
2995 if (rstatus&DEC_Overflow) {
2996 status=rstatus; /* use the status as-is */
3002 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact));

Completed in 73 milliseconds

1 2