| /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/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/ |
| utils.c | 372 int rstatus; local 374 val = strtou(str, endptr, base, 0, USHRT_MAX, &rstatus); 376 switch (rstatus) {
|
| bootvar.c | 266 int rstatus; local 275 &rstatus); 276 if (rstatus != 0)
|
| /src/external/bsd/ntp/dist/ntpq/ |
| 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...] |
| /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/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/usr.sbin/inetd/ |
| 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...] |
| 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...] |
| /src/crypto/external/bsd/openssh/dist/ |
| sftp-client.c | 759 u_int rstatus; local 761 if ((r = sshbuf_get_u32(msg, &rstatus)) != 0) 763 debug3("Received SSH2_FXP_STATUS %d", rstatus); 764 if (rstatus == SSH2_FX_EOF) 766 error("Couldn't read directory: %s", fx2txt(rstatus));
|
| /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/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.old/dist/bfd/ |
| elf32-hppa.c | 3523 bfd_reloc_status_type rstatus; local 4126 rstatus = final_link_relocate (input_section, contents, rela, relocation, 4129 if (rstatus == bfd_reloc_ok) 4147 if (rstatus == bfd_reloc_undefined || rstatus == bfd_reloc_notsupported) 4149 if (rstatus == bfd_reloc_notsupported || !warned_undef)
|
| /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));
|
| /src/external/gpl3/gdb.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));
|