| /freebsd-12.1/crypto/heimdal/kadmin/ |
| H A D | mod.c | 60 struct getarg_strings *strings) in add_constrained_delegation() argument 71 if (strings->num_strings == 1 && strings->strings[0][0] == '\0') { in add_constrained_delegation() 79 calloc(strings->num_strings, in add_constrained_delegation() 84 ret = krb5_parse_name(contextp, strings->strings[i], &p); in add_constrained_delegation() 107 struct getarg_strings *strings) in add_aliases() argument 121 if (strings->num_strings == 1 && strings->strings[0][0] == '\0') { in add_aliases() 126 calloc(strings->num_strings, in add_aliases() 131 ret = krb5_parse_name(contextp, strings->strings[i], &p); in add_aliases() 163 if (strings->num_strings == 1 && strings->strings[0][0] == '\0') { in add_pkinit_acl() 168 calloc(strings->num_strings, in add_pkinit_acl() [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/roken/ |
| H A D | getusershell.c | 103 if (strings != NULL) in endusershell() 104 free(strings); in endusershell() 105 strings = NULL; in endusershell() 129 free(strings); in initshells() 130 strings = NULL; in initshells() 141 strings = malloc(cp - tmp); in initshells() 142 if(strings == NULL) { in initshells() 147 memcpy(strings, tmp, cp - tmp); in initshells() 164 free(strings); in initshells() 165 strings = NULL; in initshells() [all …]
|
| H A D | getarg.c | 332 char **strings; in add_string() local 334 strings = realloc(s->strings, (s->num_strings + 1) * sizeof(*s->strings)); in add_string() 335 if (strings == NULL) { in add_string() 336 free(s->strings); in add_string() 337 s->strings = NULL; in add_string() 341 s->strings = strings; in add_string() 342 s->strings[s->num_strings] = value; in add_string() 577 free (s->strings); in free_getarg_strings()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/bdb/ |
| H A D | strings-table.c | 46 DB *strings; in svn_fs_bdb__open_strings_table() local 53 BDB_ERR(strings->set_flags(strings, DB_DUP)); in svn_fs_bdb__open_strings_table() 55 BDB_ERR((strings->open)(SVN_BDB_OPEN_PARAMS(strings, NULL), in svn_fs_bdb__open_strings_table() 70 *strings_p = strings; in svn_fs_bdb__open_strings_table() 95 bfd->strings->cursor(bfd->strings, trail->db_txn, in locate_key() 301 bfd->strings->cursor(bfd->strings, trail->db_txn, in get_key_and_bump() 381 db_err = bfd->strings->del(bfd->strings, trail->db_txn, &query, 0); in svn_fs_bdb__string_clear() 400 bfd->strings->put(bfd->strings, trail->db_txn, in svn_fs_bdb__string_clear() 456 db_err = bfd->strings->del(bfd->strings, trail->db_txn, in svn_fs_bdb__string_delete() 492 bfd->strings->cursor(bfd->strings, trail->db_txn, in svn_fs_bdb__string_copy() [all …]
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libexecinfo/ |
| H A D | t_backtrace.c | 71 char **strings; in myfunc3() local 82 strings = backtrace_symbols_fmt(buffer, nptrs, "%n"); in myfunc3() 84 ATF_CHECK(strings != NULL); in myfunc3() 90 printf("#%zu: %s\n", j, strings[j]); in myfunc3() 95 ATF_CHECK_STREQ(strings[0], "myfunc3"); in myfunc3() 96 ATF_CHECK_STREQ(strings[1], "myfunc2"); in myfunc3() 99 ATF_CHECK_STREQ(strings[j], "myfunc1"); in myfunc3() 103 strcmp(strings[j], frames[i].name)) { in myfunc3() 107 ATF_CHECK_STREQ(strings[j], frames[i].name); in myfunc3() 110 free(strings); in myfunc3()
|
| /freebsd-12.1/usr.bin/xstr/ |
| H A D | xstr.c | 126 if (strings == NULL) in main() 128 fdesc = mkstemp(strings); in main() 148 if (strings[0] == '/') in main() 149 ignore(unlink(strings)); in main() 385 err(4, "%s", strings); in flushsh() 393 err(4, "%s", strings); in flushsh() 397 err(4, "%s", strings); in flushsh() 436 err(5, "%s", strings); in xsdotc() 447 warn("%s", strings); in xsdotc() 488 if (strings[0] == '/') in onintr() [all …]
|
| /freebsd-12.1/contrib/ipfilter/lib/ |
| H A D | save_file.c | 30 file_parse(strings) in file_parse() argument 31 char **strings; in file_parse() 39 if (strings[0] != NULL && strings[0][0] != '\0') { 41 if (!strncmp(strings[0], "raw://", 6)) { 43 ctx->path = strdup(strings[0] + 6); 45 } else if (!strncmp(strings[0], "file://", 7)) { 46 ctx->path = strdup(strings[0] + 7);
|
| H A D | save_execute.c | 25 execute_parse(char **strings) in execute_parse() argument 31 if (ctx != NULL && strings[0] != NULL && strings[0][0] != '\0') { in execute_parse() 32 ctx->path = strdup(strings[0]); in execute_parse()
|
| H A D | save_nothing.c | 26 nothing_parse(char **strings) in nothing_parse() argument 31 strings = strings; /* gcc -Wextra */ in nothing_parse()
|
| H A D | save_syslog.c | 28 syslog_parse(char **strings) in syslog_parse() argument 40 if (strings[0] != NULL && strings[0][0] != '\0') { in syslog_parse() 41 str = strdup(*strings); in syslog_parse()
|
| /freebsd-12.1/crypto/heimdal/appl/gssmask/ |
| H A D | common.c | 83 permutate_all(struct getarg_strings *strings, size_t *size) in permutate_all() argument 90 list = ecalloc(strings->num_strings, sizeof(*list)); in permutate_all() 91 for (i = 0; i < strings->num_strings; i++) in permutate_all() 92 list[i] = strings->strings[i]; in permutate_all() 94 permute(&all, size, list, 0, strings->num_strings); in permutate_all()
|
| /freebsd-12.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | MKcaptab.sh | 66 next_string(const char *strings, unsigned *offset) 68 *offset += (unsigned) strlen(strings + *offset) + 1; 74 const char *strings) 82 (*actual)[n].nte_name = strings + len; 86 next_string(strings, &len); 95 (*actual)[n].field = strings + source[n].field; \\ 101 const char *strings,
|
| /freebsd-12.1/crypto/heimdal/lib/hx509/ |
| H A D | hxtool-commands.in | 41 type = "strings" 54 type = "strings" 60 type = "strings" 66 type = "strings" 72 type = "strings" 127 type = "strings" 134 type = "strings" 140 type = "strings" 184 type = "strings" 190 type = "strings" [all …]
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | UI_STRING.pod | 67 This is only useful for B<UIT_PROMPT> and B<UIT_VERIFY> type strings. 73 This is only useful for B<UIT_VERIFY> type strings. 82 For B<UIT_PROMPT> and B<UIT_VERIFY> type UI strings, this sets the 86 For B<UIT_BOOLEAN> type UI strings, this sets the first character of 98 only useful with normal C strings. 109 string for B<UIT_BOOLEAN> type UI strings, NULL for any other type. 112 B<UIT_PROMPT> and B<UIT_VERIFY> type UI strings, NULL for any other 116 content length for B<UIT_PROMPT> and B<UIT_VERIFY> type UI strings, 120 string for B<UIT_VERIFY> type UI strings, NULL for any other type. 123 the UI string for B<UIT_PROMPT> and B<UIT_VERIFY> type strings, [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBStringList.cpp | 70 void SBStringList::AppendList(const SBStringList &strings) { in AppendList() argument 71 if (strings.IsValid()) { in AppendList() 74 m_opaque_ap->AppendList(*(strings.m_opaque_ap)); in AppendList() 78 void SBStringList::AppendList(const StringList &strings) { in AppendList() argument 81 m_opaque_ap->AppendList(strings); in AppendList()
|
| /freebsd-12.1/crypto/heimdal/lib/kadm5/ |
| H A D | sample_passwd_check.c | 75 char *strings[2]; in check_cracklib() local 78 strings[0] = principal->name.name_string.val[0]; /* XXX */ in check_cracklib() 79 strings[1] = NULL; in check_cracklib() 82 msg = FascistCheck(s, DICTPATH, strings); in check_cracklib()
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_util.c | 517 archive_utility_string_sort_helper(char **strings, unsigned int n) in archive_utility_string_sort_helper() argument 529 pivot = strings[0]; in archive_utility_string_sort_helper() 532 if (strcmp(strings[i], pivot) < 0) in archive_utility_string_sort_helper() 543 lesser[lesser_count - 1] = strings[i]; in archive_utility_string_sort_helper() 556 greater[greater_count - 1] = strings[i]; in archive_utility_string_sort_helper() 563 strings[i] = lesser[i]; in archive_utility_string_sort_helper() 567 strings[lesser_count] = pivot; in archive_utility_string_sort_helper() 572 strings[lesser_count + 1 + i] = greater[i]; in archive_utility_string_sort_helper() 579 archive_utility_string_sort(char **strings) in archive_utility_string_sort() argument 582 while (strings[size] != NULL) in archive_utility_string_sort() [all …]
|
| /freebsd-12.1/contrib/atf/atf-c++/ |
| H A D | utils_test.cpp | 249 std::set< std::string > strings; in ATF_TEST_CASE_BODY() local 250 strings.insert("First"); in ATF_TEST_CASE_BODY() 251 strings.insert("Second"); in ATF_TEST_CASE_BODY() 253 ATF_REQUIRE( atf::utils::grep_collection("irs", strings)); in ATF_TEST_CASE_BODY() 254 ATF_REQUIRE( atf::utils::grep_collection("cond", strings)); in ATF_TEST_CASE_BODY() 255 ATF_REQUIRE(!atf::utils::grep_collection("Third", strings)); in ATF_TEST_CASE_BODY() 261 std::vector< std::string > strings; in ATF_TEST_CASE_BODY() local 262 strings.push_back("First"); in ATF_TEST_CASE_BODY() 263 strings.push_back("Second"); in ATF_TEST_CASE_BODY() 265 ATF_REQUIRE( atf::utils::grep_collection("irs", strings)); in ATF_TEST_CASE_BODY() [all …]
|
| /freebsd-12.1/gnu/usr.bin/cc/cc_tools/ |
| H A D | i386-freebsd.opt | 3 mno-align-long-strings 5 Do not align long strings specially 7 malign-long-strings
|
| /freebsd-12.1/contrib/ncurses/progs/ |
| H A D | tput.c | 308 char *strings[1 + NUM_PARM]; in tput() local 318 strings[k] = argv[k]; in tput() 325 strings[k] = 0; in tput() 330 s = TPARM_2(s, numbers[1], strings[2]); in tput() 333 s = TPARM_3(s, numbers[1], strings[2], strings[3]); in tput() 338 #define myParam(n) (p_is_s[n - 1] != 0 ? ((TPARM_ARG) strings[n]) : numbers[n]) in tput()
|
| /freebsd-12.1/crypto/openssl/crypto/ui/ |
| H A D | ui_lib.c | 80 sk_UI_STRING_pop_free(ui->strings, free_string); in UI_free() 88 if (ui->strings == NULL) { in allocate_string_stack() 89 ui->strings = sk_UI_STRING_new_null(); in allocate_string_stack() 90 if (ui->strings == NULL) { in allocate_string_stack() 134 ret = sk_UI_STRING_push(ui->strings, s); in general_allocate_string() 179 ret = sk_UI_STRING_push(ui->strings, s); in general_allocate_boolean() 438 if (i >= sk_UI_STRING_num(ui->strings)) { in UI_get0_result() 442 return UI_get0_result_string(sk_UI_STRING_value(ui->strings, i)); in UI_get0_result() 451 if (i >= sk_UI_STRING_num(ui->strings)) { in UI_get_result_length() 488 for (i = 0; i < sk_UI_STRING_num(ui->strings); i++) { in UI_process() [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/krb5/ |
| H A D | config_file.c | 927 char **strings = NULL; in krb5_config_vget_strings() local 941 char **tmp2 = realloc(strings, (nstr + 1) * sizeof(*strings)); in krb5_config_vget_strings() 944 strings = tmp2; in krb5_config_vget_strings() 954 char **tmp = realloc(strings, (nstr + 1) * sizeof(*strings)); in krb5_config_vget_strings() 957 strings = tmp; in krb5_config_vget_strings() 958 strings[nstr] = NULL; in krb5_config_vget_strings() 960 return strings; in krb5_config_vget_strings() 963 free(strings[nstr]); in krb5_config_vget_strings() 964 free(strings); in krb5_config_vget_strings() 1007 char **s = strings; in krb5_config_free_strings() [all …]
|
| /freebsd-12.1/usr.bin/mail/ |
| H A D | strings.c | 64 struct strings *sp; in salloc() 100 struct strings *sp; in sreset() 122 struct strings *sp; in spreserve()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | stabs.c | 192 sinfo->strings = _bfd_stringtab_init (); in _bfd_link_section_stabs() 193 if (sinfo->strings == NULL) in _bfd_link_section_stabs() 196 (void) _bfd_stringtab_add (sinfo->strings, "", TRUE, TRUE); in _bfd_link_section_stabs() 283 *pstridx = _bfd_stringtab_add (sinfo->strings, string, TRUE, TRUE); in _bfd_link_section_stabs() 461 sinfo->stabstr->size = _bfd_stringtab_size (sinfo->strings); in _bfd_link_section_stabs() 706 bfd_put_32 (output_bfd, _bfd_stringtab_size (sinfo->strings), in _bfd_write_section_stabs() 734 + _bfd_stringtab_size (sinfo->strings)) in _bfd_write_stab_strings() 743 if (! _bfd_stringtab_emit (output_bfd, sinfo->strings)) in _bfd_write_stab_strings() 747 _bfd_stringtab_free (sinfo->strings); in _bfd_write_stab_strings()
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | extractExternal.cpp | 157 StringTable(const set<string> &strings) { in StringTable() argument 164 for (length = sizeof(unsigned), it = strings.begin(); it != strings.end(); in StringTable() 179 for (p = data + sizeof(unsigned), it = strings.begin(); it != strings.end(); in StringTable() 294 set<string> strings; // set of all occurring symbols, appropriately prefixed in hideSymbols() local 329 strings.insert( in hideSymbols() 338 StringTable stringTableNew = StringTable(strings); in hideSymbols()
|