Searched refs:names (Results 1 - 25 of 496) sorted by relevance

1234567891011>>

/openbsd-current/lib/libcurses/base/
H A DMKkeyname.awk48 names = names"\n\t\""$1"\\0\""
63 print "static const char key_names[] = "names";"
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D990519-1.c4 gboolean names : 1; member in struct:__anon6914
9 return o->types && o->names;
/openbsd-current/usr.bin/users/
H A Dusers.c16 * 3. Neither the name of the University nor the names of its contributors
49 namebuf *names = NULL; local
81 newnames = reallocarray(names, newmax,
82 sizeof(*names));
88 names = newnames;
92 (void)strncpy(names[ncnt], utmp.ut_name, UT_NAMESIZE);
98 qsort(names, ncnt, UT_NAMESIZE, scmp);
99 (void)printf("%.*s", UT_NAMESIZE, names[0]);
101 if (strncmp(names[cnt], names[cn
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dpretty1.C13 static char const *names[] = variable
22 error = strcmp (ptr, names[current++]);
/openbsd-current/gnu/usr.bin/cvs/diff/
H A Ddir.c27 char const **names; /* Sorted names of files in dir, 0-terminated. */ member in struct:dirdata
28 char *data; /* Allocated storage for file names. */
47 char const **names; local
56 dirdata->names = 0;
111 /* Create the `names' table from the `data' table. */
112 dirdata->names = names = (char const **) xmalloc (sizeof (char *)
116 names[i] = data;
119 names[nname
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/t/
H A Dconstants.t8 my @names = map {chomp;$_} <MACROS>;
10 plan tests => @names * 2 + 2;
22 if(@names) {
23 for my $name (@names) {
/openbsd-current/games/monop/
H A Dmorg.c16 * 3. Neither the name of the University nor the names of its contributors
41 static char *names[MAX_PRP+2], variable
89 printf("Your only mortageable property is %s\n", names[0]);
94 prop = getinp("Which property do you want to mortgage? ", names);
115 names[num_good] = op->sqr->name;
119 names[num_good++] = "done";
120 names[num_good--] = 0;
152 printf("Your only mortaged property is %s\n", names[0]);
157 prop = getinp("Which property do you want to unmortgage? ", names);
174 names[num_goo
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/
H A Dgdb680.exp33 mi_gdb_test "-data-list-register-names -1" \
35 "-data-list-register-names -1, try $count"
/openbsd-current/usr.bin/talk/
H A Dget_names.c16 * 3. Neither the name of the University nor the names of its contributors
57 char *names; local
91 names = strdup(argv[1]);
92 if (names == NULL)
94 for (cp = names; *cp && !strchr("@:!.", *cp); cp++)
98 his_name = names;
103 his_name = names;
108 his_machine_name = names;
130 free(names);
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_mitigations.c21 static const char * const names[] = { variable
39 BUILD_BUG_ON(ARRAY_SIZE(names) >= BITS_PER_TYPE(mitigations));
76 for (i = 0; i < ARRAY_SIZE(names); i++) {
77 if (!strcmp(tok, names[i])) {
85 if (i == ARRAY_SIZE(names)) {
117 for (i = 0; i < ARRAY_SIZE(names); i++) {
122 "%s%s,", enable ? "" : "!", names[i]);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dvax-nat.c102 struct nlist names[2];
104 names[0].n_name = "_u";
105 names[1].n_name = NULL;
106 if (nlist (_PATH_UNIX, names) == 0)
107 vax_kernel_u_addr = names[0].n_value;
100 struct nlist names[2]; local
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dexercise_makedef.pl61 my ($names, $args, $key, $vals, @rest) = @_;
65 $bad += expand([@$names, "$key=$i"], [@$args, $v], @rest);
70 my $name = join ',', @$names;
/openbsd-current/gnu/usr.bin/perl/lib/overload/
H A Dnumbers.pm16 our @names = qw#
172 { my $i = 0; our %names = map { $_ => $i++ } @names }
/openbsd-current/gnu/usr.bin/texinfo/util/
H A Dfixref.gawk77 names[name] = lname
92 names[name] = lname # added 7/18/97
132 if (! (line in names)) # sanity checking
134 else if (names[line] != line && names[line] !~ /[:,]/) {
136 newref = refkind line ", ," names[line] "}"
/openbsd-current/gnu/usr.bin/perl/ext/I18N-Langinfo/
H A DMakefile.PL14 my @names = 'CODESET'; # CODESET isn't an enum in old glibc's langinfo.h
15 push @names, # This lot are always enums in old langinfo.h:
26 push @names, # This lot are only enums for __SVR4_I386_ABI_L1__:
35 NAMES => \@names,
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/tests/
H A Dnode-expand2 # Test command expansion in node names.
7 ../makeinfo --commands-in-node-names $srcdir/node-expand.txi
/openbsd-current/lib/libcrypto/x509/
H A Dx509_internal.h33 * Limit the number of names and constraints we will check in a chain
40 * Hold the parsed and validated result of names from a certificate.
55 struct x509_constraints_name **names; member in struct:x509_constraints_names
64 struct x509_constraints_names *names; /* All names from all certs */ member in struct:x509_verify_chain
106 int x509_constraints_names_add(struct x509_constraints_names *names,
109 struct x509_constraints_names *names);
110 void x509_constraints_names_clear(struct x509_constraints_names *names);
114 void x509_constraints_names_free(struct x509_constraints_names *names);
125 int x509_constraints_extract_names(struct x509_constraints_names *names,
[all...]
H A Dx509_constraints.c124 x509_constraints_names_clear(struct x509_constraints_names *names) argument
128 for (i = 0; i < names->names_count; i++)
129 x509_constraints_name_free(names->names[i]);
130 free(names->names);
131 memset(names, 0, sizeof(*names));
135 x509_constraints_names_free(struct x509_constraints_names *names) argument
137 if (names
145 x509_constraints_names_add(struct x509_constraints_names *names, struct x509_constraints_name *name) argument
164 x509_constraints_names_dup(struct x509_constraints_names *names) argument
760 x509_constraints_extract_names(struct x509_constraints_names *names, X509 *cert, int is_leaf, int *error) argument
1181 x509_constraints_check(struct x509_constraints_names *names, struct x509_constraints_names *permitted, struct x509_constraints_names *excluded, int *error) argument
1227 struct x509_constraints_names *names = NULL; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dprotector.h36 extern int search_string_def PARAMS ((tree names));
/openbsd-current/gnu/usr.bin/perl/ext/GDBM_File/
H A DMakefile.PL12 my @names = qw(GDBM_CACHESIZE GDBM_CENTFREE GDBM_COALESCEBLKS
18 push @names, {
28 push @names, {
57 push @names, {
95 NAMES => \@names
/openbsd-current/gnu/usr.bin/perl/regen/
H A Doverload.pl24 my (@enums, @names);
30 push @names, $name;
49 our \@names = qw#
50 @names
57 { my \$i = 0; our %names = map { \$_ => \$i++ } \@names }
66 my $op = $names[$_];
91 my $last = pop @names;
93 print $c map { " " . (length $_) . ",\n" } @names;
108 for (0..$#names) {
[all...]
/openbsd-current/lib/libc/gen/
H A Dscandir.c14 * 3. Neither the name of the University nor the names of its contributors
67 struct dirent *d, *p, **names = NULL; local
84 names = calloc(arraysz, sizeof(struct dirent *));
85 if (names == NULL)
90 continue; /* just selected names */
105 nnames = reallocarray(names,
110 names = nnames;
125 names[nitems++] = p;
129 qsort(names, nitems, sizeof(struct dirent *),
131 *namelist = names;
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dfini.c244 struct _name_root_ names[200]; local
261 for (i = 0; ((size_t) i) < ARRAY_SIZE (names); ++i)
263 names[i].first = (name) &names[i];
264 names[i].last = (name) &names[i];
390 /* Warn user if names aren't alphabetically ordered. */
401 /* Append name to end of alpha-sorted list (assumes names entered in
413 n = (name) &names[len];
414 while ((n->next != (name) &names[le
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/
H A DMakefile.PL86 my @names = qw(
109 my %names = map { $_, 1} @names ; #, 'BZ_VERSION';
120 delete $names{$1} if defined $1 ;
124 if ( keys %names )
126 my $missing = join ("\n\t", sort keys %names) ;
127 die "The following names are missing from \@EXPORT in Bzip2.pm\n" .
131 #push @names, {name => 'BZ_VERSION', type => 'PV' };
135 NAMES => \@names,
/openbsd-current/gnu/usr.bin/perl/dist/Data-Dumper/t/
H A Dnames.t13 my (@names);
20 @names = $obj->Names;
21 is_deeply(\@names, [qw(a b)], "Names() returned expected list");
26 is_deeply($objagain->{names}, \@newnames,
27 "Able to use Names() to set names to be dumped");
31 eval { @names = $obj->Names(\%newnames); };
39 is_deeply($objagain->{names}, \@newnames,
40 "Able to use Names() to set names to be dumped");
50 is_deeply($objagain->{names}, \@newnames,
51 "Able to use Names() to set names t
[all...]

Completed in 511 milliseconds

1234567891011>>