Home
last modified time | relevance | path

Searched refs:cname (Results 1 – 25 of 37) sorted by relevance

12

/dragonfly/bin/chio/
HDchio.c173 do_move(const char *cname, int argc, char **argv) in do_move() argument
189 warnx("%s: too few arguments", cname); in do_move()
192 warnx("%s: too many arguments", cname); in do_move()
217 cname); in do_move()
233 cname, *argv); in do_move()
246 "<from ET> <from EU> <to ET> <to EU> [inv]\n", __progname, cname); in do_move()
251 do_exchange(const char *cname, int argc, char **argv) in do_exchange() argument
267 warnx("%s: too few arguments", cname); in do_exchange()
270 warnx("%s: too many arguments", cname); in do_exchange()
318 cname, *argv); in do_exchange()
[all …]
/dragonfly/contrib/nvi2/common/
HDkey.c186 for (p = gp->cname[ch].name, t = v_key_name(sp, ch), in v_key_ilookup()
187 len = gp->cname[ch].len = sp->clen; len--;) in v_key_ilookup()
229 return (sp->cname); in v_key_name()
233 len = wctomb(sp->cname, ach); in v_key_name()
236 sp->cname[(len = 1)-1] = (u_char)ach; in v_key_name()
238 ch = (u_char)sp->cname[0]; in v_key_name()
239 sp->cname[len] = '\0'; in v_key_name()
243 if (strstr(chp, sp->cname) != NULL) in v_key_name()
246 if (strstr(chp, sp->cname) != NULL) in v_key_name()
267 sp->cname[0] = '^'; in v_key_name()
[all …]
HDgs.h114 sp->gp->cname[(unsigned char)ch].len : v_key_len(sp, ch))
117 sp->gp->cname[(unsigned char)ch].name : v_key_name(sp, ch))
121 } cname[MAX_FAST_KEY + 1]; /* Fast lookup table. */ member
HDscreen.h82 char cname[MAX_CHARACTER_COLUMNS + 1]; member
/dragonfly/contrib/ldns/drill/
HDchasetrace.c157 ldns_rr_list *cname = NULL; in do_trace() local
268 cname = ldns_pkt_rr_list_by_type( in do_trace()
272 if (ldns_rr_list_rr_count(cname) == 0) in do_trace()
276 ldns_rr_list_print(stdout, cname); in do_trace()
279 name = ldns_rr_rdf(ldns_rr_list_rr(cname, 0), 0); in do_trace()
280 ldns_rr_list_free(cname); in do_trace()
281 cname = NULL; in do_trace()
/dragonfly/contrib/gcc-4.7/libssp/ssp/
HDssp.h.in56 # define __SSP_ASMNAME(cname) __SSP_ASMNAME2 (__USER_LABEL_PREFIX__, cname) argument
57 # define __SSP_ASMNAME2(prefix, cname) __SSP_ASMNAME3 (prefix) cname argument
/dragonfly/contrib/gcc-8.0/libssp/ssp/
HDssp.h.in56 # define __SSP_ASMNAME(cname) __SSP_ASMNAME2 (__USER_LABEL_PREFIX__, cname) argument
57 # define __SSP_ASMNAME2(prefix, cname) __SSP_ASMNAME3 (prefix) cname argument
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDfriend.c462 tree cname = TYPE_NAME (ctype); in do_friend() local
463 if (TREE_CODE (cname) == TYPE_DECL) in do_friend()
464 cname = DECL_NAME (cname); in do_friend()
467 if (flags == NO_SPECIAL && declarator == cname) in do_friend()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDfriend.c528 tree cname = TYPE_NAME (ctype); in do_friend() local
529 if (TREE_CODE (cname) == TYPE_DECL) in do_friend()
530 cname = DECL_NAME (cname); in do_friend()
533 if (flags == NO_SPECIAL && declarator == cname) in do_friend()
/dragonfly/contrib/gdb-7/gdb/
HDvarobj.c3235 char **cname, struct value **cvalue, struct type **ctype, in c_describe_child() argument
3244 if (cname) in c_describe_child()
3245 *cname = NULL; in c_describe_child()
3260 if (cname) in c_describe_child()
3261 *cname in c_describe_child()
3299 if (cname) in c_describe_child()
3303 *cname = xstrdup (ANONYMOUS_STRUCT_NAME); in c_describe_child()
3305 *cname = xstrdup (ANONYMOUS_UNION_NAME); in c_describe_child()
3313 if (cname) in c_describe_child()
3314 *cname = xstrdup (field_name); in c_describe_child()
[all …]
HDminsyms.c206 char *cname = cp_canonicalize_string (name); in lookup_minimal_symbol() local
208 if (cname) in lookup_minimal_symbol()
210 modified_name = cname; in lookup_minimal_symbol()
/dragonfly/crypto/openssh/
HDssh.c253 resolve_host(const char *name, int port, int logerr, char *cname, size_t clen) in resolve_host() argument
263 if (cname != NULL) in resolve_host()
264 *cname = '\0'; in resolve_host()
272 if (cname != NULL) in resolve_host()
281 if (cname != NULL && res->ai_canonname != NULL) { in resolve_host()
285 } else if (strlcpy(cname, res->ai_canonname, clen) >= clen) { in resolve_host()
289 *cname = '\0'; in resolve_host()
387 check_follow_cname(int direct, char **namep, const char *cname) in check_follow_cname() argument
392 if (*cname == '\0' || !config_has_permitted_cnames(&options) || in check_follow_cname()
393 strcmp(*namep, cname) == 0) in check_follow_cname()
[all …]
/dragonfly/sys/dev/sound/pcm/
HDac97.c580 ac97_hw_desc(u_int32_t id, const char* vname, const char* cname, char* buf) in ac97_hw_desc() argument
582 if (cname == NULL) { in ac97_hw_desc()
590 ksprintf(buf, "%s %s AC97 Codec (id = 0x%08x)", vname, cname, id); in ac97_hw_desc()
592 ksprintf(buf, "%s %s AC97 Codec", vname, cname); in ac97_hw_desc()
601 const char *cname, *vname; in ac97_initmixer() local
649 cname = NULL; in ac97_initmixer()
656 cname = ac97codecid[i].name; in ac97_initmixer()
756 ac97_hw_desc(codec->id, vname, cname, desc)); in ac97_initmixer()
/dragonfly/contrib/grep/lib/
HDcdefs.h186 # define __ASMNAME(cname) __ASMNAME2 (__USER_LABEL_PREFIX__, cname) argument
187 # define __ASMNAME2(prefix, cname) __STRING (prefix) cname argument
/dragonfly/crypto/libressl/apps/openssl/
HDs_cb.c264 const char *cname; in ssl_print_tmp_key() local
287 if ((cname = EC_curve_nid2nist(nid)) == NULL) in ssl_print_tmp_key()
288 cname = OBJ_nid2sn(nid); in ssl_print_tmp_key()
290 BIO_printf(out, "ECDH, %s, %d bits\n", cname, EVP_PKEY_bits(pkey)); in ssl_print_tmp_key()
/dragonfly/sys/vfs/isofs/cd9660/
HDcd9660_vnops.c372 char *cname, *sname; in iso_shipdir() local
375 cname = idp->current.de.d_name; in iso_shipdir()
376 assoc = (cl > 1) && (*cname == ASSOCCHAR); in iso_shipdir()
379 cname++; in iso_shipdir()
391 || bcmp(sname,cname,sl)) { in iso_shipdir()
/dragonfly/contrib/bmake/
HDmake.c601 UpdateImplicitParentsVars(GNode *cgn, const char *cname) in UpdateImplicitParentsVars() argument
609 Var_Set(pgn, IMPSRC, cname); in UpdateImplicitParentsVars()
676 const char *cname; /* the child's name */ in Make_Update() local
685 cname = GNode_VarTarget(cgn); in Make_Update()
813 UpdateImplicitParentsVars(cgn, cname); in Make_Update()
/dragonfly/contrib/nvi2/regex/
HDcname.h39 static struct cname { struct
/dragonfly/crypto/libressl/crypto/asn1/
HDasn_mime.c284 const char *mime_prefix, *mime_eol, *cname = "smime.p7m"; in SMIME_write_ASN1() local
352 cname = "smime.p7z"; in SMIME_write_ASN1()
357 BIO_printf(bio, " filename=\"%s\"%s", cname, mime_eol); in SMIME_write_ASN1()
361 BIO_printf(bio, " name=\"%s\"%s", cname, mime_eol); in SMIME_write_ASN1()
/dragonfly/usr.bin/localedef/
HDwide.c75 const char *cname; member
648 _encoding = mb_encodings[i].cname; in set_wide_encoding()
/dragonfly/contrib/file/src/
HDreadelf.c841 unsigned char *cname, *cp; in do_core_note() local
915 cname = CAST(unsigned char *, in do_core_note()
917 for (cp = cname; cp < nbuf + size && *cp in do_core_note()
924 while (cp > cname && isspace(cp[-1])) in do_core_note()
928 CAST(size_t, cp - cname), in do_core_note()
929 RCAST(char *, cname))) == -1) in do_core_note()
/dragonfly/lib/libc/tre-regex/
HDcname.h38 static const struct cname { struct
/dragonfly/contrib/nvi2/ex/
HDex_tag.c1031 char *cname = NULL, *dname = NULL, *name = NULL; in ctag_sfile() local
1090 cname = t; in ctag_sfile()
1116 if (tl ? strncmp(tname, cname, tl) : strcmp(tname, cname)) in ctag_sfile()
/dragonfly/lib/libc/net/
HDgetaddrinfo.c2108 char *cp, *tname, *cname; in _gethtent() local
2128 cname = NULL; in _gethtent()
2136 if (cname == NULL) in _gethtent()
2137 cname = cp; in _gethtent()
2170 if (get_canonname(pai, res, cname) != 0) { in _gethtent()
/dragonfly/contrib/binutils-2.34/gas/config/
HDobj-elf.c1493 char *cname, *pname; in obj_elf_get_vtable_inherit() local
1500 c = get_symbol_name (& cname); in obj_elf_get_vtable_inherit()
1501 csym = symbol_find (cname); in obj_elf_get_vtable_inherit()
1510 cname); in obj_elf_get_vtable_inherit()

12