Searched refs:base (Results 1 - 25 of 1859) sorted by path

1234567891011>>

/freebsd-current/
H A DMakefile.inc1451 # Local directories are built in parallel with the base system directories.
1001 CERTCTLFLAGS+= -d /base
1412 # Non-base distributions produced by the base system
1423 DEBUG_DISTRIBUTIONS+= base ${EXTRA_DISTRIBUTIONS:S,tests,,}
1505 -mkdir ${DESTDIR}/${DISTDIR}/base
1508 DISTBASE=/base DESTDIR=${INSTALL_DDIR}/base \
1510 ${INSTALL_SYMLINK} ${INSTALLFLAGS} usr/src/sys ${INSTALL_DDIR}/base/sys
1528 .for dist in base
[all...]
/freebsd-current/bin/chio/
H A Dchio.c523 u_int16_t base, count, chet, schet, echet; local
534 base = 0;
600 base = (u_int16_t)atol(argv[1]);
604 count = (u_int16_t)atol(argv[2]) - base + 1;
658 cesr.cesr_element_base = base;
1213 * iconv(3) in the base system yet. So we use %XX
/freebsd-current/bin/cp/
H A Dcp.c178 /* Save the target base in "to". */
270 int base = 0, dne, badcp, rval; local
333 * Since the first level MUST be FTS_ROOTLEVEL, base
339 base = (p == NULL) ? 0 :
342 if (!strcmp(&curr->fts_path[base],
344 base += 1;
346 base = curr->fts_pathlen;
349 p = &curr->fts_path[base];
350 nlen = curr->fts_pathlen - base;
/freebsd-current/bin/ed/test/
H A Dckscripts.sh22 # base=`expr $i : '\([^.]*\)'`
23 # base=`echo $i | sed 's/\..*//'`
24 base=`$ED - \!"echo $i" <<-EOF
27 if $base.ed; then
28 if cmp -s $base.o $base.r; then :; else
29 echo "*** Output $base.o of script $i is incorrect ***"
H A Dmkscripts.sh10 # base=${i%.*}
11 # base=`echo $i | sed 's/\..*//'`
12 # base=`expr $i : '\([^.]*\)'`
16 # echo "r $base.d"
18 # echo "w $base.o"
20 # ) >$base.ed
21 # chmod +x $base.ed
24 base=`$ED - \!"echo $i" <<-EOF
32 r $base.d
33 w $base
[all...]
/freebsd-current/bin/ls/
H A Dprint.c299 int base; local
357 base = 0;
361 base = row;
363 chcnt += printaname(array[base], dp->s_inode,
366 base++;
368 base += numrows;
369 if (base >= num)
/freebsd-current/bin/pax/
H A Dgen_subs.c201 asc_ul(char *str, int len, int base) argument
218 if (base == HEX) {
244 ul_asc(u_long val, char *str, int len, int base) argument
259 if (base == HEX) {
297 asc_uqd(char *str, int len, int base) argument
314 if (base == HEX) {
340 uqd_asc(u_quad_t val, char *str, int len, int base) argument
355 if (base == HEX) {
/freebsd-current/bin/pkill/tests/
H A Dpgrep-_f_test.sh3 base=`basename $0`
H A Dpgrep-_g_test.sh3 base=`basename $0`
H A Dpgrep-_lf_test.sh3 base=`basename $0`
H A Dpgrep-_p_test.sh3 base=`basename $0`
H A Dpgrep-_s_test.sh3 base=`basename $0`
H A Dpgrep-_u_test.sh3 base=`basename $0`
H A Dpgrep-f_test.sh4 base=$(dirname $(realpath "$0"))
26 spin="${base}/spin_helper"
H A Dpgrep-g_test.sh3 base=`basename $0`
H A Dpgrep-i_test.sh3 base=`basename $0`
H A Dpgrep-j_test.sh9 base=pgrep_j_test
23 jail -c path=/ name=${base}_1_1 ip4.addr=127.0.0.1 \
24 command=daemon -p ${PWD}/${base}_1_1.pid $sleep $sleep_amount &
26 jail -c path=/ name=${base}_1_2 ip4.addr=127.0.0.1 \
27 command=daemon -p ${PWD}/${base}_1_2.pid $sleep $sleep_amount &
31 jid1=$(jail_name_to_jid ${base}_1_1)
32 jid2=$(jail_name_to_jid ${base}_1_2)
44 pid2=$(printf "%s\n%s" "$(cat ${PWD}/${base}_1_1.pid)" \
45 "$(cat ${PWD}/${base}_1_2.pid)" | sort)
51 [ -f ${PWD}/${base}_1_
[all...]
H A Dpgrep-l_test.sh3 base=`basename $0`
H A Dpgrep-n_test.sh3 base=`basename $0`
H A Dpgrep-o_test.sh3 base=`basename $0`
H A Dpgrep-q_test.sh3 base=`basename $0`
H A Dpgrep-s_test.sh3 base=`basename $0`
H A Dpgrep-t_test.sh3 base=`basename $0`
H A Dpgrep-v_test.sh3 base=`basename $0`
H A Dpgrep-x_test.sh3 base=`basename $0`

Completed in 302 milliseconds

1234567891011>>