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

/haiku-buildtools/jam/
H A Dhcache.c195 const char *includes_count_str; local
219 includes_count_str = read_netstring(f);
222 || !includes_count_str)
231 count = atoi(includes_count_str);
243 if (!includes_count_str) {
308 char includes_count_str[30]; local
316 sprintf(includes_count_str, "%u", list_length(c->includes));
325 write_netstring(f, includes_count_str);

Completed in 30 milliseconds