Searched refs:exp_name (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/tcsh/ |
| HD | 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 …]
|
| /trueos/contrib/atf/atf-c/detail/ |
| HD | fs_test.c | 893 const char *str_mask, const char *exp_name) in do_umask_check() argument 899 printf("Creating temporary %s with umask %s\n", exp_name, str_mask); in do_umask_check() 908 ATF_CHECK(strstr(buf, exp_name) != NULL); in do_umask_check()
|
| /trueos/contrib/binutils/binutils/ |
| HD | dlltool.c | 353 static char *exp_name; variable 1813 inform (_("Generating export file: %s"), exp_name); in gen_exp_file() 2038 assemble_file (TMP_ASM, exp_name); in gen_exp_file() 3299 exp_name = optarg; in main() 3373 if (!dll_name && exp_name) in main() 3378 const char* exp_basename = lbasename (exp_name); in main() 3410 if (exp_name) in main()
|
| HD | ChangeLog-9899 | 115 * dlltool.c (assemble_file): Remove spurious test of exp_name.
|