Searched refs:fline (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/powertop/powertop/ |
| H A D | 0001-src-fix-compatibility-with-ncurses-6.3.patch | 20 strcat(fline, buf); 21 strcat(fline, "\n"); 22 - wprintw(win, fline); 23 + wprintw(win, "%s", fline);
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | x_fline.S | 4 | fpsp_fline --- FPSP handler for fline exception 50 moveal EXC_PC+4(%a6),%a0 |get address of fline instruction 58 movel L_SCR1(%a6),%d0 |d0 contains the fline and command word 85 fmovel EXC_PC(%a6),%FPIAR |point FPIAR to fline inst
|
| H A D | x_operr.S | 244 | to memory or data register as required. A read of the fline 250 bsrl get_fline |fline returned in d0
|
| H A D | x_store.S | 236 bsrl get_fline |returns fline word in d0
|
| H A D | x_snan.S | 235 bsrl get_fline |returns fline word in d0
|
| H A D | bugfix.S | 479 | an fline illegal instruction to be executed.
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | dynamic_debug.c | 375 char *fline; in ddebug_parse_query() local 394 fline = strchr(query->filename, ':'); in ddebug_parse_query() 395 if (!fline) in ddebug_parse_query() 397 *fline++ = '\0'; in ddebug_parse_query() 398 if (isalpha(*fline) || *fline == '*' || *fline == '?') { in ddebug_parse_query() 400 if (check_set(&query->function, fline, "func")) in ddebug_parse_query() 403 if (parse_linerange(query, fline)) in ddebug_parse_query()
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | checkpatch.pl | 6087 my $fline = $lines[$prevline - 1]; 6088 last if ($fline =~ /^\@\@/); 6089 next if ($fline =~ /^\-/); 6090 next if ($fline =~ /^.(?:\s*(?:case\s+(?:$Ident|$Constant)[\s$;]*|default):[\s$;]*)*$/); 6092 next if ($fline =~ /^.[\s$;]*$/); 6095 $has_break = 1 if ($fline =~ /\bswitch\b|\b(?:break\s*;[\s$;]*$|return\b|goto\b|continue\b)/);
|