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

/freebsd-10.2-release/etc/periodic/security/
H A Dsecurity.functions59 tmpf="$1"; shift
62 if [ "${tmpf}" = "-" ]; then
63 tmpf=`mktemp -t security`
64 cat > ${tmpf}
71 cp ${tmpf} ${LOG}/${label}.today || rc=3
74 if ! cmp -s ${LOG}/${label}.today ${tmpf} >/dev/null; then
79 ${tmpf} | eval "${filter}"
81 mv ${tmpf} ${LOG}/${label}.today || rc=3
84 rm -f ${tmpf}
/freebsd-10.2-release/tools/regression/lib/libc/stdio/
H A Dtest-mkostemp.c52 char tmpf[sizeof(template)]; local
56 memcpy(tmpf, template, sizeof(tmpf));
57 fd = mkostemp(tmpf, oflags);
64 if (memcmp(tmpf, template, sizeof(tmpf) - 8 - 1) != 0) {
67 testnum++, oflags, tmpf);
84 if (stat(tmpf, &st1) == -1) {
87 testnum++, oflags, tmpf, strerror(errno));
116 (void)unlink(tmpf);
137 char tmpf[sizeof(template)]; local
[all...]
/freebsd-10.2-release/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.2-release/sys/compat/linux/
H A Dlinux_futex.c306 struct futex *f, *tmpf; local
312 *newf = tmpf = NULL;
325 if (tmpf != NULL) {
326 FUTEX_UNLOCK(tmpf);
327 FUTEX_DESTROY(tmpf);
328 free(tmpf, M_FUTEX);
369 if (tmpf == NULL) {
371 tmpf = malloc(sizeof(*tmpf), M_FUTEX, M_WAITOK | M_ZERO);
372 tmpf
[all...]
/freebsd-10.2-release/usr.sbin/edquota/
H A Dedquota.c430 editit(char *tmpf) argument
460 execlp(ed, ed, tmpf, (char *)0);
/freebsd-10.2-release/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 110 milliseconds