Searched refs:ob (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/moe/server/src/ |
A D | log.cc | 118 static Pbuf ob; in op_dispatch() local 125 ob.printf("\033[0m"); in op_dispatch() 130 ob.printf("\n"); in op_dispatch() 132 ob.outnstring(_tag, cxx::min<unsigned long>(_l, Max_tag)); in op_dispatch() 134 ob.outnstring(" ", Max_tag-_l); in op_dispatch() 137 ob.printf(": "); in op_dispatch() 139 ob.printf("| "); in op_dispatch() 147 ob.outnstring(msg, i); in op_dispatch() 152 ob.printf("\033[0m\n"); in op_dispatch() 154 ob.printf("\n"); in op_dispatch() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/malloc/ |
A D | tst-obstack.c | 76 struct obstack ob; in test_obstack_printf() local 78 obstack_init (&ob); in test_obstack_printf() 80 n = obstack_printf (&ob, "%s%d%c", "testing 1 ... 2 ... ", 3, '\n'); in test_obstack_printf() 84 n = obstack_printf (&ob, "%s%d%c", "testing 3 ... 2 ... ", 1, '\0'); in test_obstack_printf() 88 s = obstack_finish (&ob); in test_obstack_printf() 90 obstack_free (&ob, NULL); in test_obstack_printf()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/collation/ |
A D | cs_CZ | 224 <DOT+DOT-BELOW> % Zde si nejsem jist jak je to m�n�no, zda ob� pod
|
Completed in 7 milliseconds