Searched refs:sfn (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/bin/ed/
H A Dbuf.c188 static char sfn[15] = ""; /* scratch file name */ variable
199 strcpy(sfn, "/tmp/ed.XXXXXX");
200 if ((fd = mkstemp(sfn)) == -1 ||
204 perror(sfn);
220 fprintf(stderr, "%s: %s\n", sfn, strerror(errno));
225 unlink(sfn);
238 unlink(sfn);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dinfcmd.c799 struct symbol *sfn;
840 sfn = find_pc_function (sal.pc);
841 if (fn != NULL && sfn != fn)
851 if (sfn != NULL)
853 fixup_symbol_section (sfn, 0);
854 if (section_is_overlay (SYMBOL_BFD_SECTION (sfn)) &&
855 !section_is_mapped (SYMBOL_BFD_SECTION (sfn)))
793 struct symbol *sfn; local
/freebsd-10.0-release/lib/libstand/
H A Ddosfs.c516 u_char sfn[13]; local
568 cp_sfn(sfn, &dir[ent].de);
569 ok = !strcasecmp(name, (const char *)sfn);
624 cp_sfn(u_char *sfn, DOS_DE *de) argument
629 p = sfn;
642 if (*sfn == 5)
643 *sfn = 0xe5;
/freebsd-10.0-release/sys/kern/
H A Dsys_generic.c1214 struct selfd *sfn; local
1223 STAILQ_FOREACH_SAFE(sfp, &stp->st_selq, sf_link, sfn) {
1371 struct selfd *sfn; local
1385 STAILQ_FOREACH_SAFE(sfp, &stp->st_selq, sf_link, sfn) {
1705 struct selfd *sfn; local
1715 TAILQ_FOREACH_SAFE(sfp, &sip->si_tdlist, sf_threads, sfn) {
1803 struct selfd *sfn; local
1806 STAILQ_FOREACH_SAFE(sfp, &stp->st_selq, sf_link, sfn)
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dsrconv.c1159 dsy.sfn = 0;
1324 dln.sfn = nints (lc);
1353 dln.sfn[idx] = 0;

Completed in 79 milliseconds