Searched refs:tname (Results 1 - 25 of 80) sorted by relevance

1234

/freebsd-current/crypto/openssl/include/openssl/
H A Dasn1t.h108 # define ASN1_ITEM_TEMPLATE(tname) \
109 static const ASN1_TEMPLATE tname##_item_tt
111 # define ASN1_ITEM_TEMPLATE_END(tname) \
113 ASN1_ITEM_start(tname) \
116 &tname##_item_tt,\
120 #tname \
121 ASN1_ITEM_end(tname)
122 # define static_ASN1_ITEM_TEMPLATE_END(tname) \
124 static_ASN1_ITEM_start(tname) \
127 &tname##_item_t
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_descriptions.h38 void Init(u32 tid, const char *tname);
H A Dmemprof_descriptions.cpp36 void MemprofThreadIdAndName::Init(u32 tid, const char *tname) { argument
39 if (tname[0] != '\0')
40 internal_snprintf(&name[len], sizeof(name) - len, " (%s)", tname);
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dn_pkey.c19 #define ASN1_BROKEN_SEQUENCE(tname) \
20 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
21 ASN1_SEQUENCE(tname)
/freebsd-current/sys/contrib/libsodium/dist-build/
H A Demscripten.sh157 tname=$(echo "$file" | sed 's/.js$//')
158 cp -f "${tname}.exp" "browser/${tname}.exp"
159 sed "s/{{tname}}/${tname}/" index.html.tpl > "browser/${tname}.html"
160 echo "${tname}.html" >> "browser/tests.txt"
/freebsd-current/crypto/openssl/crypto/conf/
H A Dconf_ssl.c47 struct ssl_conf_name_st *tname = ssl_names + i; local
49 OPENSSL_free(tname->name);
50 for (j = 0; j < tname->cmd_count; j++) {
51 OPENSSL_free(tname->cmds[j].cmd);
52 OPENSSL_free(tname->cmds[j].arg);
54 OPENSSL_free(tname->cmds);
/freebsd-current/sys/contrib/openzfs/lib/libspl/
H A Dassert.c134 char tname[64]; local
136 libspl_getthreadname(tname, sizeof (tname));
152 libspl_gettid(), tname);
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c635 const char *tname,
652 (void *) tp, _nc_visbuf(tname), Filedes, (void *) errret));
661 T((T_CALLED("setupterm(%s,%d,%p)"), _nc_visbuf(tname), Filedes, (void *) errret));
664 if (tname == 0) {
665 tname = getenv("TERM");
667 if (!VALID_TERM_ENV(tname, NO_TERMINAL)) {
668 T(("Failure with TERM=%s", NonNull(tname)));
672 if (!NonEmpty(tname))
673 tname = "unknown";
675 if (!NonEmpty(tname)) {
634 TINFO_SETUP_TERM(TERMINAL **tp, const char *tname, int Filedes, int *errret, int reuse) argument
983 _nc_setupterm(const char *tname, int Filedes, int *errret, int reuse) argument
1011 setupterm(const char *tname, int Filedes, int *errret) argument
[all...]
/freebsd-current/contrib/blocklist/libexec/
H A Dblacklistd-helper63 tname="port$6"
64 /sbin/ipfw table $tname create type addr 2>/dev/null
65 /sbin/ipfw -q table $tname add "$addr/$mask"
69 table"("$tname")" to any dst-port $6 >/dev/null && \
/freebsd-current/usr.sbin/services_mkdb/
H A Dservices_mkdb.c53 static char tname[MAXPATHLEN]; variable
141 (void)snprintf(tname, sizeof(tname), "%s.tmp", dbname);
142 db = dbopen(tname, O_RDWR | O_CREAT | O_EXCL,
145 err(1, "Error opening temporary database `%s'", tname);
166 err(1, "Error closing temporary database `%s'", tname);
172 if (rename(tname, dbname) == -1 ||
179 err(1, "Cannot rename `%s' to `%s'", tname, dbname);
348 if (tname[0])
349 (void)unlink(tname);
[all...]
/freebsd-current/contrib/lua/src/
H A Dlauxlib.h54 LUALIB_API int (luaL_typeerror) (lua_State *L, int arg, const char *tname);
70 LUALIB_API int (luaL_newmetatable) (lua_State *L, const char *tname);
71 LUALIB_API void (luaL_setmetatable) (lua_State *L, const char *tname);
72 LUALIB_API void *(luaL_testudata) (lua_State *L, int ud, const char *tname);
73 LUALIB_API void *(luaL_checkudata) (lua_State *L, int ud, const char *tname);
136 #define luaL_argexpected(L,cond,arg,tname) \
137 ((void)(luai_likely(cond) || luaL_typeerror(L, (arg), (tname))))
H A Dlauxlib.c193 LUALIB_API int luaL_typeerror (lua_State *L, int arg, const char *tname) { argument
202 msg = lua_pushfstring(L, "%s expected, got %s", tname, typearg);
311 LUALIB_API int luaL_newmetatable (lua_State *L, const char *tname) { argument
312 if (luaL_getmetatable(L, tname) != LUA_TNIL) /* name already in use? */
316 lua_pushstring(L, tname);
317 lua_setfield(L, -2, "__name"); /* metatable.__name = tname */
319 lua_setfield(L, LUA_REGISTRYINDEX, tname); /* registry.name = metatable */
324 LUALIB_API void luaL_setmetatable (lua_State *L, const char *tname) { argument
325 luaL_getmetatable(L, tname);
330 LUALIB_API void *luaL_testudata (lua_State *L, int ud, const char *tname) { argument
345 luaL_checkudata(lua_State *L, int ud, const char *tname) argument
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libzpool/
H A Dutil.c117 char *tname; local
124 tname = umem_zalloc(len, UMEM_NOFAIL);
125 (void) strlcpy(tname, cname, len);
127 tname[strlen(tname)] = '0' + np;
128 show_vdev_stats(tname, ctype, cnv, indent + 2);
129 umem_free(tname, len);
/freebsd-current/usr.sbin/btxld/
H A Dbtxld.c109 static const char *tname; /* Temporary output file */ variable
186 if (tname)
187 (void)remove(tname);
254 if (!(tname = strdup(name)))
276 err(2, "%s", tname);
282 err(2, "%s", tname);
283 if (rename(tname, oname))
284 err(2, "%s: Can't rename to %s", tname, oname);
285 free((void*)(intptr_t)tname);
286 tname
[all...]
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dgen_template.c332 tlist_cmp_name(const char *tname, const char *qname) argument
334 struct tlist *tl = tlist_find_by_name(tname);
618 char *tname = NULL, *elname = NULL; local
627 if (asprintf(&tname, "tag_%s_%p", name ? name : "", t) < 0 || tname == NULL)
629 output_name(tname);
631 if (asprintf(&elname, "%s_%s", basetype, tname) < 0 || elname == NULL)
644 free(tname);
651 const char *type = NULL, *tname, *dupname; local
656 tname
691 char *tname = NULL; local
[all...]
H A Dgen_length.c250 char *tname = NULL; local
251 if (asprintf(&tname, "%s_tag", tmpstr) < 0 || tname == NULL)
253 length_type (name, t->subtype, variable, tname);
256 free(tname);
H A Dgen_encode.c390 char *tname = NULL; local
392 if (asprintf (&tname, "%s_tag", tmpstr) < 0 || tname == NULL)
394 c = encode_type (name, t->subtype, tname);
401 free (tname);
/freebsd-current/lib/libmp/tests/
H A Dlegacy_test.c38 testmcmp(const MINT *mp1, const MINT *mp2, const char *tname) argument
42 printf("ok %d - %s\n", ++tnr, tname);
44 printf("not ok - %d %s\n", ++tnr, tname);
/freebsd-current/contrib/nvi/common/
H A Dexf.c124 char *oname, *tname; local
176 if ((tname =
181 if ((fd = mkstemp(tname)) == -1 || fstat(fd, &sb)) {
182 free(tname);
189 frp->tname = tname;
192 if ((frp->name = strdup(tname)) == NULL) {
197 oname = frp->tname;
426 if (frp->tname != NULL) {
427 (void)unlink(frp->tname);
[all...]
/freebsd-current/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h51 LUALIB_API int (luaL_newmetatable) (lua_State *L, const char *tname);
52 LUALIB_API void (luaL_setmetatable) (lua_State *L, const char *tname);
53 LUALIB_API void *(luaL_testudata) (lua_State *L, int ud, const char *tname);
54 LUALIB_API void *(luaL_checkudata) (lua_State *L, int ud, const char *tname);
/freebsd-current/contrib/bmake/
H A Dmeta.c237 const char *tname,
254 if ((tname_base = strrchr(tname, '/')) != NULL) {
255 if (cached_realpath(tname, buf) != NULL) {
262 tname = buf;
270 if (tname[0] == '/') {
271 strlcpy(buf, tname, sizeof buf);
273 snprintf(buf, sizeof buf, "%s/%s", cwd, tname);
276 tname = buf;
280 tp = bmake_strdup(tname);
283 if (snprintf(mname, mnamelen, "%s.meta", tname) >
235 meta_name(char *mname, size_t mnamelen, const char *dname, const char *tname, const char *cwd) argument
468 const char *tname; local
1084 const char *tname; local
[all...]
/freebsd-current/contrib/mtree/
H A Dspec.c115 char *buf, *tname, *ntname; local
120 tname = NULL;
173 if ((ntname = realloc(tname, plen)) == NULL)
175 tname = ntname;
178 if (strunvis(tname, p) == -1)
180 p = tname;
196 mtree_err("%s: %s", tname,
204 mtree_err("%s: empty leaf element", tname);
/freebsd-current/usr.bin/netstat/
H A Dsctp.c325 const char *tname, *pname; local
376 tname = "1to1";
378 tname = "1toN";
380 tname = "????";
388 pname, tname);
407 "{:type/%-5.5s/%s} ", pname, tname);
431 "{:type/%-5.5s/%s} ", pname, tname);
472 pname, tname);
/freebsd-current/bin/ps/
H A Dextern.h84 char *tname(KINFO *, VARENT *);
/freebsd-current/lib/libc/resolv/
H A Dres_findzonecut.c274 char tname[NS_MAXDNAME]; local
286 if (ns_makecanon(dname, tname, sizeof tname) < 0)
288 dname = tname;
525 char tname[MAXDNAME]; local
549 tname, sizeof tname) < 0) {
555 nsrr->name = strdup(tname);

Completed in 282 milliseconds

1234