Home
last modified time | relevance | path

Searched refs:nonprintcount (Results 1 – 8 of 8) sorted by relevance

/dports/comms/bforce-kst/bforce-0.22.8.kst7/source/bforce/
H A Du_string.c466 int nonprintcount = 0; in string_printable_buffer() local
472 nonprintcount++; in string_printable_buffer()
475 dest = xmalloc(buflen + nonprintcount * 4 + 1); in string_printable_buffer()
477 if( nonprintcount == 0 ) in string_printable_buffer()
515 int nonprintcount = 0; in string_printable() local
532 nonprintcount++; in string_printable()
535 if( !nonprintcount ) in string_printable()
544 p = printable_storage[printable_pos] = xmalloc(len + nonprintcount * 4 + 1); in string_printable()
/dports/mail/exim-mysql/exim-4.95/src/
H A Dstring.c296 int nonprintcount = 0; in string_printing2() local
307 ) nonprintcount++; in string_printing2()
311 if (nonprintcount == 0) return s; in string_printing2()
316 tt = ss = store_get(length + nonprintcount * 3 + 1, is_tainted(s)); in string_printing2()
/dports/mail/exim-sa-exim/exim-4.95/src/
H A Dstring.c296 int nonprintcount = 0; in string_printing2() local
307 ) nonprintcount++; in string_printing2()
311 if (nonprintcount == 0) return s; in string_printing2()
316 tt = ss = store_get(length + nonprintcount * 3 + 1, is_tainted(s)); in string_printing2()
/dports/mail/exim/exim-4.95/src/
H A Dstring.c296 int nonprintcount = 0; in string_printing2() local
307 ) nonprintcount++; in string_printing2()
311 if (nonprintcount == 0) return s; in string_printing2()
316 tt = ss = store_get(length + nonprintcount * 3 + 1, is_tainted(s)); in string_printing2()
/dports/mail/exim-ldap2/exim-4.95/src/
H A Dstring.c296 int nonprintcount = 0; in string_printing2() local
307 ) nonprintcount++; in string_printing2()
311 if (nonprintcount == 0) return s; in string_printing2()
316 tt = ss = store_get(length + nonprintcount * 3 + 1, is_tainted(s)); in string_printing2()
/dports/mail/exim-monitor/exim-4.95/src/
H A Dstring.c296 int nonprintcount = 0; in string_printing2() local
307 ) nonprintcount++; in string_printing2()
311 if (nonprintcount == 0) return s; in string_printing2()
316 tt = ss = store_get(length + nonprintcount * 3 + 1, is_tainted(s)); in string_printing2()
/dports/mail/exim-sqlite/exim-4.95/src/
H A Dstring.c296 int nonprintcount = 0; in string_printing2() local
307 ) nonprintcount++; in string_printing2()
311 if (nonprintcount == 0) return s; in string_printing2()
316 tt = ss = store_get(length + nonprintcount * 3 + 1, is_tainted(s)); in string_printing2()
/dports/mail/exim-postgresql/exim-4.95/src/
H A Dstring.c296 int nonprintcount = 0; in string_printing2() local
307 ) nonprintcount++; in string_printing2()
311 if (nonprintcount == 0) return s; in string_printing2()
316 tt = ss = store_get(length + nonprintcount * 3 + 1, is_tainted(s)); in string_printing2()