OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isobj
(Results
1 - 8
of
8
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/Configurations/platform/
BASE.pm
52
sub
isobj
{ return $_[1] =~ m|\.o$|; }
subroutine
59
if ($_[0]->
isobj
($_[1])) { return $_[0]->obj($_[1]); }
/src/crypto/external/bsd/openssl/dist/Configurations/platform/
BASE.pm
52
sub
isobj
{ return $_[1] =~ m|\.o$|; }
subroutine
59
if ($_[0]->
isobj
($_[1])) { return $_[0]->obj($_[1]); }
/src/crypto/external/apache2/openssl/dist/Configurations/
windows-makefile.tmpl
76
DEPS={- join(" ", map { platform->
isobj
($_) ? platform->dep($_) : () }
934
grep { platform->
isobj
($_) }
982
grep { platform->
isobj
($_) }
1024
grep { platform->
isobj
($_) }
descrip.mms.tmpl
332
DEPS={- our @deps = map { platform->
isobj
($_) ? platform->dep($_) : $_ }
1252
grep { platform->
isobj
($_) }
1301
grep { platform->
isobj
($_) }
1356
grep { platform->
isobj
($_) }
1372
grep { platform->
isobj
($_) }
unix-Makefile.tmpl
137
map { platform->
isobj
($_) ? platform->dep($_) : () }
/src/crypto/external/bsd/openssl/dist/Configurations/
windows-makefile.tmpl
76
DEPS={- join(" ", map { platform->
isobj
($_) ? platform->dep($_) : () }
893
grep { platform->
isobj
($_) }
941
grep { platform->
isobj
($_) }
983
grep { platform->
isobj
($_) }
descrip.mms.tmpl
294
DEPS={- our @deps = map { platform->
isobj
($_) ? platform->dep($_) : $_ }
1182
grep { platform->
isobj
($_) }
1231
grep { platform->
isobj
($_) }
1274
grep { platform->
isobj
($_) }
1290
grep { platform->
isobj
($_) }
unix-Makefile.tmpl
120
map { platform->
isobj
($_) ? platform->dep($_) : () }
Completed in 31 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026