Searched refs:textbuf (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | audit_cron.c | 63 static char textbuf[AUDIT_CRON_TEXTBUF]; variable 108 if (read(fd, textbuf, st.st_size) != st.st_size) { in audit_cron_getinfo() 113 if (sscanf(textbuf, in audit_cron_getinfo() 195 len = sprintf(textbuf, in audit_cron_setinfo() 214 if (write(fd, textbuf, len) != len) in audit_cron_setinfo() 272 (void) snprintf(textbuf, sizeof (textbuf), mess, name, err_str); in audit_cron_session_failure() 276 aug_save_text(textbuf); in audit_cron_session_failure() 385 (void) snprintf(textbuf, sizeof (textbuf), in audit_cron_new_job() 388 (void) snprintf(textbuf, sizeof (textbuf), in audit_cron_new_job() 391 (void) snprintf(textbuf, sizeof (textbuf), in audit_cron_new_job() [all …]
|
H A D | audit_at.c | 41 static char textbuf[AUDIT_AT_TEXTBUF]; variable 125 (void) snprintf(textbuf, sizeof (textbuf), in audit_at_delete() 128 aug_save_text(textbuf); in audit_at_delete()
|
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit_text.c | 434 char *textbuf; in iscsit_pdu_op_text_cmd() local 498 textbuf = (char *)rx_pdu->isp_data; in iscsit_pdu_op_text_cmd() 502 strcmp(kv_pair, textbuf) == 0 && in iscsit_pdu_op_text_cmd() 576 textbuf = 0; in iscsit_pdu_op_text_cmd() 579 rc = idm_nvlist_to_textbuf(nv_resp, &textbuf, in iscsit_pdu_op_text_cmd() 583 if (textbuf && textbuflen) in iscsit_pdu_op_text_cmd() 584 kmem_free(textbuf, textbuflen); in iscsit_pdu_op_text_cmd() 589 ict->ict_text_rsp_buf = textbuf; in iscsit_pdu_op_text_cmd()
|
/illumos-gate/usr/src/uts/common/io/idm/ |
H A D | idm_text.c | 251 idm_textbuf_to_nvlist(nvlist_t *nvl, char **textbuf, int *textbuflen) in idm_textbuf_to_nvlist() argument 257 tbscan = *textbuf; in idm_textbuf_to_nvlist() 279 *textbuf = tbscan; in idm_textbuf_to_nvlist() 294 idm_textbuf_to_firstfraglen(void *textbuf, int textbuflen) in idm_textbuf_to_firstfraglen() argument 296 return (idm_strnlen(textbuf, textbuflen)); in idm_textbuf_to_firstfraglen() 737 idm_nvlist_to_textbuf(nvlist_t *nvl, char **textbuf, int *textbuflen, in idm_nvlist_to_textbuf() argument 760 *textbuf = itb.itb_mem; in idm_nvlist_to_textbuf() 1351 char *textbuf; in idm_nvlist_to_itextbuf() local 1354 if (idm_nvlist_to_textbuf(nvl, &textbuf, &textbuflen, in idm_nvlist_to_itextbuf() 1360 itb->itb_mem = textbuf; in idm_nvlist_to_itextbuf() [all …]
|
/illumos-gate/usr/src/uts/common/sys/idm/ |
H A D | idm_text.h | 149 idm_textbuf_to_nvlist(nvlist_t *nvl, char **textbuf, int *textbuflen); 152 idm_textbuf_to_firstfraglen(void *textbuf, int textbuflen); 155 idm_nvlist_to_textbuf(nvlist_t *nvl, char **textbuf, int *textbuflen,
|
/illumos-gate/usr/src/ucbcmd/sed/ |
H A D | sed0.c | 739 char *text(textbuf, tbend) in text() argument 740 char *textbuf; in text() 745 p = textbuf;
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | compile-i386.c | 62 struct textbuf { struct 65 struct textbuf *next; argument 66 struct textbuf *prev; argument 190 static struct textbuf *unit_post_text = NULL; 576 static void textbuf_push(struct textbuf **buf_p, const char *text) in textbuf_push() 578 struct textbuf *tmp, *list = *buf_p; in textbuf_push() 604 static void textbuf_emit(struct textbuf **buf_p) in textbuf_emit() 606 struct textbuf *tmp, *list = *buf_p; in textbuf_emit()
|