Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:tmpf
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/testcases/kernel/mce-test/lib/
H
A
D
mce.sh
35
local
tmpf
=$WDIR/mce_reformat_for_cmp
37
mce-inject --dump "$inf" > $
tmpf
41
sed "/$remove/d" -i $
tmpf
45
cat $
tmpf
| tr '\n' '#' | sed '1,$s/##/\n/g' | \
251
local
tmpf
=$WDIR/get_panic_from_mcelog
253
if mcelog_filter $mcelog "#BANK 219#" | head -1 > $
tmpf
; then
254
local F="$(sed '1,$s/#/\n/g' $
tmpf
| awk '/MISC / { print $2 }')"
H
A
D
apei-inject.sh
22
local
tmpf
=$WDIR/mce_reformat_for_cmp
24
grep -v 'STATUS 0x800000000000000' | sort > "$
tmpf
"
25
awk '/^STATUS/ {print $2}' $
tmpf
| cut -b 1-3 > $outf
26
awk '/MCGSTATUS/ {if ($4=="") print $2; else print $4;}' $
tmpf
>> $outf
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H
A
D
pngstest.c
77
static char
tmpf
[23] = "TMP";
variable
3215
sprintf(name, "%s%d.png",
tmpf
, ++counter);
in write_one_file()
3574
if (strlen(argv[++c]) >= sizeof
tmpf
)
in main()
3583
strncpy(
tmpf
, argv[c], sizeof (
tmpf
)-1);
in main()
Completed in 5 milliseconds