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:randbuf
(Results
1 - 2
of
2
) sorted by relevance
/third_party/toybox/toys/other/
H
A
D
pwgen.c
41
char
randbuf
[16];
in pwgen_main()
local
54
if (!rand) xgetrandom(
randbuf
, rand = sizeof(
randbuf
), 0);
in pwgen_main()
55
c = 33+
randbuf
[--rand]%93; // remainder 69 makes >102 less likely
in pwgen_main()
56
if (FLAG(s))
randbuf
[rand] = 0;
in pwgen_main()
61
else c |= (0x80&
randbuf
[rand])>>2;
in pwgen_main()
66
if (!FLAG(y) || (0x80&
randbuf
[rand]))
in pwgen_main()
/third_party/curl/lib/
H
A
D
fopen.c
98
unsigned char
randbuf
[41];
in Curl_fopen()
local
114
result = Curl_rand_alnum(data,
randbuf
, sizeof(
randbuf
));
in Curl_fopen()
122
tempstore = aprintf("%s%s.tmp", dir,
randbuf
);
in Curl_fopen()
Completed in 1 milliseconds