Home
last modified time | relevance | path

Searched refs:after (Results 1 – 14 of 14) sorted by relevance

/scripts/
Dconfig23 --enable-after|-E beforeopt option
24 Enable option directly after other option
25 --disable-after|-D beforeopt option
26 Disable option directly after other option
27 --module-after|-M beforeopt option
28 Turn option into module directly after other option
/scripts/coccinelle/misc/
Difcol.cocci1 /// Find confusingly indented code in or after an if. An if branch should
3 /// Sometimes, code after an if that is indented is actually intended to be
39 cocci.print_secs("after",p2)
Dcstptr.cocci40 msg = "ERROR: PTR_ERR applied after initialization to constant on line %s" % (p1[0].line)
/scripts/kconfig/
Dqconf.h146 ConfigItem(Q3ListView *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument
147 : Parent(parent, after), menu(m), visible(v), goParent(false) in ConfigItem()
151 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument
152 : Parent(parent, after), menu(m), visible(v), goParent(false) in ConfigItem()
156 ConfigItem(Q3ListView *parent, ConfigItem *after, bool v) in ConfigItem() argument
157 : Parent(parent, after), menu(0), visible(v), goParent(true) in ConfigItem()
Dzconf.lex.c_shipped232 * instead of fread(), to make sure we stop fetching input after
694 /* Done after the current pattern has been matched and before the
881 /* Macros after this point can all be overridden by user definitions in
946 /* No semi-colon after return; correct usage is to write "yyterminate();" -
947 * we don't want an extra ';' after the "return" because that will cause
977 /* Code executed at the beginning of each rule, after zconftext and zconfleng
1417 * call the scanner after we return the
1794 * is looked at is after zconfwrap() is called, so it's safe
Dzconf.tab.c_shipped1126 /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
1590 /* Count tokens shifted since error; after three, turn off error
2112 /* If just tried and failed to reuse lookahead token after an
2129 /* Else will try to reuse lookahead token after shifting the error
/scripts/coccinelle/free/
Dkfree.cocci1 /// Find a use after free.
/scripts/coccinelle/locks/
Dmini_lock.cocci3 /// before the if and an unlock after the if. False positives are due to
/scripts/coccinelle/iterators/
Dfen.cocci122 msg = "ERROR: of_node_put not needed after iterator on line %s" % (p1[0].line)
Duse_after_iter.cocci3 /// and not a meaningful structure. Thus this value should not be used after
/scripts/genksyms/
Dlex.lex.c_shipped213 * instead of fread(), to make sure we stop fetching input after
355 /* Done after the current pattern has been matched and before the
621 /* Macros after this point can all be overridden by user definitions in
702 /* No semi-colon after return; correct usage is to write "yyterminate();" -
703 * we don't want an extra ';' after the "return" because that will cause
733 /* Code executed at the beginning of each rule, after yytext and yyleng
990 * call the scanner after we return the
1395 * is looked at is after yywrap() is called, so it's safe
2148 after registering the expression. */
2164 after registering the expression. */
Dparse.tab.c_shipped1190 /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
1281 to perform extra reductions after fetching a lookahead from the
1649 /* Count tokens shifted since error; after three, turn off error
2168 One alternative is translating here after every semantic action,
2170 YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or
2251 /* If just tried and failed to reuse lookahead token after an
2268 /* Else will try to reuse lookahead token after shifting the error
/scripts/dtc/
Ddtc-lexer.lex.c_shipped223 * instead of fread(), to make sure we stop fetching input after
365 /* Done after the current pattern has been matched and before the
714 /* Macros after this point can all be overridden by user definitions in
798 /* No semi-colon after return; correct usage is to write "yyterminate();" -
799 * we don't want an extra ';' after the "return" because that will cause
829 /* Code executed at the beginning of each rule, after yytext and yyleng
1294 * call the scanner after we return the
1662 * is looked at is after yywrap() is called, so it's safe
Ddtc-parser.tab.c_shipped1027 /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
1118 to perform extra reductions after fetching a lookahead from the
1486 /* Count tokens shifted since error; after three, turn off error
2159 One alternative is translating here after every semantic action,
2161 YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or
2242 /* If just tried and failed to reuse lookahead token after an
2259 /* Else will try to reuse lookahead token after shifting the error