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

1234567891011>>

/freebsd-11-stable/bin/chio/
H A Dchio.c533 u_int16_t base, count, chet, schet, echet; local
544 base = 0;
610 base = (u_int16_t)atol(argv[1]);
614 count = (u_int16_t)atol(argv[2]) - base + 1;
668 cesr.cesr_element_base = base;
1223 * iconv(3) in the base system yet. So we use %XX
/freebsd-11-stable/bin/cp/
H A Dcp.c186 /* Save the target base in "to". */
269 int base = 0, dne, badcp, rval; local
321 * Since the first level MUST be FTS_ROOTLEVEL, base
327 base = (p == NULL) ? 0 :
330 if (!strcmp(&curr->fts_path[base],
332 base += 1;
334 base = curr->fts_pathlen;
337 p = &curr->fts_path[base];
338 nlen = curr->fts_pathlen - base;
/freebsd-11-stable/bin/ed/test/
H A Dckscripts.sh23 # base=`expr $i : '\([^.]*\)'`
24 # base=`echo $i | sed 's/\..*//'`
25 base=`$ED - \!"echo $i" <<-EOF
28 if $base.ed; then
29 if cmp -s $base.o $base.r; then :; else
30 echo "*** Output $base.o of script $i is incorrect ***"
H A Dmkscripts.sh11 # base=${i%.*}
12 # base=`echo $i | sed 's/\..*//'`
13 # base=`expr $i : '\([^.]*\)'`
17 # echo "r $base.d"
19 # echo "w $base.o"
21 # ) >$base.ed
22 # chmod +x $base.ed
25 base=`$ED - \!"echo $i" <<-EOF
33 r $base.d
34 w $base
[all...]
/freebsd-11-stable/bin/ls/
H A Dprint.c364 int base; local
423 base = 0;
427 base = row;
430 chcnt += printaname(array[base], dp->s_inode,
434 base++;
436 base += numrows;
437 if (base >= num)
/freebsd-11-stable/bin/pax/
H A Dgen_subs.c216 asc_ul(char *str, int len, int base) argument
233 if (base == HEX) {
259 ul_asc(u_long val, char *str, int len, int base) argument
274 if (base == HEX) {
313 asc_uqd(char *str, int len, int base) argument
330 if (base == HEX) {
356 uqd_asc(u_quad_t val, char *str, int len, int base) argument
371 if (base == HEX) {
/freebsd-11-stable/bin/pkill/tests/
H A Dpgrep-F_test.sh4 base=`basename $0`
H A Dpgrep-LF_test.sh4 base=`basename $0`
H A Dpgrep-P_test.sh4 base=`basename $0`
H A Dpgrep-U_test.sh4 base=`basename $0`
H A Dpgrep-_g_test.sh4 base=`basename $0`
H A Dpgrep-_s_test.sh4 base=`basename $0`
H A Dpgrep-g_test.sh4 base=`basename $0`
H A Dpgrep-i_test.sh4 base=`basename $0`
H A Dpgrep-j_test.sh10 base=pgrep_j_test
24 jail -c path=/ name=${base}_1_1 ip4.addr=127.0.0.1 \
25 command=daemon -p ${PWD}/${base}_1_1.pid $sleep $sleep_amount &
27 jail -c path=/ name=${base}_1_2 ip4.addr=127.0.0.1 \
28 command=daemon -p ${PWD}/${base}_1_2.pid $sleep $sleep_amount &
32 jid1=$(jail_name_to_jid ${base}_1_1)
33 jid2=$(jail_name_to_jid ${base}_1_2)
45 pid2=$(printf "%s\n%s" "$(cat ${PWD}/${base}_1_1.pid)" \
46 $(cat ${PWD}/${base}_1_2.pid) | sort)
52 [ -f ${PWD}/${base}_1_
[all...]
H A Dpgrep-l_test.sh4 base=`basename $0`
H A Dpgrep-n_test.sh4 base=`basename $0`
H A Dpgrep-o_test.sh4 base=`basename $0`
H A Dpgrep-q_test.sh4 base=`basename $0`
H A Dpgrep-s_test.sh4 base=`basename $0`
H A Dpgrep-t_test.sh4 base=`basename $0`
H A Dpgrep-v_test.sh4 base=`basename $0`
H A Dpgrep-x_test.sh4 base=`basename $0`
H A Dpkill-F_test.sh4 base=`basename $0`
H A Dpkill-LF_test.sh4 base=`basename $0`

Completed in 246 milliseconds

1234567891011>>