Symbol: _L
lib/libc/gen/ctype_.c
152
_G|_R|_P, _A|_G|_L|_R|_X, _A|_G|_L|_R|_X, _A|_G|_L|_R|_X,
lib/libc/gen/ctype_.c
153
_A|_G|_L|_R|_X, _A|_G|_L|_R|_X, _A|_G|_L|_R|_X, _A|_G|_L|_R,
lib/libc/gen/ctype_.c
154
_A|_G|_L|_R, _A|_G|_L|_R, _A|_G|_L|_R, _A|_G|_L|_R,
lib/libc/gen/ctype_.c
155
_A|_G|_L|_R, _A|_G|_L|_R, _A|_G|_L|_R, _A|_G|_L|_R,
lib/libc/gen/ctype_.c
156
_A|_G|_L|_R, _A|_G|_L|_R, _A|_G|_L|_R, _A|_G|_L|_R,
lib/libc/gen/ctype_.c
157
_A|_G|_L|_R, _A|_G|_L|_R, _A|_G|_L|_R, _A|_G|_L|_R,
lib/libc/gen/ctype_.c
158
_A|_G|_L|_R, _A|_G|_L|_R, _A|_G|_L|_R, _G|_R|_P,
lib/libc/gen/ctype_.c
87
_P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L,
lib/libc/gen/ctype_.c
88
_L, _L, _L, _L, _L, _L, _L, _L,
lib/libc/gen/ctype_.c
89
_L, _L, _L, _L, _L, _L, _L, _L,
lib/libc/gen/ctype_.c
90
_L, _L, _L, _P, _P, _P, _P, _C
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
142
console->Printf(_L("\n"));
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
143
console->Printf(_L(">> %s, Revision %s\n"),
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
154
console->Printf(_L(">> Model %s\n"), model->model);
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
157
console->Printf(_L(">> Memory %d k\n"), membytes / 1024);
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
160
console->Printf(_L(">> Video %d x %d\n"), video->width, video->height);
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
162
console->Printf(_L("\n"));
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
171
console->Printf(_L("\nLoaded\n"));
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
184
if (_L(model->model).CompareF(_L("SERIES5 R1")) == 0)
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
185
ldd = _L("e32boot-s5.ldd");
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
186
else if (_L(model->model).CompareF(_L("SERIES5mx")) == 0)
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
187
ldd = _L("e32boot-s5mx.ldd");
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
191
console->Printf(_L("Not Supported machine\n"));
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
197
console->Printf(_L("LoadLogicalDevice failed: %d\n"), err);
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
207
console->Printf(_L("DoCreate failed: %d\n"), err);
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
235
TPtrC Default = _L("C:\\netbsd");
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
236
TPtrC Prompt = _L("Boot: ");
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
245
console->Printf(_L("["));
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
247
console->Printf(_L("]: "));
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
249
_L("[").Length() +
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
251
_L("]: ").Length());
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
299
console->Printf(_L("\nLoad failed: %d\n"), err);
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
309
base += (_L("[").Length() + Default.Length() +
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
310
_L("]: ").Length());
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
361
if (_L(memmaps[i].model).CompareF(_L(model->model)) == 0 &&