/external/curl/lib/ |
strerror.c | 811 size_t outmax; local 816 outmax = sizeof(conn->syserr_buf)-1; 1069 strncpy(outbuf, txt, outmax); 1071 snprintf(outbuf, outmax, 1113 snprintf(outbuf, outmax, "%s - %s", str, msg); 1115 strncpy(outbuf, str, outmax); 1128 strncpy(outbuf, txt, outmax); 1132 outbuf[outmax] = '\0';
|
/external/libpng/contrib/libtests/ |
pngvalid.c | 9031 unsigned int outmax; member in struct:validate_info 9056 const unsigned int outmax = (1U<<out_depth)-1; local 9224 const unsigned int outmax = vi->outmax; local [all...] |
/external/libxml2/ |
xmlreader.c | 5772 unsigned long outmax; \/* size of out[] *\/ local [all...] |