OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:script_max
(Results
1 - 4
of
4
) sorted by null
/external/ipsec-tools/src/racoon/
remoteconf.h
56
#define
SCRIPT_MAX
1
57
extern char *script_names[
SCRIPT_MAX
+ 1];
99
vchar_t *script[
SCRIPT_MAX
+ 1];/* script hooks paths */
remoteconf.c
85
char *script_names[
SCRIPT_MAX
+ 1] = { "phase1_up", "phase1_down" };
202
for (i = 0; i <=
SCRIPT_MAX
; i++)
privsep.c
1155
if ((name < 0) || (name >
SCRIPT_MAX
)) {
/external/freetype/src/autofit/
afglobal.c
254
const FT_Offset
script_max
= sizeof ( AF_SCRIPT_CLASSES_GET ) /
local
266
if ( gidx == 0 || gidx + 1 >=
script_max
)
Completed in 55 milliseconds