Searched refs:at (Results 1 – 9 of 9) sorted by relevance
/extra/scripts/ |
A D | unifdef.c | 871 if(at == LT_IF || bt == LT_IF) return (LT_IF); in op_strict() 875 return op_strict(p, a < b, at, bt); in op_lt() 878 return op_strict(p, a > b, at, bt); in op_gt() 881 return op_strict(p, a <= b, at, bt); in op_le() 884 return op_strict(p, a >= b, at, bt); in op_ge() 887 return op_strict(p, a == b, at, bt); in op_eq() 890 return op_strict(p, a != b, at, bt); in op_ne() 893 if (!strictlogic && (at == LT_TRUE || bt == LT_TRUE)) in op_or() 895 return op_strict(p, a || b, at, bt); in op_or() 898 if (!strictlogic && (at == LT_FALSE || bt == LT_FALSE)) in op_and() [all …]
|
/extra/locale/programs/ |
A D | locale.c | 224 char at = 0; in find_locale_string() local 244 at = loc[2]; in find_locale_string() 249 find_at(at)); in find_locale_string()
|
/extra/Configs/ |
A D | Config.sh | 23 that uClibc will work at all....
|
A D | Config.in | 463 binaries at runtime. 543 directories in which to search for ELF libraries at execution-time). 698 and does not use the brk() system call at all, making it a fine 1023 contains timezone string at the end. 1917 in at least some configurations. In fact, it may be removed 2060 The glob interface is somewhat large (weighing in at about 2,5k). It 2070 The gnu glob interface is somewhat larger (weighing in at about 4,2k) 2142 linking at runtime, which doesn't use linker scripts. 2145 such as the prebuilt binary cross compilers at: 2254 This is explained in more depth at [all …]
|
A D | Config.in.arch | 207 but won't work at all. You have been warned.
|
/extra/locale/ |
A D | README | 14 arch. But all these programs will be rewritten at some point. 54 with the awk script at the end of this file. You can add others
|
/extra/config/ |
A D | kconfig-language.txt | 63 Every menu entry can have at most one prompt, which is used to display 131 the indentation level, this means it ends at the first line which has 155 undefined at this point. The symbol is currently not exported back 336 to use it. It should be placed at the top of the configuration, before any 342 This is a collection of Kconfig tips, most of which aren't obvious at
|
A D | zconf.lex.c_shipped | 237 /* Whether we're considered to be at the beginning of a line. 263 * just pointing zconfin at a new input file. 977 /* Code executed at the beginning of each rule, after zconftext and zconfleng 984 /* Code executed at the end of each rule. */ 1349 * just pointed zconfin at a new source and called 1794 * is looked at is after zconfwrap() is called, so it's safe 1859 * such as during a zconfrestart() or at EOF. 1965 * Guarantees space for at least one push.
|
A D | zconf.tab.c_shipped | 11 (at your option) any later version. 26 the parser skeleton itself, you may (at your option) remove this 320 /* The OS might guarantee only one guard page at the bottom of the stack, 549 First, the terminals, then, starting at YYNTOKENS, nonterminals. */ 1218 /* Start YYX at -YYN if negative to avoid negative indexes in 1568 YYDPRINTF ((stderr, "Now at end of input.\n")); 2117 /* Return failure if at end of input. */
|
Completed in 22 milliseconds