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

/freebsd-9.3-release/bin/ed/
H A Dbuf.c191 char sfn[15] = ""; /* scratch file name */ variable
202 strcpy(sfn, "/tmp/ed.XXXXXX");
203 if ((fd = mkstemp(sfn)) == -1 ||
207 perror(sfn);
223 fprintf(stderr, "%s: %s\n", sfn, strerror(errno));
228 unlink(sfn);
241 unlink(sfn);
/freebsd-9.3-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-9.3-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-9.3-release/sys/kern/
H A Dsys_generic.c1176 struct selfd *sfn; local
1185 STAILQ_FOREACH_SAFE(sfp, &stp->st_selq, sf_link, sfn) {
1338 struct selfd *sfn; local
1349 STAILQ_FOREACH_SAFE(sfp, &stp->st_selq, sf_link, sfn) {
1663 struct selfd *sfn; local
1673 TAILQ_FOREACH_SAFE(sfp, &sip->si_tdlist, sf_threads, sfn) {
1758 struct selfd *sfn; local
1761 STAILQ_FOREACH_SAFE(sfp, &stp->st_selq, sf_link, sfn)
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dsrconv.c1159 dsy.sfn = 0;
1324 dln.sfn = nints (lc);
1353 dln.sfn[idx] = 0;

Completed in 122 milliseconds