Searched refs:cat (Results 26 - 50 of 63) sorted by relevance

123

/barrelfish-2018-10-04/tools/
H A Dqemu-wrapper.sh254 if ps `cat $PIDFILE` >/dev/null; then
255 echo "Another QEMU already running (PID: `cat $PIDFILE` PIDFILE: $PIDFILE)"
265 cat > barrelfish_debug.gdb <<EOF
312 PID=`cat ${PIDFILE}`
H A Drun-pdflatex.sh26 cat >&1 <<EOF
/barrelfish-2018-10-04/lib/libc/db/test/
H A Drun.test139 (find /bin -type f -print | xargs cat) > $TMP1
224 cat $TMP1 |
274 cat $TMP1 |
317 cat $TMP1 |
363 cat $TMP1 |
426 cat $TMP1 |
460 cat $TMP1 |
477 cat $TMP1 |
508 cat $TMP1 |
/barrelfish-2018-10-04/lib/acpica/tests/aslts/bin/bugstate/
H A Dparsebuglist82 cat "$1" |\
H A Dbdemosconc25 cat\
H A Dbdemossum39 cat "$1" |\
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A DCA.sh12 # and the other the certificate) and cat them together and that is what
158 cat newcert.pem
171 cat newcert.pem
H A DCA.com10 $! and the other the certificate) and cat them together and that is what
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Dtestss119 cat $Ucert > $P1intermediate
141 cat $Ucert $P1cert > $P2intermediate
/barrelfish-2018-10-04/usr/skb/programs/
H A Dalgos_systems139 cat tmp1.$GNUPLOTFILE >> $GNUPLOTFILE;
143 cat tmp2.$GNUPLOTFILE >> $GNUPLOTFILE;
H A Dmore_space_feasible151 cat $BAUMFILE >> $OUTFILE
/barrelfish-2018-10-04/hake/
H A Dhake.sh187 cat >> hake/Config.hs <<EOF
/barrelfish-2018-10-04/lib/libc/posix1e/
H A DMakefile.inc9 cat ${.ALLSRC} > ${.TARGET}
/barrelfish-2018-10-04/lib/lua/src/
H A Dloslib.c276 static const int cat[] = {LC_ALL, LC_COLLATE, LC_CTYPE, LC_MONETARY, local
282 lua_pushstring(L, setlocale(cat[op], l));
/barrelfish-2018-10-04/include/xlocale/
H A D_ctype.h91 #define XLOCALE_ISCTYPE(fname, cat) \
94 { return __istype_l(__c, cat, __l); }
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/ssltest-ecc/
H A DECC-RSAcertgen.sh18 # cat command
19 CAT=/bin/cat
H A DECCcertgen.sh18 # cat command
19 CAT=/bin/cat
H A DRSAcertgen.sh18 # cat command
19 CAT=/bin/cat
/barrelfish-2018-10-04/usr/eclipseclp/
H A DPACK344 for X in `cat $SELECTEDFILES`; do
420 `cat $RPM_SELECTEDFILES`
444 for NSIS_FILE_LINE in `cat $2` ; do
516 cat $NSIS_SELECTED_FILES | sed -e 's/\//\\/g' \
/barrelfish-2018-10-04/lib/acpica/generate/linux/
H A Dgen-patch.sh239 cat $tmpdiff >> $GP_linux_patch
H A Dlibacpica.sh221 cat $1 | awk '
/barrelfish-2018-10-04/lib/acpica/tests/aslts/bin/
H A Dcommon385 cat "$1" |\
418 cat "$1" |\
H A Ddiffproc29 cat "$1" |\
351 x=`cat "$1" | sort |\
H A Dasltsrun397 cat "$1" |\
683 cat "$1" |\
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dregcomp.c1314 register cat_t cat; local
1322 cat = g->ncategories++;
1323 cats[c] = cat;
1326 cats[c2] = cat;

Completed in 311 milliseconds

123