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:L_tmpnam
(Results
1 - 25
of
26
) sorted by relevance
1
2
/third_party/backends/backend/
H
A
D
pieusb_buffer.h
49
#ifndef
L_tmpnam
50
#define
L_tmpnam
20
macro
58
char buffer_name[
L_tmpnam
];
H
A
D
pieusb_buffer.c
154
snprintf(buffer->buffer_name,
L_tmpnam
, "/tmp/sane.XXXXXX");
in sanei_pieusb_buffer_create()
/third_party/skia/third_party/externals/tint/src/utils/io/
H
A
D
tmpfile_windows.cc
26
char name[
L_tmpnam
];
in TmpFilePath()
29
while (tmpnam_s(name,
L_tmpnam
- 1) == 0) {
in TmpFilePath()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H
A
D
tmpnam.c
27
char buffer[
L_tmpnam
];
in tmpnam_0100()
/third_party/rust/crates/libc/src/windows/gnu/
H
A
D
mod.rs
1
pub const
L_tmpnam
: ::c_uint = 14;
consts
/third_party/rust/crates/libc/src/windows/msvc/
H
A
D
mod.rs
1
pub const
L_tmpnam
: ::c_uint = 260;
consts
/third_party/musl/porting/liteos_a/user/src/stdio/
H
A
D
tmpnam.c
16
static char internal[
L_tmpnam
];
in tmpnam()
/third_party/musl/src/stdio/
H
A
D
tmpnam.c
14
static char internal[
L_tmpnam
];
in tmpnam()
/third_party/protobuf/src/google/protobuf/testing/
H
A
D
googletest.cc
121
char b[
L_tmpnam
+ 1]; // HPUX multithread return 0 if s is 0
in GetTemporaryDirectoryName()
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
stdio.h
52
#define
L_tmpnam
20
macro
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
stdio.h
54
#define
L_tmpnam
4096
macro
/third_party/musl/porting/linux/user/include/
H
A
D
stdio.h
55
#define
L_tmpnam
20
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
stdio.h
52
#define
L_tmpnam
20
macro
/third_party/musl/include/
H
A
D
stdio.h
55
#define
L_tmpnam
20
macro
/third_party/musl/libc-test/src/api/
H
A
D
stdio.c
18
C(
L_tmpnam
)
in f()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H
A
D
mod.rs
169
pub const
L_tmpnam
: ::c_uint = 1024;
consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H
A
D
mod.rs
691
pub const
L_tmpnam
: ::c_uint = 20;
consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H
A
D
mod.rs
560
pub const
L_tmpnam
: ::c_uint = 1024;
consts
/third_party/rust/crates/libc/src/unix/haiku/
H
A
D
mod.rs
1094
pub const
L_tmpnam
: ::c_uint = 512;
consts
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
1619
pub const
L_tmpnam
: ::c_uint = 255;
consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H
A
D
mod.rs
1047
pub const
L_tmpnam
: ::c_uint = 4096;
consts
/third_party/rust/crates/libc/src/unix/solarish/
H
A
D
mod.rs
1280
pub const
L_tmpnam
: ::c_uint = 25;
consts
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
2101
pub const
L_tmpnam
: ::c_uint = 20;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
1215
pub const
L_tmpnam
: ::c_uint = 20;
consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H
A
D
mod.rs
2739
pub const
L_tmpnam
: ::c_uint = 1024;
consts
Completed in 82 milliseconds
1
2