Home
last modified time | relevance | path

Searched refs:l1 (Results 1 – 3 of 3) sorted by relevance

/system/core/sh/
Dmkbuiltins93 l1="${line###}"
94 [ "$l1" != "$line" ] && continue
Dtrap.c439 goto l1; in exitshell()
449 l1: handler = &loc2; /* probably unnecessary */ in exitshell()
/system/extras/tests/bionic/libstdc++/
Dtest_climits.cpp60 volatile long l1 = LONG_MAX; in testLimits() local