Searched refs:exp_name (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/tcsh/ |
| H A D | tw.parse.c | 874 recognize(struct Strbuf *exp_name, const Char *item, size_t name_length, in recognize() argument 883 exp_name->len = 0; in recognize() 884 Strbuf_append(exp_name, item); in recognize() 885 Strbuf_terminate(exp_name); in recognize() 889 for (x = exp_name->s, ent = item; *x && (*x & TRIM) == (*ent & TRIM); in recognize() 893 for (x = exp_name->s, ent = item; *x; x++, ent++) { in recognize() 908 exp_name->len = x - exp_name->s; in recognize() 927 struct Strbuf *exp_name, Char *target, const Char *pat, in tw_collect_items() argument 1046 exp_name->len = 0; /* (not trying is important for ~) */ in tw_collect_items() 1047 Strbuf_terminate(exp_name); in tw_collect_items() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.cpp | 100 auto exp_name = child.getName(); in ParseObjects() local 101 if (exp_name) { in ParseObjects() 102 obj.ar_name = ConstString(exp_name.get()); in ParseObjects() 104 LLDB_LOG_ERROR(l, exp_name.takeError(), in ParseObjects()
|
| /freebsd/crypto/libecc/src/hash/ |
| H A D | hash_algs.c | 34 const char *exp_name = (const char *)_hm->name; in get_hash_by_name() local 36 if ((!are_str_equal(hash_name, exp_name, &check)) && check) { in get_hash_by_name()
|
| /freebsd/contrib/atf/atf-c/detail/ |
| H A D | fs_test.c | 901 const char *exp_name) in do_umask_check() argument 907 printf("Creating temporary %s with umask %05o\n", exp_name, test_mask); in do_umask_check()
|