OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:decimalpoint_cache
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/gdtoa/
g__fmt.c
54
static char *
decimalpoint_cache
;
local in function:g__fmt
56
if (!(s0 =
decimalpoint_cache
)) {
59
if ((
decimalpoint_cache
= MALLOC(strlen(s0) + 1)) != NULL) {
60
strcpy(
decimalpoint_cache
, s0);
61
s0 =
decimalpoint_cache
;
g__fmt.c
54
static char *
decimalpoint_cache
;
local in function:g__fmt
56
if (!(s0 =
decimalpoint_cache
)) {
59
if ((
decimalpoint_cache
= MALLOC(strlen(s0) + 1)) != NULL) {
60
strcpy(
decimalpoint_cache
, s0);
61
s0 =
decimalpoint_cache
;
g__fmt.c
54
static char *
decimalpoint_cache
;
local in function:g__fmt
56
if (!(s0 =
decimalpoint_cache
)) {
59
if ((
decimalpoint_cache
= MALLOC(strlen(s0) + 1)) != NULL) {
60
strcpy(
decimalpoint_cache
, s0);
61
s0 =
decimalpoint_cache
;
Completed in 32 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025