Searched refs:tres (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Ddwarf_addr_finder.c413 int tres; local
425 tres = dwarf_tag(newdie, &ltag, &err);
426 if (tres != DW_DLV_OK) {
427 return tres;
513 int tres = DW_DLV_OK; local
535 tres = dwarf_child(newdie, &ch_die, &err);
537 if (tres == DW_DLV_OK) {
552 } else if (tres == DW_DLV_ERROR) {
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtest102.tcl155 -$flag $bufsize -set $key} tres] } \
156 { $ret == 0 && [llength $tres] != 0 } \
158 -$flag $bufsize -next} tres]} {
159 eval lappend res $tres
H A Dtest095.tcl201 -set $key} tres] } \
202 { $ret == 0 && [llength $tres] != 0 } \
204 -nextdup} tres]} {
205 eval lappend res $tres
/macosx-10.9.5/rsync-42/rsync/testsuite/
H A Dmerge.test33 echo "sub3" >"$from2dir"/sub1/tres
40 cp -p "$from2dir"/sub1/uno "$from3dir"/sub1/dos "$from2dir"/sub1/tres "$chkdir"/sub1
/macosx-10.9.5/ntp-88/sntp/
H A Dnetworking.c22 struct addrinfo **tres; local
27 tres = emalloc(sizeof(struct addrinfo *) * hostc);
33 tres[resc] = NULL;
48 error = getaddrinfo(hosts[a], "123", &hints, &tres[resc]);
63 for (dres = tres[resc]; dres; dres = dres->ai_next) {
78 *res = realloc(tres, sizeof(struct addrinfo *) * resc);
80 free(tres);
/macosx-10.9.5/xnu-2422.115.4/bsd/netkey/
H A Dkey.c4791 struct mbuf *result = NULL, *tres = NULL, *m; local
4889 if (p && tres) {
4890 M_PREPEND(tres, l, M_WAITOK);
4891 if (!tres)
4893 bcopy(p, mtod(tres, caddr_t), l);
4903 if (tres)
4904 m_cat(m, tres);
4905 tres = m;
4908 m_cat(result, tres);
4927 m_freem(tres);
[all...]
/macosx-10.9.5/vim-53/runtime/lang/
H A Dmenu_fr_fr.latin1.vim224 menutrans &others au&tres
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dzalloc.c1902 kern_return_t tres = kernel_thread_start_priority((thread_continue_t)zone_replenish_thread, z, MAXPRI_KERNEL, &z->zone_replenish_thread); local
1904 if (tres != KERN_SUCCESS) {
1905 panic("zone_prio_refill_configure, thread create: 0x%x", tres);

Completed in 200 milliseconds