/external/curl/lib/ |
strerror.c | 766 size_t outmax; local 775 outmax = buflen - 1; 1029 strncpy(outbuf, txt, outmax); 1031 msnprintf(outbuf, outmax, 1074 msnprintf(outbuf, outmax, "%s - %s", str, msg); 1076 strncpy(outbuf, str, outmax); 1086 strncpy(outbuf, txt, outmax); 1090 outbuf[outmax] = '\0';
|
/external/libpng/contrib/libtests/ |
pngvalid.c | 9404 unsigned int outmax; member in struct:validate_info 9429 const unsigned int outmax = (1U<<out_depth)-1; local 9597 const unsigned int outmax = vi->outmax; local [all...] |
/external/libxml2/ |
xmlreader.c | 5782 unsigned long outmax; \/* size of out[] *\/ local [all...] |