Home
last modified time | relevance | path

Searched refs:NFILE (Results 1 - 3 of 3) sorted by relevance

/third_party/alsa-utils/alsa-info/
H A Dalsa-info.sh106 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 Derrno.rs383 pub const NFILE: Self = Self::from_errno(errno::ENFILE); consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs582 pub const NFILE: Self = Self(c::ENFILE); consts

Completed in 4 milliseconds