Searched refs:age_str (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/jam/
H A Dhcache.c194 const char *age_str; local
218 age_str = read_netstring(f);
221 if (!c->boundname || !time_str || !age_str
229 c->age = atoi(age_str) + 1;
307 char age_str[30]; local
319 sprintf(age_str, "%u", c->age);
324 write_netstring(f, age_str);

Completed in 65 milliseconds