Searched refs:of (Results 1 - 25 of 202) sorted by relevance

123456789

/haiku-fatelf/src/bin/coreutils/man/
H A Dnl.x2 nl \- number lines of files
H A Dpaste.x2 paste \- merge lines of files
H A Dcut.x2 cut \- remove sections from each line of files
H A Decho.x2 echo \- display a line of text
H A Dhead.x2 head \- output the first part of files
H A Dnproc.x2 nproc \- print the number of processing units available
H A Dprintenv.x2 printenv \- print all or part of environment
H A Dptx.x2 ptx \- produce a permuted index of file contents
H A Dpwd.x2 pwd \- print name of current/working directory
H A Dseq.x2 seq \- print a sequence of numbers
H A Dsleep.x2 sleep \- delay for a specified amount of time
H A Dsort.x2 sort \- sort lines of text files
H A Dtail.x2 tail \- output the last part of files
H A Dhostname.x2 hostname \- set or print the name of the current host system
H A Djoin.x2 join \- join lines of two files on a common field
H A Dreadlink.x2 readlink \- print value of a symbolic link or canonical file name
H A Dtruncate.x2 truncate \- shrink or extend the size of a file to the specified size
H A Dtty.x2 tty \- print the file name of the terminal connected to standard input
H A Dusers.x2 users \- print the user names of users currently logged in to the current host
/haiku-fatelf/3rdparty/mmu_man/scripts/
H A Ddumpwin.sh12 # echo "$2= $1 of Window $WIN ="
15 #echo hey "$APP" count View of $1 Window $WIN
17 local CNT="$(hey "$APP" count View of $1 Window $WIN | grep result | cut -d" " -f 7)"
33 local INAME="$(hey "$APP" get InternalName of View $C of $1 Window $WIN | grep result | sed 's/.* : //')"
34 echo "$2:: View $C/$CNT ($INAME) ( View $C of ${1}Window $WIN )"
35 # hey "$APP" get View $C of $1 Window $WIN | awk " { print \" $2\" \$0 } "
36 # hey "$APP" getsuites of View $C of $1 Window $WIN | grep Label >/dev/null
38 # if hey "$APP" getsuites of Vie
[all...]
H A Dbebook13 hey BeHappy set Book of Window $LASTWIN to "Be Book" > /dev/null
14 hey BeHappy set Topic of Window $LASTWIN to "$1" > /dev/null
H A Dbman13 hey BeHappy set Book of Window $LASTWIN to "Man pages" > /dev/null
14 hey BeHappy set Topic of Window $LASTWIN to "$1" > /dev/null
/haiku-fatelf/src/system/libroot/os/arch/mipsel/
H A Dsyscalls.inc3 * Distributed under the terms of the NewOS License.
/haiku-fatelf/src/libs/ncurses/include/
H A DMKparametrized.sh6 # The output of this script is C source for an array specifying whether
15 * A value of -1 in the table means suppress both pad and % translations.
16 * A value of 0 in the table means do pad but not % translations.
17 * A value of 1 in the table means do both pad and % translations.
/haiku-fatelf/src/system/boot/platform/atari_m68k/
H A Dmk_floppy_prg_atari.sh5 dd if=/dev/zero of=$IMG bs=1k count=1440 && \
6 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 conv=notrunc && \
12 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc && \
13 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=9 seek=$((9*180)) && \
14 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=9 seek=$((2*9)) && \
15 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=$((2*9)) seek=$((2*2*9)) && \
16 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=$((3*9)) seek=$((3*2*9)) && \
24 #dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=500 conv=notrunc && \

Completed in 79 milliseconds

123456789