Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 25 of 3161) sorted by path

12345678910>>...127

/freebsd/
H A D.cirrus.yml151 - (make makeman 2> /tmp/makeman.out); cat /tmp/makeman.out
153 …- if grep -q "no description found" /tmp/makeman.out; then printf "\n>>> Missing description files…
H A DMakefile679 UNIVERSE_TOOLCHAIN_PATH=${HOST_OBJTOP}/tmp/usr/bin
751 env PATH=${HOST_OBJTOP}/tmp/legacy/bin:${PATH:Q} \
H A DMakefile.inc176 UNIVERSE_TOOLCHAIN_PATH?=${HOST_OBJTOP}/tmp/usr/bin
599 WORLDTMP?= ${OBJTOP}/tmp
2014 rm -rf /tmp/ports.${TARGET} || :
3720 CDTMP= ${OBJTOP}/${XDDIR}/tmp
/freebsd/bin/date/
H A Ddate.c87 char *tmp; in main() local
134 ts.tv_sec = strtoq(optarg, &tmp, 0); in main()
135 if (*tmp != 0) { in main()
/freebsd/bin/dd/
H A Dargs.c106 struct arg *ap, tmp; in jcl() local
119 tmp.name = oper; in jcl()
123 errx(1, "unknown operand %s", tmp.name); in jcl()
126 tmp.name); in jcl()
268 struct iflag *ip, tmp; in f_iflag() local
271 tmp.name = strsep(&arg, ","); in f_iflag()
275 errx(1, "unknown iflag %s", tmp.name); in f_iflag()
378 struct conv *cp, tmp; in f_conv() local
381 tmp.name = strsep(&arg, ","); in f_conv()
414 struct oflag *op, tmp; in f_oflag() local
[all …]
/freebsd/bin/expr/
H A Dexpr.y186 char *tmp; in to_string() local
197 tmp = malloc(NDIGITS(vp->u.i)); in to_string()
198 if (tmp == NULL) in to_string()
201 sprintf(tmp, "%jd", vp->u.i); in to_string()
203 vp->u.s = tmp; in to_string()
/freebsd/bin/ls/
H A Dprint.c534 char tmp = (char)c; in writech() local
536 (void)write(STDOUT_FILENO, &tmp, 1); in writech()
/freebsd/bin/mv/tests/
H A Dlegacy_test.sh4 TMPDIR=/tmp/regress.$$
/freebsd/bin/pax/
H A Doptions.c186 FSUB tmp; in pax_options() local
362 tmp.name = optarg; in pax_options()
363 if ((frmt = (FSUB *)bsearch((void *)&tmp, (void *)fsub, in pax_options()
1019 FSUB tmp; in cpio_options() local
1184 tmp.name = optarg; in cpio_options()
1185 if ((frmt = (FSUB *)bsearch((void *)&tmp, (void *)fsub, in cpio_options()
/freebsd/bin/sh/tests/builtins/
H A Dcd1.03 P=${TMPDIR:-/tmp}
H A Dcd11.03 T=$(mktemp -d "${TMPDIR:-/tmp}/sh-test.XXXXXX")
H A Dcd2.06 T=$(mktemp -d ${TMPDIR:-/tmp}/sh-test.XXXXXX)
H A Dcd3.06 cd "${TMPDIR:-/tmp}"
10 cd "${TMPDIR:-/tmp}"
H A Dcd4.011 T=$(mktemp -d ${TMPDIR:-/tmp}/sh-test.XXXXXX)
H A Dcd5.03 T=$(mktemp -d "${TMPDIR:-/tmp}/sh-test.XXXXXX")
H A Ddot1.08 T=$(mktemp -d ${TMPDIR:-/tmp}/sh-test.XXXXXX) || exit
H A Ddot2.08 T=$(mktemp -d ${TMPDIR:-/tmp}/sh-test.XXXXXX) || exit
H A Dfc1.04 P=${TMPDIR:-/tmp}
H A Dfc2.04 P=${TMPDIR:-/tmp}
H A Dread11.04 T=$(mktemp -d ${TMPDIR:-/tmp}/sh-test.XXXXXX)
H A Dreturn4.08 T=$(mktemp -d ${TMPDIR:-/tmp}/sh-test.XXXXXX) || exit
H A Dtrap4.02 T=$(mktemp -d ${TMPDIR:-/tmp}/sh-test.XXXXXX)
H A Dwait3.08 T=$(mktemp -d ${TMPDIR:-/tmp}/sh-test.XXXXXX)
H A Dwait4.02 T=`mktemp -d ${TMPDIR:-/tmp}/sh-test.XXXXXX`
H A Dwait5.02 T=`mktemp -d ${TMPDIR:-/tmp}/sh-test.XXXXXX`

12345678910>>...127