Searched refs:outmax (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dstrerror.c806 size_t outmax; local
811 outmax = sizeof(conn->syserr_buf)-1;
1064 strncpy(outbuf, txt, outmax);
1102 snprintf(outbuf, outmax, "%s - %s", str, msg);
1104 strncpy(outbuf, str, outmax);
1117 strncpy(outbuf, txt, outmax);
1121 outbuf[outmax] = '\0';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlreader.c5502 unsigned long outmax; /* size of out[] */ local
5518 outmax = *tolen;
5571 if (outcur + 3 >= outmax) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlreader.c5543 unsigned long outmax; /* size of out[] */ local
5559 outmax = *tolen;
5612 if (outcur + 3 >= outmax) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlreader.c5543 unsigned long outmax; /* size of out[] */ local
5559 outmax = *tolen;
5612 if (outcur + 3 >= outmax) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlreader.c5502 unsigned long outmax; /* size of out[] */ local
5518 outmax = *tolen;
5571 if (outcur + 3 >= outmax) {

Completed in 230 milliseconds