OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:openparen
(Results
1 - 6
of
6
) sorted by null
/system/core/sh/
mkinit.sh
38
openparen
='('
93
[ "$2" = "${2##*$
openparen
}" ] || continue
/ndk/sources/host-tools/make-3.81/
expand.c
246
char
openparen
= *p;
247
char closeparen = (
openparen
== '(') ? ')' : '}';
277
if (*p ==
openparen
)
244
char
openparen
= *p;
local
read.c
2174
char
openparen
= p[1];
local
[
all
...]
job.c
1537
char
openparen
= *ref;
local
[
all
...]
function.c
2127
char
openparen
= (*stringp)[0];
local
[
all
...]
/external/chromium/base/
process_util_linux.cc
171
const char*
openparen
;
local
221
openparen
= strchr(buf, '(');
223
if (!
openparen
|| !closeparen)
249
// short name between
openparen
and closeparen won't work for long names!
250
int len = closeparen -
openparen
- 1;
251
entry_.exe_file_.assign(
openparen
+ 1, len);
Completed in 116 milliseconds