Home
last modified time | relevance | path

Searched refs:sfn (Results 1 – 22 of 22) sorted by relevance

/netbsd/bin/ed/
H A Dbuf.c220 (void)asprintf(&sfn, "%sed.XXXXXX", tmp); in open_sbuf()
223 if (sfn == NULL) { in open_sbuf()
234 warn("%s", sfn); in open_sbuf()
255 if (sfn) { in close_sbuf()
256 unlink(sfn); in close_sbuf()
257 free(sfn); in close_sbuf()
258 sfn = NULL; in close_sbuf()
272 if (sfn) { in quit()
273 unlink(sfn); in quit()
274 free(sfn); in quit()
[all …]
/netbsd/usr.sbin/npf/npftest/
H A Dnpftest.c129 char sfn[32]; in generate_test_cdb() local
136 strlcpy(sfn, "/tmp/npftest_cdb.XXXXXX", sizeof(sfn)); in generate_test_cdb()
137 if ((fd = mkstemp(sfn)) == -1) { in generate_test_cdb()
140 unlink(sfn); in generate_test_cdb()
/netbsd/sys/lib/libsa/
H A Ddosfs.c518 u_char sfn[13]; in lookup() local
587 cp_sfn(sfn, &dir[ent].de); in lookup()
588 ok = !strcasecmp(name, (const char *)sfn); in lookup()
651 cp_sfn(u_char *sfn, struct direntry *de) in cp_sfn() argument
656 p = sfn; in cp_sfn()
669 if (*sfn == 5) in cp_sfn()
670 *sfn = 0xe5; in cp_sfn()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h130 CheckerInfo(RegisterCheckerFn Fn, ShouldRegisterFunction sfn, StringRef Name, in CheckerInfo()
132 : Initialize(Fn), ShouldRegister(sfn), FullName(Name), Desc(Desc), in CheckerInfo()
/netbsd/lib/libnpf/
H A Dnpf.c1161 char sfn[32]; in _npf_table_build_const() local
1197 strncpy(sfn, "/tmp/npfcdb.XXXXXX", sizeof(sfn)); in _npf_table_build_const()
1198 sfn[sizeof(sfn) - 1] = '\0'; in _npf_table_build_const()
1200 if ((fd = mkstemp(sfn)) == -1) { in _npf_table_build_const()
1204 unlink(sfn); in _npf_table_build_const()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Frontend/
H A DCheckerRegistry.h118 void addChecker(RegisterCheckerFn Fn, ShouldRegisterFunction sfn,
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dinfcmd.c1066 struct symbol *sfn; in jump_command() local
1097 sfn = find_pc_function (sal.pc); in jump_command()
1098 if (fn != NULL && sfn != fn) in jump_command()
1108 if (sfn != NULL) in jump_command()
1112 fixup_symbol_section (sfn, 0); in jump_command()
1113 section = SYMBOL_OBJ_SECTION (symbol_objfile (sfn), sfn); in jump_command()
H A DChangeLog-19971594 * infcmd.c (jump_command): Don't try to dereference sfn if it's
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dinfcmd.c1066 struct symbol *sfn; in jump_command() local
1097 sfn = find_pc_function (sal.pc); in jump_command()
1098 if (fn != NULL && sfn != fn) in jump_command()
1108 if (sfn != NULL) in jump_command()
1112 fixup_symbol_section (sfn, 0); in jump_command()
1113 section = SYMBOL_OBJ_SECTION (symbol_objfile (sfn), sfn); in jump_command()
H A DChangeLog-19971594 * infcmd.c (jump_command): Don't try to dereference sfn if it's
/netbsd/external/bsd/pcc/dist/pcc/cc/cc/
H A Dcc.c1524 char *sfn = xstrdup("/tmp/ctm.XXXXXX"); in gettmp() local
1527 if ((fd = mkstemp(sfn)) == -1) in gettmp()
1528 errorx(8, "%s: %s\n", sfn, strerror(errno)); in gettmp()
1530 return sfn; in gettmp()
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Dsysroff.info289 (("source file number") (2 bytes) ("sfn"))
387 (("source file number") (2 bytes) ("sfn"))
H A Dsrconv.c1122 dsy.sfn = 0; in walk_tree_symbol()
1289 dln.sfn = nints (lc); in wr_dln()
1318 dln.sfn[idx] = 0; in wr_dln()
/netbsd/external/gpl3/gdb/dist/binutils/
H A Dsysroff.info289 (("source file number") (2 bytes) ("sfn"))
387 (("source file number") (2 bytes) ("sfn"))
H A Dsrconv.c1122 dsy.sfn = 0; in walk_tree_symbol()
1289 dln.sfn = nints (lc); in wr_dln()
1318 dln.sfn[idx] = 0; in wr_dln()
/netbsd/external/gpl3/binutils/dist/binutils/
H A Dsysroff.info289 (("source file number") (2 bytes) ("sfn"))
387 (("source file number") (2 bytes) ("sfn"))
H A Dsrconv.c1123 dsy.sfn = 0; in walk_tree_symbol()
1290 dln.sfn = nints (lc); in wr_dln()
1319 dln.sfn[idx] = 0; in wr_dln()
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Dsysroff.info289 (("source file number") (2 bytes) ("sfn"))
387 (("source file number") (2 bytes) ("sfn"))
H A Dsrconv.c1122 dsy.sfn = 0; in walk_tree_symbol()
1289 dln.sfn = nints (lc); in wr_dln()
1318 dln.sfn[idx] = 0; in wr_dln()
/netbsd/external/mit/xorg/lib/gallium/
H A DMakefile83 drivers/r600/sfn \
671 GALLIUM_SOURCES.drivers/r600/sfn = \
848 …UM_SOURCES.drivers/r600/sb} ${GALLIUM_SOURCES.drivers/radeonsi} ${GALLIUM_SOURCES.drivers/r600/sfn}
/netbsd/external/bsd/file/dist/magic/magdir/
H A Dfonts122 !:mime application/x-font-sfn
127 !:mime application/x-font-sfn
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcparse.d4663 auto sfn = new AST.VarDeclaration(loc, tfn, Id.__func__, ifn, STC.gshared | STC.immutable_); in createFuncName() local
4664 auto e = new AST.DeclarationExp(loc, sfn); in createFuncName()