Searched refs:tbuffer (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/CrackLib-37765/cracklib27/cracklib/
H A Dfascist.c499 char tbuffer[STRINGSIZE]; local
510 strlcpy(tbuffer, pwp->pw_name, sizeof(tbuffer));
511 if (GTry(tbuffer, password))
518 strlcpy(tbuffer, pwp->pw_gecos, sizeof(tbuffer));
519 strlcpy(gbuffer, Lowercase(tbuffer), sizeof(gbuffer));
/macosx-10.10/vim-55/src/
H A Dgui_w16.c1117 char_u *tbuffer; local
1161 tbuffer = vim_strsave(buttons);
1162 if (tbuffer == NULL)
1169 for (i = 0; tbuffer[i] != '\0'; i++)
1171 if (tbuffer[i] == DLG_BUTTON_SEP)
1240 pstart = tbuffer;
1266 pstart = tbuffer;
1319 pstart = tbuffer; //dflt_text
1439 vim_free(tbuffer);
H A Dmenu.c1397 static char_u tbuffer[256]; /*hack*/ local
1431 STRCPY(tbuffer, menu->en_dname);
1435 STRCPY(tbuffer, menu->dname);
1443 STRCAT(tbuffer, "\001");
1444 str = tbuffer;
H A Dgui_w32.c3020 char_u *tbuffer; local
3066 tbuffer = vim_strsave(buttons);
3067 if (tbuffer == NULL)
3074 for (i = 0; tbuffer[i] != '\0'; i++)
3076 if (tbuffer[i] == DLG_BUTTON_SEP)
3237 pstart = tbuffer;
3263 pstart = tbuffer;
3343 pstart = tbuffer;
3456 vim_free(tbuffer);
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.h67 int32_t bytes_used; // how many bytes of this tbuffer are used
89 char *tbuffer; // memory copy of the transaction member in struct:transaction
90 block_list_header *blhdr; // points to the first byte of tbuffer
353 * changing the tbuffer size except as needed to fit within the new journal
H A Dvfs_journal.c225 if (tr->blhdr != (block_list_header *)tr->tbuffer) { \
226 panic("%s:%d: blhdr (%p) != tbuffer (%p)\n", __FILE__, __LINE__, tr->blhdr, tr->tbuffer); \
1499 // This function sets the size of the tbuffer and the
2499 if (kmem_alloc_kobject(kernel_map, (vm_offset_t *)&tr->tbuffer, tr->tbuffer_size)) {
2508 memset(tr->tbuffer, 0, BLHDR_CHECKSUM_SIZE);
2510 memset(tr->tbuffer + BLHDR_CHECKSUM_SIZE, 0x5a, jnl->jhdr->blhdr_size - BLHDR_CHECKSUM_SIZE);
2512 tr->blhdr = (block_list_header *)tr->tbuffer;
2843 // we allocate another tbuffer and link it in at the end of the list
4467 tr->tbuffer
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/named/
H A Dclient.c1379 isc_buffer_t tbuffer; local
1411 isc_buffer_init(&tbuffer, sevent->region.base, sevent->n);
1412 isc_buffer_add(&tbuffer, sevent->n);
1413 buffer = &tbuffer;
/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DDNSCommon.c3670 char tbuffer[64], sbuffer[64], dbuffer[64] = ""; local
3671 if (!status) tbuffer[mDNS_snprintf(tbuffer, sizeof(tbuffer), sent ? "Sent" : "Received" )] = 0;
3672 else tbuffer[mDNS_snprintf(tbuffer, sizeof(tbuffer), "ERROR %d %sing", status, sent ? "Send" : "Receive")] = 0;
3679 tbuffer, transport,
/macosx-10.10/vim-55/runtime/
H A Doptwin.vim732 call append("$", "readonly\tbuffer is not to be written")

Completed in 231 milliseconds