Searched refs:names (Results 51 - 75 of 496) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dintdoc.c102 static const struct _ffeintrin_name_ names[] = { variable in typeref:struct:_ffeintrin_name_
273 for (i = 0; ((size_t) i) < ARRAY_SIZE (names); ++i)
275 if (names[i].generic != FFEINTRIN_genNONE)
276 dumpgen (1, names[i].name_ic, names[i].name_uc,
277 names[i].generic);
278 if (names[i].specific != FFEINTRIN_specNONE)
279 dumpspec (1, names[i].name_ic, names[i].name_uc,
280 names[
[all...]
/openbsd-current/usr.bin/patch/
H A Dpch.c255 struct file_name names[MAX_FILE]; local
258 memset(names, 0, sizeof(names));
299 names[OLD_FILE].path = fetchname(s + 4,
300 &names[OLD_FILE].exists, strippath);
306 names[NEW_FILE].path = fetchname(s + off,
307 &names[NEW_FILE].exists, strippath);
314 names[OLD_FILE].path = fetchname(s + off,
315 &names[OLD_FILE].exists, strippath);
317 names[INDEX_FIL
1391 posix_name(const struct file_name *names, bool assume_exists) argument
1421 compare_names(const struct file_name *names, bool assume_exists) argument
1468 best_name(const struct file_name *names, bool assume_exists) argument
[all...]
/openbsd-current/games/monop/
H A Dhouses.c16 * 3. Neither the name of the University nor the names of its contributors
38 static char *names[N_MON+2], variable
71 names[num_mon] = (monops[num_mon]=mp)->name;
98 names[num_mon++] = "done";
99 names[num_mon--] = 0;
100 if ((p=getinp("Which property do you wish to buy houses for? ", names)) == num_mon)
214 names[num_mon] = (monops[num_mon]=mp)->name;
232 names[num_mon++] = "done";
233 names[num_mon--] = 0;
234 if ((p=getinp("Which property do you wish to sell houses from? ", names))
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dobj-ecoff.c131 static const char *const names[] = { local
139 #define n_names ((int) (sizeof (names) / sizeof (names[0])))
141 /* Sections that match names, order to be straightened out later. */
152 if (!strcmp ((*sec)->name, names[i]))
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-ecoff.c64 static const char *const names[] = local
73 #define n_names ((int) (sizeof (names) / sizeof (names[0])))
75 /* Sections that match names, order to be straightened out later. */
86 if (!strcmp (sec->name, names[i]))
/openbsd-current/usr.sbin/ldapd/
H A Dschema.h22 #define OBJ_NAME(obj) ((obj)->names ? SLIST_FIRST((obj)->names)->name : \
66 struct name_list *names; member in struct:attr_type
104 struct name_list *names; member in struct:object
/openbsd-current/gnu/usr.bin/perl/cpan/Scalar-List-Utils/
H A Dmulticall.h44 SV** const names = AvARRAY(svp[0]); local
48 if (names_fill >= ix && names[ix] != &PL_sv_undef) {
49 const char sigil = SvPVX(names[ix])[0];
50 if ((SvFLAGS(names[ix]) & SVf_FAKE) || sigil == '&') {
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp45 static StringMap<int> createIndexMap(const ArrayRef<StringRef> &names, argument
48 assert(names.size() == altNames.size());
49 for (unsigned i = 0; i < names.size(); ++i) {
50 map.insert(std::pair(names[i], i));
/openbsd-current/gnu/llvm/llvm/utils/
H A Dextract_symbols.py134 # MSVC mangles names to ?<identifier_mangling>@<type_mangling>. By examining the
138 # Keep unmangled (i.e. extern "C") names
141 # Remove calling convention decoration from names
198 # Keep unmangled names
201 # Discard manglings that aren't nested names
208 names, _ = parse_itanium_nested_name(match.group(2))
211 if not names:
215 if re.match('[CD][123]', names[-1][0]) and names[-2][1]:
223 elif names[
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Drddbg.c103 } names[] = { { ".stab", ".stabstr" }, local
111 for (i = 0; i < sizeof names / sizeof names[0]; i++)
115 sec = bfd_get_section_by_name (abfd, names[i].secname);
116 strsec = bfd_get_section_by_name (abfd, names[i].strsecname);
129 bfd_get_filename (abfd), names[i].secname,
139 bfd_get_filename (abfd), names[i].strsecname,
187 bfd_get_filename (abfd), names[i].secname,
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Drddbg.c104 names[] = local
116 for (i = 0; i < sizeof names / sizeof names[0]; i++)
120 sec = bfd_get_section_by_name (abfd, names[i].secname);
121 strsec = bfd_get_section_by_name (abfd, names[i].strsecname);
134 bfd_get_filename (abfd), names[i].secname,
144 bfd_get_filename (abfd), names[i].strsecname,
192 bfd_get_filename (abfd), names[i].secname,
/openbsd-current/gnu/usr.bin/perl/lib/
H A Doverloading.pm13 map { exists $overload::numbers::names{"($_"}
14 ? $overload::numbers::names{"($_"}
/openbsd-current/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverName.h32 // This one takes an array of names. It is always MatchType = Exact.
33 BreakpointResolverName(const lldb::BreakpointSP &bkpt, const char *names[],
39 // This one takes a C++ array of names. It is always MatchType = Exact.
41 std::vector<std::string> names,
/openbsd-current/gnu/usr.bin/perl/dist/Data-Dumper/t/
H A Dvalues.t10 my (@values, @names);
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dauxv.exp151 set names [glob -nocomplain -directory $coredir *core*]
152 if {[llength $names] == 1} {
153 set file [file join $coredir [lindex $names 0]]
H A Dbigcore.exp152 set names [glob -nocomplain $pat]
153 if {[llength $names] == 1} {
154 set file [lindex $names 0]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dbsd-uthread.c235 const char **names = bsd_uthread_solib_names;
237 for (names = bsd_uthread_solib_names; *names; names++)
239 if (strncmp (so->so_original_name, *names, strlen (*names)) == 0)
234 const char **names = bsd_uthread_solib_names; local
/openbsd-current/lib/libc/net/
H A Dgetifaddrs.c69 char *names; local
171 names = data + dcnt;
190 ift->ifa_name = names;
192 memcpy(names, dl->sdl_data, dl->sdl_nlen);
193 names[dl->sdl_nlen] = 0;
194 names += dl->sdl_nlen + 1;
/openbsd-current/sys/dev/fdt/
H A Diicmux.c90 char *names; local
105 len = OF_getproplen(node, "pinctrl-names");
111 names = malloc(len, M_DEVBUF, M_WAITOK);
112 OF_getprop(node, "pinctrl-names", names, len);
113 end = names + len;
114 name = names;
121 free(names, M_DEVBUF, len);
/openbsd-current/lib/libcurses/
H A Dterm_entry.h82 #define ExtBoolname(tp,i,names) EXT_NAMES(tp, i, BOOLCOUNT, (i - (tp->num_Booleans - tp->ext_Booleans)), names)
83 #define ExtNumname(tp,i,names) EXT_NAMES(tp, i, NUMCOUNT, (i - (tp->num_Numbers - tp->ext_Numbers)) + tp->ext_Booleans, names)
84 #define ExtStrname(tp,i,names) EXT_NAMES(tp, i, STRCOUNT, (i - (tp->num_Strings - tp->ext_Strings)) + (tp->ext_Numbers + tp->ext_Booleans), names)
/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/
H A Dos2_clipboard.t138 my $names = join ',', sort '#1', qw(perltest/unknown perltest/unknown1
142 is((join ',', sort map AtomName($_), @f), $names, "formats are $names");
146 is((join ',', sort @f), $names, "formats are $names");
/openbsd-current/sys/ddb/
H A Ddb_dwarf.c171 read_filename(struct dwbuf *names, const char **outdirname, argument
181 if (!read_uleb128(names, &dummy))
186 struct dwbuf dirnames = *names;
189 if (!read_string(names, &name))
200 if (!read_string(names, &basename) || *basename == '\0' ||
201 !read_uleb128(names, &dir) ||
202 !read_uleb128(names, &mtime) ||
203 !read_uleb128(names, &size))
253 * Directory and file names are next in the header, but for now we
256 struct dwbuf names local
[all...]
/openbsd-current/usr.bin/mail/
H A Dnames.c1 /* $OpenBSD: names.c,v 1.25 2019/06/28 13:35:02 deraadt Exp $ */
2 /* $NetBSD: names.c,v 1.5 1996/06/08 19:48:32 christos Exp $ */
16 * 3. Neither the name of the University nor the names of its contributors
78 * Extract a list of names from a line,
79 * and make a list of names from it.
110 * Turn a list of names into a string of the same names.
204 outof(struct name *names, FILE *fo, struct header *hp) argument
213 return(names);
215 top = names;
367 usermap(struct name *names) argument
464 elide(struct name *names) argument
[all...]
/openbsd-current/usr.bin/cu/
H A Dcu.c481 char *names; local
487 names = NULL;
492 if ((names = realloc(names, size)) == NULL)
494 if (sysctl(mib, 2, names, &size, NULL, 0) != -1)
499 return names;
503 find_ucom(const char *usbid, char *names) argument
507 if (names == NULL)
510 /* names is a comma separated list of "ucom<unit#>:<usb id>". */
512 for (ucom = strsep(&names, ","); uco
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dfix-header.c32 * The program can be given a list of (names of) required standard
142 /* A NAMELIST is a sequence of names, separated by '\0', and terminated
150 /* Used to mark names defined in the ANSI/ISO C standard. */
161 /* Used to mark names defined in the Posix.1 or Posix.2 standard. */
170 /* Used to mark names defined in X/Open Portability Guide. */
172 /* Used to mark names defined in X/Open UNIX Extensions. */
179 /* Used to indicate names that are not functions */
184 namelist names; member in struct:symbol_list
205 add_symbols (flags, names)
207 namelist names;
220 const namelist names; member in struct:std_include_entry
[all...]

Completed in 1223 milliseconds

1234567891011>>