Searched defs:progname (Results 1 - 25 of 153) sorted by relevance

1234567

/external/selinux/checkpolicy/
H A Dparse_util.c36 int read_source_policy(policydb_t * p, const char *file, const char *progname) argument
40 fprintf(stderr, "%s: unable to open %s\n", progname, file);
46 fprintf(stderr, "%s: out of memory!\n", progname);
57 progname);
67 progname);
/external/vboot_reference/host/linktest/
H A Dextern.c16 const char* progname = ""; variable
/external/kmod/testsuite/
H A Dtest-tools.c30 const char *progname = ABS_TOP_BUILDDIR "/tools/kmod"; local
32 progname,
37 test_spawn_prog(progname, args);
52 const char *progname = ABS_TOP_BUILDDIR "/tools/kmod"; local
54 progname,
59 test_spawn_prog(progname, args);
H A Dtest-depmod.c33 const char *progname = ABS_TOP_BUILDDIR "/tools/depmod"; local
35 progname,
39 test_spawn_prog(progname, args);
62 const char *progname = ABS_TOP_BUILDDIR "/tools/depmod"; local
64 progname,
68 test_spawn_prog(progname, args);
88 const char *progname = ABS_TOP_BUILDDIR "/tools/depmod"; local
90 progname,
94 test_spawn_prog(progname, args);
114 const char *progname local
[all...]
H A Dtest-modinfo.c28 static const char *progname = ABS_TOP_BUILDDIR "/tools/modinfo"; variable
34 progname, "-F", #_field ,\
38 test_spawn_prog(progname, args); \
76 progname,
80 test_spawn_prog(progname, args);
/external/e2fsprogs/e2fsck/
H A Dflushb.c31 const char *progname; variable
35 fprintf(stderr, _("Usage: %s disk\n"), progname);
43 progname = argv[0];
H A Dextend.c20 static void usage(char *progname) argument
23 progname, progname);
/external/selinux/libselinux/utils/
H A Dselinux_check_securetty_context.c12 static __attribute__ ((__noreturn__)) void usage(const char *progname) argument
14 fprintf(stderr, "usage: %s tty_context...\n", progname);
H A Dsetenforce.c9 static __attribute__ ((__noreturn__)) void usage(const char *progname) argument
12 progname);
H A Dgetsebool.c9 static __attribute__ ((__noreturn__)) void usage(const char *progname) argument
11 fprintf(stderr, "usage: %s -a or %s boolean...\n", progname, progname);
H A Dselabel_lookup.c9 static __attribute__ ((__noreturn__)) void usage(const char *progname) argument
29 progname, progname, progname);
H A Dselabel_partial_match.c10 static __attribute__ ((__noreturn__)) void usage(const char *progname) argument
23 " TRUE or FALSE.\n\n", progname, progname);
/external/selinux/libsepol/utils/
H A Dchkcon.c11 void usage(char *progname) argument
13 printf("usage: %s policy context\n", progname);
/external/selinux/mcstrans/utils/
H A Dtranscon.c10 static __attribute__((__noreturn__)) void usage(const char *progname) argument
12 fprintf(stderr, "usage: %s context\n", progname);
H A Duntranscon.c10 static __attribute__((__noreturn__)) void usage(const char *progname) argument
12 fprintf(stderr, "usage: %s context\n", progname);
/external/iptables/iptables/
H A Dxtables-standalone.c43 xtables_main(int family, const char *progname, int argc, char *argv[]) argument
51 xtables_globals.program_name = progname;
/external/syslinux/com32/modules/
H A Ddebug.c18 static char *progname; variable
22 fprintf(stderr, "Usage: %s [-e|-d] <func1> [<func2>, ...]\n", progname);
30 progname = argv[0];
/external/e2fsprogs/misc/
H A Duuidgen.c30 static void usage(const char *progname) argument
32 fprintf(stderr, _("Usage: %s [-r] [-t]\n"), progname);
/external/libdivsufsort/examples/
H A Dmksary.c60 print_help(const char *progname, int status) { argument
64 fprintf(stderr, "usage: %s INFILE OUTFILE\n\n", progname);
H A Dsasearch.c59 print_help(const char *progname, int status) { argument
63 fprintf(stderr, "usage: %s PATTERN FILE SAFILE\n\n", progname);
H A Dsuftest.c60 print_help(const char *progname, int status) { argument
64 fprintf(stderr, "usage: %s FILE\n\n", progname);
/external/ltp/testcases/kernel/fs/stream/
H A Dstream01.c45 char progname[] = "stream01()"; variable
H A Dstream02.c44 char progname[] = "stream02()"; variable
H A Dstream04.c47 char progname[] = "stream04()"; variable
H A Dstream05.c51 char progname[] = "stream05()"; variable

Completed in 375 milliseconds

1234567