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

  /src/lib/libc/gdtoa/
smisc.c 39 (s, nd0, nd, y9, dplen) CONST char *s; int dplen, nd0, nd; ULong y9;
41 (CONST char *s, int nd0, int nd, ULong y9, size_t dplen)
72 s += dplen;
75 s += dplen + 9;
strtodg.c 344 size_t dplen = strlen(decimalpoint); local in function:strtodg
714 bd0 = s2b(s0, nd0, nd, y, dplen);
strtod.c 116 size_t dplen = strlen(decimalpoint); local in function:_int_strtod_l
574 bd0 = s2b(s0, nd0, nd, y, dplen);
  /src/sbin/efi/
devpath.c 134 devpath_parse(devpath_t *dp, size_t dplen, char **dmsg)
149 ep = u.cp + dplen;

Completed in 14 milliseconds