Searched refs:tmpf (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/etc/periodic/security/
H A Dsecurity.functions60 tmpf="$1"; shift
63 if [ "${tmpf}" = "-" ]; then
64 tmpf=`mktemp -t security`
65 cat > ${tmpf}
72 cp ${tmpf} ${LOG}/${label}.today || rc=3
75 if ! cmp -s ${LOG}/${label}.today ${tmpf} >/dev/null; then
80 ${tmpf} | eval "${filter}"
82 mv ${tmpf} ${LOG}/${label}.today || rc=3
85 rm -f ${tmpf}
/freebsd-10-stable/lib/libc/tests/stdio/
H A Dmkostemp_test.c54 char tmpf[sizeof(template)]; local
58 memcpy(tmpf, template, sizeof(tmpf));
59 fd = mkostemp(tmpf, oflags);
66 if (memcmp(tmpf, template, sizeof(tmpf) - 8 - 1) != 0) {
69 testnum++, oflags, tmpf);
86 if (stat(tmpf, &st1) == -1) {
89 testnum++, oflags, tmpf, strerror(errno));
118 (void)unlink(tmpf);
168 char tmpf[sizeof(template)]; local
[all...]
/freebsd-10-stable/usr.sbin/pmcannotate/
H A Dpmcannotate.c422 char tmpf[MAXPATHLEN * 2 + 50]; local
429 bzero(tmpf, sizeof(tmpf));
439 snprintf(tmpf, sizeof(tmpf),
444 snprintf(tmpf, sizeof(tmpf),
448 if (system(tmpf) != 0)
672 char tmpf[MAXPATHLEN * 2 + 50]; local
720 bzero(tmpf, sizeo
[all...]
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_futex.c355 struct futex *f, *tmpf; local
361 *newf = tmpf = NULL;
374 if (tmpf != NULL) {
375 if (FUTEX_LOCKED(tmpf))
376 futex_unlock(tmpf);
377 FUTEX_DESTROY(tmpf);
378 free(tmpf, M_FUTEX);
420 if (tmpf == NULL) {
422 tmpf = malloc(sizeof(*tmpf), M_FUTE
[all...]
/freebsd-10-stable/usr.sbin/edquota/
H A Dedquota.c430 editit(char *tmpf) argument
460 execlp(ed, ed, tmpf, (char *)0);
/freebsd-10-stable/contrib/libstdc++/
H A Dconfigure7447 typedef __complex__ float float_type; float_type tmpf;
7448 cabsf(tmpf);
7449 cargf(tmpf);
7450 ccosf(tmpf);
7451 ccoshf(tmpf);
7452 cexpf(tmpf);
7453 clogf(tmpf);
7454 csinf(tmpf);
7455 csinhf(tmpf);
7456 csqrtf(tmpf);
[all...]

Completed in 91 milliseconds