HomeSort by: relevance | last modified time | path
    Searched defs:rstr (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
realmpfr.cc 65 char buf[128], *rstr; local
83 rstr = mpfr_get_str (NULL, &exp, 16, 0, m, rndmode);
87 gcc_assert (rstr != NULL && strlen (rstr) < sizeof (buf) - 12);
94 if (rstr[0] == '-')
95 sprintf (buf, "-0x.%sp%d", &rstr[1], (int) exp);
97 sprintf (buf, "0x.%sp%d", rstr, (int) exp);
99 mpfr_free_str (rstr);
  /src/external/gpl3/gcc.old/dist/gcc/
realmpfr.cc 65 char buf[128], *rstr; local
83 rstr = mpfr_get_str (NULL, &exp, 16, 0, m, rndmode);
87 gcc_assert (rstr != NULL && strlen (rstr) < sizeof (buf) - 12);
94 if (rstr[0] == '-')
95 sprintf (buf, "-0x.%sp%d", &rstr[1], (int) exp);
97 sprintf (buf, "0x.%sp%d", rstr, (int) exp);
99 mpfr_free_str (rstr);
  /src/lib/libc/stdio/
vswscanf.c 83 const wchar_t *rstr = str; local
94 if ((mlen = wcsrtombs_l(mbstr, &rstr, SIZE_T_MAX, &mbs, loc))
  /src/external/lgpl3/mpc/dist/tests/
tstrtoc.c 42 char *rstr = NULL; local
63 rstr = (char *) malloc (rstr_len);
64 if (rstr == NULL)
90 rstr_len = read_string (fp, &rstr, rstr_len, "string remainder");
102 || strcmp (end, rstr) != 0)
113 if (strcmp (end, rstr) != 0)
116 rstr, end);
133 if (rstr != NULL)
134 free (rstr);
  /src/bin/csh/
str.c 239 const Char *rstr; local
241 rstr = NULL;
244 rstr = str;
246 return __UNCONST(rstr);
  /src/external/bsd/openldap/dist/libraries/libldap/
dntest.c 144 char *rstr = NULL; local
146 if ( ldap_rdn2str( rdn, &rstr, flags[ f2 ] ) ) {
151 fprintf( stdout, "\tldap_rdn2str() = \"%s\"\n", rstr );
152 ldap_memfree( rstr );
  /src/external/cddl/osnet/dist/cmd/zfs/
zfs_iter.c 290 char *lstr, *rstr; local
297 * 'rstr' are non-NULL, then we do a string based comparison.
300 lstr = rstr = NULL;
318 ZPROP_VALUE, &rstr) == 0);
326 rstr = rbuf;
334 rstr = rbuf;
357 ret = strcmp(lstr, rstr);
  /src/external/gpl3/gdb/dist/sim/frv/
interrupts.c 525 /* Check to see the if the RSTR.HR or RSTR.SR bits have been set. If so, handle
533 SI rstr; local
539 if (! frv_cache_read_passive_SI (cache, address, & rstr))
540 rstr = sim_core_read_unaligned_4 (current_cpu, pc, read_map, address);
542 hr = GET_RSTR_HR (rstr);
543 sr = GET_RSTR_SR (rstr);
  /src/external/gpl3/gdb.old/dist/sim/frv/
interrupts.c 525 /* Check to see the if the RSTR.HR or RSTR.SR bits have been set. If so, handle
533 SI rstr; local
539 if (! frv_cache_read_passive_SI (cache, address, & rstr))
540 rstr = sim_core_read_unaligned_4 (current_cpu, pc, read_map, address);
542 hr = GET_RSTR_HR (rstr);
543 sr = GET_RSTR_SR (rstr);
  /src/external/mpl/bind/dist/lib/dns/
rrl.c 824 const char *rstr; local
871 rstr = isc_result_totext(resp_result);
872 add_log_str(&lb, rstr, strlen(rstr));
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rrl.c 846 const char *rstr; local
893 rstr = isc_result_totext(resp_result);
894 add_log_str(&lb, rstr, strlen(rstr));
  /src/external/bsd/unbound/dist/validator/
validator.c 2792 char rstr[1024]; local
2798 snprintf(rstr, sizeof(rstr), "no DNSKEY rrset");
2800 snprintf(rstr, sizeof(rstr), "no DNSKEY rrset "
2804 errinf_ede(qstate, rstr, reason_bogus);
2807 reason_bogus, rstr, *qstate->env->now);
2810 reason_bogus, rstr, *qstate->env->now);
3271 char rstr[1024]; local
3285 snprintf(rstr, sizeof(rstr), "No DNSKEY record")
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c 95 int rstr; member in struct:rstack
938 if (sz > rpole->rstr)
939 rpole->rstr = sz; /* for use with unions */
947 SETOFF(rpole->rstr, al);
949 aps->amsize = rpole->rstr;
1033 rpole->rstr = 0;
1036 sp->soffset = upoff(tsz, al, &rpole->rstr);
1565 SETOFF(rpole->rstr, al);
1571 if (rpole->rstr%al + w > sz)
1572 SETOFF(rpole->rstr, al)
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c 107 int rstr; member in struct:rstack
958 if (sz > rpole->rstr)
959 rpole->rstr = sz; /* for use with unions */
967 SETOFF(rpole->rstr, al);
969 aps->amsize = rpole->rstr;
1035 rpole->rstr = 0;
1040 rpole->rstr = 0;
1043 sp->soffset = upoff(tsz, al, &rpole->rstr);
1542 SETOFF(rpole->rstr, al);
1548 if (rpole->rstr%al + w > sz
    [all...]

Completed in 43 milliseconds