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

/netbsd-current/bin/ed/
H A Dbuf.c202 char *sfn = NULL; /* scratch file name */ variable
220 (void)asprintf(&sfn, "%sed.XXXXXX", tmp);
222 (void)asprintf(&sfn, "%s/ed.XXXXXX", tmp);
223 if (sfn == NULL) {
231 if ((fd = mkstemp(sfn)) == -1 || (sfp = fdopen(fd, "w+")) == NULL) {
234 warn("%s", sfn);
250 fprintf(stderr, "%s: %s\n", sfn, strerror(errno));
255 if (sfn) {
256 unlink(sfn);
257 free(sfn);
[all...]
/netbsd-current/usr.sbin/npf/npftest/
H A Dnpftest.c129 char sfn[32]; local
136 strlcpy(sfn, "/tmp/npftest_cdb.XXXXXX", sizeof(sfn));
137 if ((fd = mkstemp(sfn)) == -1) {
140 unlink(sfn);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Frontend/
H A DCheckerRegistry.h118 void addChecker(RegisterCheckerFn Fn, ShouldRegisterFunction sfn,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h130 CheckerInfo(RegisterCheckerFn Fn, ShouldRegisterFunction sfn, StringRef Name, argument
132 : Initialize(Fn), ShouldRegister(sfn), FullName(Name), Desc(Desc),
/netbsd-current/sys/lib/libsa/
H A Ddosfs.c518 u_char sfn[13]; local
587 cp_sfn(sfn, &dir[ent].de);
588 ok = !strcasecmp(name, (const char *)sfn);
651 cp_sfn(u_char *sfn, struct direntry *de) argument
656 p = sfn;
669 if (*sfn == 5)
670 *sfn = 0xe5;
/netbsd-current/lib/libnpf/
H A Dnpf.c1161 char sfn[32]; local
1197 strncpy(sfn, "/tmp/npfcdb.XXXXXX", sizeof(sfn));
1198 sfn[sizeof(sfn) - 1] = '\0';
1200 if ((fd = mkstemp(sfn)) == -1) {
1204 unlink(sfn);
/netbsd-current/tests/usr.sbin/certctl/
H A Dt_certctl.sh425 ln -sfn empty certs
458 ln -sfn "$(atf_get_srcdir)/certs2"/*.pem certs/
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dinfcmd.c1069 struct symbol *sfn;
1100 sfn = find_pc_function (sal.pc);
1101 if (fn != NULL && sfn != fn)
1111 if (sfn != NULL)
1115 fixup_symbol_section (sfn, 0);
1116 section = SYMBOL_OBJ_SECTION (symbol_objfile (sfn), sfn);
1066 struct symbol *sfn; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinfcmd.c1068 struct symbol *sfn;
1099 sfn = find_pc_function (sal.pc);
1100 if (fn != nullptr && sfn != fn)
1110 if (sfn != nullptr)
1114 fixup_symbol_section (sfn, 0);
1115 section = sfn->obj_section (sfn->objfile ());
1065 struct symbol *sfn; local
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cc/
H A Dcc.c1524 char *sfn = xstrdup("/tmp/ctm.XXXXXX"); local
1527 if ((fd = mkstemp(sfn)) == -1)
1528 errorx(8, "%s: %s\n", sfn, strerror(errno));
1530 return sfn;
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dsrconv.c1123 dsy.sfn = 0;
1290 dln.sfn = nints (lc);
1319 dln.sfn[idx] = 0;
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dsrconv.c1123 dsy.sfn = 0;
1290 dln.sfn = nints (lc);
1319 dln.sfn[idx] = 0;
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dsrconv.c1122 dsy.sfn = 0;
1289 dln.sfn = nints (lc);
1318 dln.sfn[idx] = 0;
/netbsd-current/external/mit/xorg/lib/gallium/
H A DMakefile87 drivers/r600/sfn \
680 GALLIUM_SOURCES.drivers/r600/sfn = \ macro
859 .for _f in ${GALLIUM_SOURCES.drivers/r600} ${GALLIUM_SOURCES.drivers/r600/sb} ${GALLIUM_SOURCES.drivers/radeonsi} ${GALLIUM_SOURCES.drivers/r600/sfn}
/netbsd-current/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_);
4664 auto e = new AST.DeclarationExp(loc, sfn);

Completed in 324 milliseconds