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:NFILE
(Results
1 - 3
of
3
) sorted by relevance
/third_party/alsa-utils/alsa-info/
H
A
D
alsa-info.sh
106
test -n "$KEEP_OUTPUT" || rm -f "$
NFILE
"
328
NFILE
=""
401
if [ -z "$
NFILE
" ]; then
402
NFILE
="$(mktemp -t alsa-info.txt.XXXXXXXXXX)" || exit 1
763
NFILE
="$1"
868
dialog --backtitle "$BGTITLE" --msgbox "Could not automatically upload output to 'https://www.alsa-project.org'.\nPossible reasons are:\n\n 1. Couldn't find 'wget' in your PATH\n 2. Your version of wget is less than 1.8.2\n\nPlease manually upload $
NFILE
to 'https://www.alsa-project.org/cardinfo-db' and submit your post." 25 100
870
dialog --backtitle "$BGTITLE" --msgbox "Could not automatically upload output to 'https://www.pastebin.ca'.\nPossible reasons are:\n\n 1. Couldn't find 'wget' in your PATH\n 2. Your version of wget is less than 1.8.2\n\nPlease manually upload $
NFILE
to 'https://www.pastebin.ca/upload.php' and submit your post." 25 100
880
echo "Please manually upload $
NFILE
to 'https://www.alsa-project.org/cardinfo-db' and submit your post."
889
echo "Please manually upload $
NFILE
to 'https://www.pastebin.ca/upload.php' and submit your post."
919
mv -f "$FILE" "$
NFILE
" || exi
[all...]
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H
A
D
errno.rs
383
pub const
NFILE
: Self = Self::from_errno(errno::ENFILE);
consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H
A
D
errno.rs
582
pub const
NFILE
: Self = Self(c::ENFILE);
consts
Completed in 4 milliseconds