OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USAGE_STRING
(Results
1 - 5
of
5
) sorted by null
/external/skia/tools/
test_pdfs.py
20
USAGE_STRING
= 'Usage: %s input... expectedDir'
37
parser = optparse.OptionParser(
USAGE_STRING
% '%prog' + HELP_STRING)
/external/skqp/tools/
test_pdfs.py
20
USAGE_STRING
= 'Usage: %s input... expectedDir'
37
parser = optparse.OptionParser(
USAGE_STRING
% '%prog' + HELP_STRING)
/external/selinux/policycoreutils/run_init/
run_init.c
66
/*
USAGE_STRING
describes the command-line args of this program. */
67
#define
USAGE_STRING
_("USAGE: run_init <script> <args ...>\n\
372
fprintf(stderr, "%s\n",
USAGE_STRING
);
/external/selinux/sandbox/
seunshare.c
55
#define
USAGE_STRING
_("USAGE: seunshare [ -v ] [ -C ] [ -k ] [ -t tmpdir ] [ -h homedir ] [ -Z CONTEXT ] -- executable [args] ")
692
fprintf(stderr, "%s\n",
USAGE_STRING
);
698
fprintf(stderr, _("Error: tmpdir and/or homedir required\n %s\n"),
USAGE_STRING
);
703
fprintf(stderr, _("Error: executable required\n %s\n"),
USAGE_STRING
);
/external/selinux/policycoreutils/newrole/
newrole.c
95
/*
USAGE_STRING
describes the command-line args of this program. */
96
#define
USAGE_STRING
"USAGE: newrole [ -r role ] [ -t type ] [ -l level ] [ -p ] [ -V ] [ -- args ]"
901
fprintf(stderr, "%s\n",
USAGE_STRING
);
908
fprintf(stderr, "%s\n",
USAGE_STRING
);
[
all
...]
Completed in 264 milliseconds