Home
last modified time | relevance | path

Searched refs:textbuf (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Daudit-bsm.c258 char textbuf[BSM_TEXTBUFSZ]; in bsm_audit_bad_login() local
261 (void) snprintf(textbuf, sizeof (textbuf), in bsm_audit_bad_login()
264 bsm_audit_record(4, textbuf, AUE_openssh); in bsm_audit_bad_login()
266 (void) snprintf(textbuf, sizeof (textbuf), in bsm_audit_bad_login()
269 bsm_audit_record(3, textbuf, AUE_openssh); in bsm_audit_bad_login()
322 char textbuf[BSM_TEXTBUFSZ]; in audit_event() local
333 snprintf(textbuf, sizeof(textbuf), in audit_event()
335 bsm_audit_record(0, textbuf, AUE_openssh); in audit_event()
344 snprintf(textbuf, sizeof(textbuf), in audit_event()
346 bsm_audit_record(0, textbuf, AUE_logout); in audit_event()
[all …]
/external/libpng/contrib/gregbook/
Dwpng.c165 char *bgstr, *textbuf = NULL; in main() local
441 (textbuf = (char *)malloc((5 + 9)*75)) != NULL) in main()
452 p = textbuf + TEXT_TITLE_OFFSET; in main()
482 p = textbuf + TEXT_AUTHOR_OFFSET; in main()
512 p = textbuf + TEXT_DESC_OFFSET; in main()
522 if ((len = p - (textbuf + TEXT_DESC_OFFSET)) > 1) { in main()
527 wpng_info.desc = textbuf + TEXT_DESC_OFFSET; in main()
529 p = textbuf + TEXT_DESC_OFFSET; in main()
552 p = textbuf + TEXT_COPY_OFFSET; in main()
582 p = textbuf + TEXT_EMAIL_OFFSET; in main()
[all …]
/external/stlport/src/details/
Dfstream_win32io.cpp493 char textbuf[_TEXTBUF_SIZE + 1]; // extra 1 in case LF at end in _M_write() local
494 char * nextblock = buf, * ptrtextbuf = textbuf; in _M_write()
495 char * endtextbuf = textbuf + _TEXTBUF_SIZE; in _M_write()
519 char * writetextbuf = textbuf; in _M_write()
520 for (size_t NumberOfBytesToWrite = (size_t)(ptrtextbuf - textbuf); in _M_write()