Searched refs:first_name (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dname_match.c38 #define FirstName _nc_globals.first_name
H A Dwrite_entry.c277 char *first_name, *other_names; local
291 first_name = name_list;
313 DEBUG(7, ("First name = '%s'", first_name));
316 _nc_set_type(first_name);
369 if (strlen(first_name) >= sizeof(filename) - (2 + LEAF_LEN))
373 LEAF_FMT "/%s", first_name[0], first_name);
401 check_writeable(first_name[0]);
442 if (first_name[0] == linkname[0])
443 strncpy(symlinkname, first_name, sizeo
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp444 const char *first_name = GetArgumentName(arg_entry[0].arg_type); local
448 str.Printf("<%s> <%s>", first_name, second_name);
451 str.Printf("[<%s> <%s>]", first_name, second_name);
454 str.Printf("<%s> <%s> [<%s> <%s> [...]]", first_name, second_name,
455 first_name, second_name);
458 str.Printf("[<%s> <%s> [<%s> <%s> [...]]]", first_name, second_name,
459 first_name, second_name);
462 str.Printf("<%s_1> <%s_1> ... <%s_n> <%s_n>", first_name, second_name,
463 first_name, second_name);
466 str.Printf("[<%s_1> <%s_1> ... <%s_n> <%s_n>]", first_name, second_nam
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Darchive.c1790 char *first_name = NULL;
1814 first_name = bfd_alloc (arch, 1);
1815 if (first_name == NULL)
1915 if (first_name != NULL)
1916 bfd_release (arch, first_name);
1925 if (first_name != NULL)
1926 bfd_release (arch, first_name);
1781 char *first_name = NULL; local

Completed in 137 milliseconds