| /freebsd/contrib/libxo/tests/core/saved/ |
| H A D | test_07.JPu.out | 18 "first_name": "Jim", 27 "first_name": "Terry", 36 "first_name": "Leslie", 45 "first_name": "Ashley", 53 "first_name": "0123456789", 61 "first_name": "ახლა",
|
| H A D | test_05.JPu.out | 37 "first_name": "Jim", 45 "first_name": "Terry", 53 "first_name": "Leslie", 61 "first_name": "Ashley", 68 "first_name": "0123456789", 75 "first_name": "ახლა", 83 "first_name": "෴ණ්ණ෴෴ණ්ණ෴",
|
| H A D | test_04.JPu.out | 5 "first_name": "Terry", 10 "first_name": "Leslie", 15 "first_name": "Ashley",
|
| H A D | test_06.JPu.out | 5 "first_name": "Terry", 10 "first_name": "Leslie", 15 "first_name": "Ashley",
|
| H A D | test_03.JPu.out | 17 "first_name": "Terry", 22 "first_name": "Leslie", 27 "first_name": "Ashley",
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | write_entry.c | 335 char *first_name, *other_names; in _nc_write_entry() local 349 first_name = name_list; in _nc_write_entry() 372 DEBUG(7, ("First name = '%s'", first_name)); in _nc_write_entry() 375 _nc_set_type(first_name); in _nc_write_entry() 432 if (strlen(first_name) >= limit2) { in _nc_write_entry() 434 saved = first_name[limit2]; in _nc_write_entry() 435 first_name[limit2] = '\0'; in _nc_write_entry() 439 LEAF_FMT "/%.*s", UChar(first_name[0]), in _nc_write_entry() 441 first_name); in _nc_write_entry() 444 first_name[limit2] = saved; in _nc_write_entry() [all …]
|
| H A D | name_match.c | 39 #define FirstName _nc_globals.first_name
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 545 const char *first_name = GetArgumentName(arg_entry[0].arg_type); in GetFormattedCommandArguments() local 549 str.Printf("<%s> <%s>", first_name, second_name); in GetFormattedCommandArguments() 552 str.Printf("[<%s> <%s>]", first_name, second_name); in GetFormattedCommandArguments() 555 str.Printf("<%s> <%s> [<%s> <%s> [...]]", first_name, second_name, in GetFormattedCommandArguments() 556 first_name, second_name); in GetFormattedCommandArguments() 559 str.Printf("[<%s> <%s> [<%s> <%s> [...]]]", first_name, second_name, in GetFormattedCommandArguments() 560 first_name, second_name); in GetFormattedCommandArguments() 563 str.Printf("<%s_1> <%s_1> ... <%s_n> <%s_n>", first_name, second_name, in GetFormattedCommandArguments() 564 first_name, second_name); in GetFormattedCommandArguments() 567 str.Printf("[<%s_1> <%s_1> ... <%s_n> <%s_n>]", first_name, second_name, in GetFormattedCommandArguments() [all …]
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | term.priv.h | 204 char * first_name; member
|
| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | cc_keyring.c | 1572 const char *first_name, *keytype, *sep, *subsidiary_name; in krcc_ptcursor_next() local 1586 first_name = (ptd->primary_name != NULL) ? ptd->primary_name : in krcc_ptcursor_next() 1589 first_name, 0); in krcc_ptcursor_next() 1593 first_name, cache_out); in krcc_ptcursor_next()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AttrDocs.td | 3998 static const char *first_name; 4003 printf(fmt, first_name, todays_temperature); 4005 printf(fmt, first_name, wind_speed); 4028 static const char *first_name; 4034 printf(fmt, first_name, todays_temperature); // no dignostic 4035 …printf(fmt, first_name, wind_speed); // warning: format specifies type 'int' but the argument has …
|