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

1234567891011>>

/freebsd-11-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_gcc_compound_statements1.c5 z = ({ unsigned long tmp; tmp = 1; tmp; });
/freebsd-11-stable/contrib/libstdc++/scripts/
H A Dcreate_testsuite_files26 tmp="${TMPDIR:-/tmp}/ctt$$"
36 find $dlist "(" -type f -o -type l ")" -name "*.cc" -print > $tmp.01
37 find $dlist "(" -type f -o -type l ")" -name "*.c" -print > $tmp.02
38 cat $tmp.01 $tmp.02 | sort > $tmp.1
39 if test ! -s "$tmp.1"; then
44 grep _xin $tmp.1 > $tests_file_inter
45 grep -v _xin $tmp
[all...]
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetipnodebyaddr.c46 struct hostent *tmp; local
48 tmp = gethostbyaddr (src, len, af);
49 if (tmp == NULL) {
65 tmp = copyhostent (tmp);
66 if (tmp == NULL) {
70 return tmp;
H A Demalloc.c48 void *tmp = malloc (sz); local
50 if (tmp == NULL && sz != 0)
52 return tmp;
H A Destrdup.c48 char *tmp = strdup (str); local
50 if (tmp == NULL)
52 return tmp;
H A Dgetipnodebyname.c50 struct hostent *tmp; local
53 tmp = gethostbyname2 (name, af);
59 tmp = gethostbyname (name);
61 if (tmp == NULL) {
77 tmp = copyhostent (tmp);
78 if (tmp == NULL) {
82 return tmp;
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dtabtest.c74 X509V3_EXT_METHOD **tmp; local
78 tmp = standard_exts;
79 for (i = 0; i < STANDARD_EXTENSION_COUNT; i++, tmp++) {
80 if ((*tmp)->ext_nid < prev)
82 prev = (*tmp)->ext_nid;
86 tmp = standard_exts;
88 for (i = 0; i < STANDARD_EXTENSION_COUNT; i++, tmp++)
89 printf("%d : %s\n", (*tmp)->ext_nid, OBJ_nid2sn((*tmp)->ext_nid));
/freebsd-11-stable/contrib/groff/contrib/grap2graph/
H A Dgrap2graph.sh58 tmp=
59 for d in "$GROFF_TMPDIR" "$TMPDIR" "$TMP" "$TEMP" /tmp; do
62 tmp=`(umask 077 && mktemp -d -q "$d/grap2graph-XXXXXX") 2> /dev/null` \
63 && test -n "$tmp" && test -d "$tmp" \
66 tmp=$d/grap2graph$$-$RANDOM
67 (umask 077 && mkdir $tmp) 2> /dev/null && break
69 if test -z "$tmp"; then
74 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 2 15
82 convert -trim -crop 0x0 $convert_opts - $tmp/grap2grap
[all...]
/freebsd-11-stable/usr.bin/gzip/
H A Dgzexe39 tmp=`/usr/bin/mktemp -d /tmp/gzexeXXXXXXXXXX` || {
40 /bin/echo "$prog: cannot create tmp dir"; exit 1
42 trap '/bin/rm -rf "$tmp"' 0
44 /usr/bin/gzip -dc > "$tmp/$prog" 2> /dev/null; then
45 /bin/chmod u+x "$tmp/$prog"
46 "$tmp/$prog" ${1+"$@"}
63 tmp=`mktemp /tmp/gzexeXXXXXXXXXX` || {
64 echo "$prog: cannot create tmp fil
[all...]
/freebsd-11-stable/contrib/groff/contrib/eqn2graph/
H A Deqn2graph.sh62 tmp=
63 for d in "$GROFF_TMPDIR" "$TMPDIR" "$TMP" "$TEMP" /tmp; do
66 tmp=`(umask 077 && mktemp -d -q "$d/eqn2graph-XXXXXX") 2> /dev/null` \
67 && test -n "$tmp" && test -d "$tmp" \
70 tmp=$d/eqn2graph$$-$RANDOM
71 (umask 077 && mkdir $tmp) 2> /dev/null && break
73 if test -z "$tmp"; then
78 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 2 15
87 groff -e $groff_opts -Tps -P-pletter > $tmp/eqn2grap
[all...]
/freebsd-11-stable/contrib/groff/contrib/pic2graph/
H A Dpic2graph.sh72 tmp=
73 for d in "$GROFF_TMPDIR" "$TMPDIR" "$TMP" "$TEMP" /tmp; do
76 tmp=`(umask 077 && mktemp -d -q "$d/pic2graph-XXXXXX") 2> /dev/null` \
77 && test -n "$tmp" && test -d "$tmp" \
80 tmp=$d/pic2graph$$-$RANDOM
81 (umask 077 && mkdir $tmp) 2> /dev/null \
84 if test -z "$tmp"; then
89 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 2 15
97 groff -e -p $groffpic_opts -Tps -P-pletter > $tmp/pic2grap
[all...]
/freebsd-11-stable/usr.sbin/fifolog/fifolog_reader/
H A DMakefile12 ./${PROG} /tmp/fifolog.0
13 ./${PROG} -t /tmp/fifolog.0
14 ./${PROG} /tmp/fifolog.1
15 ./${PROG} -B "00:00" /tmp/fifolog.1
16 ./${PROG} -T "%y%m%d-%H%M%S" /tmp/fifolog.1
17 ./${PROG} -T "" /tmp/fifolog.1
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.gen.c50 struct msg *tmp; local
51 if ((tmp = malloc(sizeof(struct msg))) == NULL) {
55 tmp->base = &msg_base__;
57 tmp->from_name_data = NULL;
58 tmp->from_name_set = 0;
60 tmp->to_name_data = NULL;
61 tmp->to_name_set = 0;
63 tmp->attack_data = NULL;
64 tmp->attack_set = 0;
66 tmp
136 struct evbuffer *tmp = NULL; local
178 struct evbuffer *tmp = NULL; local
243 msg_clear(struct msg *tmp) argument
274 msg_free(struct msg *tmp) argument
298 msg_marshal(struct evbuffer *evbuf, const struct msg *tmp) argument
315 msg_unmarshal(struct msg *tmp, struct evbuffer *evbuf) argument
412 struct evbuffer *tmp = evbuffer_new(); local
460 struct kill *tmp; local
578 kill_clear(struct kill *tmp) argument
600 kill_free(struct kill *tmp) argument
618 kill_marshal(struct evbuffer *evbuf, const struct kill *tmp) argument
632 kill_unmarshal(struct kill *tmp, struct evbuffer *evbuf) argument
703 struct evbuffer *tmp = evbuffer_new(); local
758 struct run *tmp; local
992 run_clear(struct run *tmp) argument
1029 run_free(struct run *tmp) argument
1059 run_marshal(struct evbuffer *evbuf, const struct run *tmp) argument
1087 run_unmarshal(struct run *tmp, struct evbuffer *evbuf) argument
1201 struct evbuffer *tmp = evbuffer_new(); local
[all...]
/freebsd-11-stable/tools/regression/msdosfs/
H A Dmsdosfstest-4.sh6 mkdir /tmp/msdosfstest
10 mount_msdosfs -L uk_UA.KOI8-U -D CP866 -l /dev/md10a /tmp/msdosfstest
12 # mkdir /tmp/msdosfstest/�� (CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I)
13 mkdir /tmp/msdosfstest/$'\246'
16 cd /tmp/msdosfstest/$'\246'
19 cd /tmp
20 umount /tmp/msdosfstest
21 mount_msdosfs -L uk_UA.KOI8-U -D CP866 -s /dev/md10a /tmp/msdosfstest
22 cd /tmp/msdosfstest/_~1
34 cd /tmp
[all...]
H A Dmsdosfstest-5.sh8 mkdir /tmp/msdosfstest
12 mount_msdosfs -L ja_JP.eucJP -D CP932 -l /dev/md10a /tmp/msdosfstest
14 # touch /tmp/msdosfstest/��� (HALFWIDTH KATAKANA LETTER A)
15 touch /tmp/msdosfstest/$'\216\261'
17 umount /tmp/msdosfstest
18 mount_msdosfs -L ja_JP.eucJP -D CP932 -s /dev/md10a /tmp/msdosfstest
19 ls /tmp/msdosfstest/$'\216\261'
22 umount /tmp/msdosfstest
23 mount_msdosfs -L uk_UA.KOI8-U -D CP866 -l /dev/md10a /tmp/msdosfstest
25 # ls /tmp/msdosfstes
[all...]
H A Dmsdosfstest.sh7 mkdir /tmp/msdosfstest/
11 mount_msdosfs /dev/md10a /tmp/msdosfstest/
12 cp -R /usr/src/bin/ /tmp/msdosfstest/
13 umount /tmp/msdosfstest/
14 mount_msdosfs /dev/md10a /tmp/msdosfstest/
15 diff -u -r /usr/src/bin /tmp/msdosfstest/
21 umount /tmp/msdosfstest/
23 rmdir /tmp/msdosfstest/
/freebsd-11-stable/contrib/gdb/gdb/
H A Df-lang.c656 SAVED_F77_COMMON_PTR tmp;
674 tmp = allocate_saved_f77_common_node ();
679 tmp->name = xmalloc (strlen (name) + 1);
694 tmp->owning_function = xmalloc (strlen (local_copy_func_stab) + 1);
696 strcpy (tmp->owning_function, local_copy_func_stab);
698 strcpy (tmp->name, name);
699 tmp->offset = offset;
700 tmp->next = NULL;
701 tmp->entries = NULL;
702 tmp
783 SAVED_F77_COMMON_PTR tmp; local
[all...]
/freebsd-11-stable/contrib/file/src/
H A Dgmtime_r.c14 struct tm *tmp = gmtime(t); local
15 if (tmp == NULL)
17 memcpy(tm, tmp, sizeof(*tm));
18 return tmp;
H A Dlocaltime_r.c14 struct tm *tmp = localtime(t); local
15 if (tmp == NULL)
17 memcpy(tm, tmp, sizeof(*tm));
18 return tmp;
/freebsd-11-stable/contrib/gcc/
H A Dsort-protos7 sed 's/\(.*[ \*]\)\([a-zA-Z0-9_][a-zA-Z0-9_]*\)[ ]*\(([^\*].*\)$/\2%\1%\3/' $input | sort -u | awk -F% '{printf "%-30.30s%s%s\n", $2, $1, $3}' > tmp.$input
9 mv -f tmp.$input $input
/freebsd-11-stable/tools/tools/usb/
H A Dprint-usb-if-vids.sh30 fetch -o /tmp/usb.if http://www.usb.org/developers/tools/comp_dump/
31 awk -F '|' '{ printf "%#06x\t%s\n", $1, $2 }' < /tmp/usb.if | sort
/freebsd-11-stable/tools/tools/kernelcruft/
H A Dkernelcruft.sh14 ' | sort -u > /tmp/_0
20 ' | sort -u > /tmp/_1
22 find * -name '*.[ch]' -print | xargs grep 'include.*c[>"]' > /tmp/_2
28 ' > /tmp/_3
30 comm -13 /tmp/_0 /tmp/_1 | while read f
33 if grep $b /tmp/_2 > /dev/null ; then
37 if grep $b /tmp/_3 > /dev/null ; then
/freebsd-11-stable/contrib/mdocml/
H A Dgmdiff45 $ROFF -mandoc $file 2> /tmp/roff.err > /tmp/roff.out
47 2> /tmp/mandoc.err > /tmp/mandoc.out
49 [ -s /tmp/$i.err ] && echo "$i errors:" && cat /tmp/$i.err
51 diff -au /tmp/roff.out /tmp/mandoc.out 2>&1
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dcgen.sh78 opinst) extrafile_args="-Q tmp-opinst.c1 $extrafile_args" ;;
85 rm -f tmp-desc.h tmp-desc.h1
86 rm -f tmp-desc.c tmp-desc.c1
87 rm -f tmp-opc.h tmp-opc.h1
88 rm -f tmp-opc.c tmp-opc.c1
89 rm -f tmp
[all...]
/freebsd-11-stable/etc/rc.d/
H A Dcleartmp7 # REQUIRE: mountcritremote tmp
13 desc="Purge /tmp directory"
21 # Make /tmp location variable for easier debugging.
22 local tmp="/tmp"
24 # X related directories to create in /tmp.
25 local x11_socket_dirs="${tmp}/.X11-unix ${tmp}/.XIM-unix \
26 ${tmp}/.ICE-unix ${tmp}/
[all...]

Completed in 194 milliseconds

1234567891011>>