Search | Google it | Results 1 - 1 of 1 for funcall:snprintf from t2ex/bsd_source/lib/libc/src_bsd/time/strftime.c (0.00 seconds) |
347: if (/*TYPE_SIGNED(time_t)*/1) 348: (void) snprintf(buf, sizeof buf, 349: "%ld", (long) mkt); 350: else (void) snprintf(buf, sizeof buf, 351: "%lu", (unsigned long) mkt); 603: 604: (void) snprintf(buf, sizeof buf, format, n); 605: return _add(buf, pt, ptlim); 709: oldsun = 0; 710: len = snprintf(filename, sizeof filename, "%s/%s/%s", locale_home, 711: name, lc_time); 719: oldsun = 1; 720: len = snprintf(filename, sizeof filename, "%s/%s/%s", 721: locale_home, lc_time, name);