Searched defs:prof_buf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_parse.c455 struct prof_buf { struct
461 static void add_data_to_buffer(struct prof_buf *b, const void *d, size_t len)
484 add_data_to_buffer((struct prof_buf *)data, str, strlen(str));
490 struct prof_buf prof_buf = { 0, 0, 0, 0 }; local
492 dump_profile(root, 0, dump_profile_to_buffer_cb, &prof_buf);
493 if (prof_buf.err) {
497 add_data_to_buffer(&prof_buf, "", 1); /* append nul */
498 if (prof_buf.max - prof_buf
[all...]

Completed in 44 milliseconds