Search | Google it | Results 1 - 1 of 1 for funcall:strlen from t2ex/bsd_source/lib/libc/src_bsd/stdio/vfprintf.c (0.00 seconds) |
884: 885: if ((len = strlen(cp)) > INT_MAX) 886: goto overflow; 959: cp = "bug in vfprintf: bad base"; 960: size = strlen(cp); 961: goto skipsize;