Searched refs:org (Results 1 - 6 of 6) sorted by relevance

/scripts/
H A Dcoccicheck34 echo 'All available modes will be tried (in that order): patch, report, context, org'
38 elif [ "$MODE" = "report" -o "$MODE" = "org" ] ; then
75 elif [ "$MODE" = "org" ] ; then
97 $SPATCH -D org $FLAGS -sp_file $COCCI $OPT $OPTIONS -no_show_diff || exit 1
/scripts/package/
H A Dbuilddeb184 ftp://ftp.kernel.org/pub/linux/kernel
189 git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
206 Homepage: http://www.kernel.org/
/scripts/kconfig/
H A Dexpr.c2 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
62 struct expr *expr_copy(const struct expr *org) argument
66 if (!org)
69 e = malloc(sizeof(*org));
70 memcpy(e, org, sizeof(*org));
71 switch (org->type) {
73 e->left = org->left;
76 e->left.expr = expr_copy(org->left.expr);
80 e->left.sym = org
[all...]
H A Dzconf.hash.c_shipped28 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
H A Dexpr.h2 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
190 struct expr *expr_copy(const struct expr *org);
/scripts/genksyms/
H A Dkeywords.hash.c_shipped28 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."

Completed in 94 milliseconds