gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:strlen from t2ex/bsd_source/lib/libc/src_bsd/stdio/vfprintf.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/vfprintf.c - 58.5KB - 1,551 lines
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;