Home
last modified time | relevance | path

Searched refs:found_nul (Results 1 – 17 of 17) sorted by relevance

/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dvalprint.c1363 int found_nul; /* Non-zero if we found the nul char. */ in read_string() local
1386 found_nul = 0; in read_string()
1442 found_nul = 1; in read_string()
1449 && !found_nul); /* haven't found NUL yet */ in read_string()
1485 int found_nul; /* Non-zero if we found the nul char. */ in val_print_string() local
1516 found_nul = extract_unsigned_integer (buffer + bytes_read - width, width, in val_print_string()
1518 if (len == -1 && !found_nul) in val_print_string()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dvalprint.c1052 int found_nul; /* Non-zero if we found the nul char */ in val_print_string() local
1078 found_nul = 0; in val_print_string()
1135 found_nul = 1; in val_print_string()
1142 && !found_nul); /* haven't found nul yet */ in val_print_string()
1156 if (len == -1 && !found_nul) in val_print_string()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dvalprint.c1052 int found_nul; /* Non-zero if we found the nul char */ in val_print_string() local
1078 found_nul = 0; in val_print_string()
1135 found_nul = 1; in val_print_string()
1142 && !found_nul); /* haven't found nul yet */ in val_print_string()
1156 if (len == -1 && !found_nul) in val_print_string()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dvalprint.c1774 int found_nul; /* Non-zero if we found the nul char. */ in read_string() local
1797 found_nul = 0; in read_string()
1853 found_nul = 1; in read_string()
1860 && !found_nul); /* haven't found NUL yet */ in read_string()
2455 int found_nul; /* Non-zero if we found the nul char. */ in val_print_string() local
2486 found_nul = extract_unsigned_integer (buffer + bytes_read - width, width, in val_print_string()
2488 if (len == -1 && !found_nul) in val_print_string()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dvalprint.c2092 int found_nul; /* Non-zero if we found the nul char. */ in read_string() local
2095 found_nul = 0; in read_string()
2141 found_nul = 1; in read_string()
2148 && !found_nul); /* haven't found NUL yet */ in read_string()
2725 int found_nul; /* Non-zero if we found the nul char. */ in val_print_string() local
2754 found_nul = 0; in val_print_string()
2756 found_nul = extract_unsigned_integer (buffer.get () + bytes_read - width, in val_print_string()
2758 if (len == -1 && !found_nul) in val_print_string()
H A DChangeLog-20141254 * valprint.c (read_string): Move local variables 'found_nul',
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/lib/
H A Dhanson-tpl.c1164 int found_nul=0,rc, octothorpes=0, num_fxlens, *fxlens, flen; in tpl_sanity() local
1193 while ((uintptr_t)dv-(uintptr_t)d < bufsz && !found_nul) { in tpl_sanity()
1200 else found_nul = 1; in tpl_sanity()
1202 if (!found_nul) return ERR_FMT_MISSING_NUL; /* runaway format string */ in tpl_sanity()
1261 int xendian=0,found_nul=0,old_string_format=0; in tpl_peek() local
1315 while ((uintptr_t)dv-(uintptr_t)addr < sz && !found_nul) { in tpl_peek()
1317 found_nul = 1; in tpl_peek()
1323 if (!found_nul) goto fail; /* runaway format string */ in tpl_peek()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/lib/
H A Dhanson-tpl.c1164 int found_nul=0,rc, octothorpes=0, num_fxlens, *fxlens, flen; in tpl_sanity() local
1193 while ((uintptr_t)dv-(uintptr_t)d < bufsz && !found_nul) { in tpl_sanity()
1200 else found_nul = 1; in tpl_sanity()
1202 if (!found_nul) return ERR_FMT_MISSING_NUL; /* runaway format string */ in tpl_sanity()
1261 int xendian=0,found_nul=0,old_string_format=0; in tpl_peek() local
1315 while ((uintptr_t)dv-(uintptr_t)addr < sz && !found_nul) { in tpl_peek()
1317 found_nul = 1; in tpl_peek()
1323 if (!found_nul) goto fail; /* runaway format string */ in tpl_peek()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/lib/
H A Dhanson-tpl.c1164 int found_nul=0,rc, octothorpes=0, num_fxlens, *fxlens, flen; in tpl_sanity() local
1193 while ((uintptr_t)dv-(uintptr_t)d < bufsz && !found_nul) { in tpl_sanity()
1200 else found_nul = 1; in tpl_sanity()
1202 if (!found_nul) return ERR_FMT_MISSING_NUL; /* runaway format string */ in tpl_sanity()
1261 int xendian=0,found_nul=0,old_string_format=0; in tpl_peek() local
1315 while ((uintptr_t)dv-(uintptr_t)addr < sz && !found_nul) { in tpl_peek()
1317 found_nul = 1; in tpl_peek()
1323 if (!found_nul) goto fail; /* runaway format string */ in tpl_peek()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/lib/
H A Dhanson-tpl.c1164 int found_nul=0,rc, octothorpes=0, num_fxlens, *fxlens, flen; in tpl_sanity() local
1193 while ((uintptr_t)dv-(uintptr_t)d < bufsz && !found_nul) { in tpl_sanity()
1200 else found_nul = 1; in tpl_sanity()
1202 if (!found_nul) return ERR_FMT_MISSING_NUL; /* runaway format string */ in tpl_sanity()
1261 int xendian=0,found_nul=0,old_string_format=0; in tpl_peek() local
1315 while ((uintptr_t)dv-(uintptr_t)addr < sz && !found_nul) { in tpl_peek()
1317 found_nul = 1; in tpl_peek()
1323 if (!found_nul) goto fail; /* runaway format string */ in tpl_peek()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/lib/
H A Dhanson-tpl.c1164 int found_nul=0,rc, octothorpes=0, num_fxlens, *fxlens, flen; in tpl_sanity() local
1193 while ((uintptr_t)dv-(uintptr_t)d < bufsz && !found_nul) { in tpl_sanity()
1200 else found_nul = 1; in tpl_sanity()
1202 if (!found_nul) return ERR_FMT_MISSING_NUL; /* runaway format string */ in tpl_sanity()
1261 int xendian=0,found_nul=0,old_string_format=0; in tpl_peek() local
1315 while ((uintptr_t)dv-(uintptr_t)addr < sz && !found_nul) { in tpl_peek()
1317 found_nul = 1; in tpl_peek()
1323 if (!found_nul) goto fail; /* runaway format string */ in tpl_peek()
/dports/sysutils/goaccess/goaccess-1.4.6/src/
H A Dtpl.c1256 int found_nul = 0, rc, octothorpes = 0, num_fxlens, *fxlens, flen; in tpl_sanity() local
1291 while ((uintptr_t) dv - (uintptr_t) d < bufsz && !found_nul) { in tpl_sanity()
1299 found_nul = 1; in tpl_sanity()
1301 if (!found_nul) in tpl_sanity()
1374 int xendian = 0, found_nul = 0, old_string_format = 0; in tpl_peek() local
1435 while ((uintptr_t) dv - (uintptr_t) addr < sz && !found_nul) { in tpl_peek()
1437 found_nul = 1; in tpl_peek()
1443 if (!found_nul) in tpl_peek()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/lib/
H A Dhanson-tpl.c1164 int found_nul=0,rc, octothorpes=0, num_fxlens, *fxlens, flen; in tpl_sanity() local
1193 while ((uintptr_t)dv-(uintptr_t)d < bufsz && !found_nul) { in tpl_sanity()
1200 else found_nul = 1; in tpl_sanity()
1202 if (!found_nul) return ERR_FMT_MISSING_NUL; /* runaway format string */ in tpl_sanity()
1261 int xendian=0,found_nul=0,old_string_format=0; in tpl_peek() local
1315 while ((uintptr_t)dv-(uintptr_t)addr < sz && !found_nul) { in tpl_peek()
1317 found_nul = 1; in tpl_peek()
1323 if (!found_nul) goto fail; /* runaway format string */ in tpl_peek()
/dports/devel/libtpl/libtpl-8fa17e5/src/
H A Dtpl.c1150 int found_nul=0,rc, octothorpes=0, num_fxlens, *fxlens, flen; in tpl_sanity() local
1179 while ((uintptr_t)dv-(uintptr_t)d < bufsz && !found_nul) { in tpl_sanity()
1186 else found_nul = 1; in tpl_sanity()
1188 if (!found_nul) return ERR_FMT_MISSING_NUL; /* runaway format string */ in tpl_sanity()
1247 int xendian=0,found_nul=0,old_string_format=0; in tpl_peek() local
1301 while ((uintptr_t)dv-(uintptr_t)addr < sz && !found_nul) { in tpl_peek()
1303 found_nul = 1; in tpl_peek()
1309 if (!found_nul) goto fail; /* runaway format string */ in tpl_peek()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/lib/
H A Dhanson-tpl.c1164 int found_nul=0,rc, octothorpes=0, num_fxlens, *fxlens, flen; in tpl_sanity() local
1193 while ((uintptr_t)dv-(uintptr_t)d < bufsz && !found_nul) { in tpl_sanity()
1200 else found_nul = 1; in tpl_sanity()
1202 if (!found_nul) return ERR_FMT_MISSING_NUL; /* runaway format string */ in tpl_sanity()
1261 int xendian=0,found_nul=0,old_string_format=0; in tpl_peek() local
1315 while ((uintptr_t)dv-(uintptr_t)addr < sz && !found_nul) { in tpl_peek()
1317 found_nul = 1; in tpl_peek()
1323 if (!found_nul) goto fail; /* runaway format string */ in tpl_peek()
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/lib/
H A Dhanson-tpl.c1164 int found_nul=0,rc, octothorpes=0, num_fxlens, *fxlens, flen; in tpl_sanity() local
1193 while ((uintptr_t)dv-(uintptr_t)d < bufsz && !found_nul) { in tpl_sanity()
1200 else found_nul = 1; in tpl_sanity()
1202 if (!found_nul) return ERR_FMT_MISSING_NUL; /* runaway format string */ in tpl_sanity()
1261 int xendian=0,found_nul=0,old_string_format=0; in tpl_peek() local
1315 while ((uintptr_t)dv-(uintptr_t)addr < sz && !found_nul) { in tpl_peek()
1317 found_nul = 1; in tpl_peek()
1323 if (!found_nul) goto fail; /* runaway format string */ in tpl_peek()
/dports/ftp/proftpd/proftpd-1.3.7c/lib/
H A Dhanson-tpl.c1164 int found_nul=0,rc, octothorpes=0, num_fxlens, *fxlens, flen; in tpl_sanity() local
1193 while ((uintptr_t)dv-(uintptr_t)d < bufsz && !found_nul) { in tpl_sanity()
1200 else found_nul = 1; in tpl_sanity()
1202 if (!found_nul) return ERR_FMT_MISSING_NUL; /* runaway format string */ in tpl_sanity()
1261 int xendian=0,found_nul=0,old_string_format=0; in tpl_peek() local
1315 while ((uintptr_t)dv-(uintptr_t)addr < sz && !found_nul) { in tpl_peek()
1317 found_nul = 1; in tpl_peek()
1323 if (!found_nul) goto fail; /* runaway format string */ in tpl_peek()