Home
last modified time | relevance | path

Searched refs:first_name (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_07.JPu.out18 "first_name": "Jim",
27 "first_name": "Terry",
36 "first_name": "Leslie",
45 "first_name": "Ashley",
53 "first_name": "0123456789",
61 "first_name": "ახლა",
H A Dtest_05.JPu.out37 "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 Dtest_04.JPu.out5 "first_name": "Terry",
10 "first_name": "Leslie",
15 "first_name": "Ashley",
H A Dtest_06.JPu.out5 "first_name": "Terry",
10 "first_name": "Leslie",
15 "first_name": "Ashley",
H A Dtest_03.JPu.out17 "first_name": "Terry",
22 "first_name": "Leslie",
27 "first_name": "Ashley",
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c335 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 Dname_match.c39 #define FirstName _nc_globals.first_name
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp545 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 Dterm.priv.h204 char * first_name; member
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_keyring.c1572 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 DAttrDocs.td3998 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 …