Searched refs:names (Results 26 - 50 of 176) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/awk/
H A Dmaketab.c109 char *names[SIZE]; variable
139 names[tok-FIRSTTOKEN] = malloc(strlen(name)+1);
140 strcpy(names[tok-FIRSTTOKEN], name);
151 printf("\tnullproc,\t/* %s */\n", names[i]);
153 printf("\t%s,\t/* %s */\n", table[i], names[i]);
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetent.c70 ns_ldap_attr_t *names; local
88 names = __ns_ldap_getAttrStruct(result->entry, _N_NAME);
89 if (names == NULL || names->attrvalue == NULL) {
94 cname = __s_api_get_canonical_name(result->entry, names, 1);
106 cname = names->attrvalue[0];
120 for (i = 0; i < names->value_count; i++) {
121 if (names->attrvalue[i] == NULL) {
126 if (strcasecmp(names->attrvalue[i], cname) != 0) {
128 names
[all...]
H A Dgetprotoent.c142 ns_ldap_attr_t *names; local
160 names = __ns_ldap_getAttrStruct(result->entry, _P_NAME);
161 if (names == NULL || names->attrvalue == NULL) {
166 cname = __s_api_get_canonical_name(result->entry, names, 1);
180 if (names->value_count == 1) {
187 for (i = 0; i < names->value_count; i++) {
188 if (names->attrvalue[i] == NULL) {
193 if (strcasecmp(names->attrvalue[i], cname) != 0) {
195 names
[all...]
H A Dgetservent.c118 ns_ldap_attr_t *names = NULL, *protocol = NULL; local
156 /* Get services names */
157 names = __ns_ldap_getAttrStruct(result->entry, _S_NAME);
158 if (names == NULL || names->attrvalue == NULL) {
164 cname = __s_api_get_canonical_name(result->entry, names, 1);
240 for (i = 0; i < names->value_count; i++) {
241 if (names->attrvalue[i] == NULL) {
246 if (strcmp(cname, names->attrvalue[i]) != 0) {
248 names
[all...]
H A Dgethostent.c77 ns_ldap_attr_t *names; local
166 /* Get host names */
167 names = __ns_ldap_getAttrStruct(entry, _H_NAME);
168 if (names == NULL || names->attrvalue == NULL) {
174 cname = __s_api_get_canonical_name(entry, names, 1);
203 for (i = 0; i < names->value_count; i++) {
204 name = names->attrvalue[i];
264 * on fully qualified host names (foo.bar.sun.com)
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dovsec_kadmd.c375 * Set the rpcsec_gss svc names for all net interfaces.
421 auth_gssapi_name names[6]; local
469 names[0].name = names[1].name = names[2].name = names[3].name = NULL;
470 names[4].name = names[5].name =NULL;
471 names[0].type = names[
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dstats.c89 uint64_t *values, char **names, size_t nr)
95 ASSERT(!(strlen(names[i]) >= sizeof (ctr.name)));
96 (void) strncpy((char *)ctr.name, names[i],
88 rdsv3_stats_info_copy(struct rdsv3_info_iterator *iter, uint64_t *values, char **names, size_t nr) argument
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Darmada-388-gp.dts66 pinctrl-names = "default";
81 pinctrl-names = "default";
92 pinctrl-names = "default";
105 pinctrl-names = "default";
123 pinctrl-names = "default";
130 pinctrl-names = "default";
145 pinctrl-names = "default";
158 pinctrl-names = "default";
171 pinctrl-names = "default";
189 pinctrl-names
[all...]
H A Dbananapi.dts70 pinctrl-names = "default";
H A Dcubieboard.dts66 pinctrl-names = "default";
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_clone/
H A Dzfs_clone_010_pos.ksh85 snapshot=$(echo "$names" | grep $ds$clone_snap@snap)
150 names=$(zfs list -rt all -o name $TESTPOOL)
159 names=$(zfs list -rt all -o name $TESTPOOL)
168 names=$(zfs list -rt all -o name $TESTPOOL)
186 names=$(zfs list -rtall -o name $TESTPOOL)
188 status=$(echo "$names" | grep $snap)
194 status=$(echo "$names" | grep $dclone)
207 names=$(zfs list -rt all -o name,clones $TESTPOOL)
/illumos-gate/usr/src/cmd/ypcmd/
H A Dstdhosts.c171 "%s: Warning: no host names on line %d, "
230 * names <= MAXALIASES + 1, ie one canonical name + MAXALIASES aliases
242 int names = 0; /* Number of names found */ local
275 names++;
276 if (names > (MAXALIASES+1)) { /* cname + MAXALIASES */
280 "host names on line %d, "
302 if (names == 1) /* First space is a '\t' */
316 if (names > 0) {
322 "%s: Warning: no host names o
[all...]
H A Dgetlist.c70 * Assemble the list of names
73 names(filename) function
129 list = names(argv[1]);
H A Dyp_getalias.c62 extern listofnames *names();
89 list = names(ALIASLIST);
/illumos-gate/usr/src/lib/libshell/common/features/
H A Dmath.sh35 names=
54 [fi]) names="$names $name"
68 for name in $names
105 for name in $names
/illumos-gate/usr/src/cmd/make/bin/
H A Dread2.cc143 if(current_names->used != 0 && current_names->names[current_names->used-1] == plus) {
150 if (current_names->used == VSIZEOF(current_names->names)) {
162 current_names->names[current_names->used++] = name;
176 * A string has been found to contain member names.
178 * Handle it pretty much as enter_name() does for simple names.
286 if (current_names->used == VSIZEOF(current_names->names)) {
305 current_names->names[current_names->used++] = name;
488 next = &target_list->names[i + 1];
491 &target_list->next->names[0] : NULL;
519 tail_target_group->name = target_list->names[
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_set.c86 viprintf("Mark:%c\t%d\n", k+'a', names[k]);
173 if (names[k] == (*tmpadr &~ 01)) {
176 "\nMark:%c\t%d\t", k+'a', names[k]);
179 "Mark:%c\t%d\t", k+'a', names[k]);
216 if (names[k] == (*tmpadr &~ 01)) {
219 "\nMark:%c\t%d\t", k+'a', names[k]);
222 "Mark:%c\t%d\t", k+'a', names[k]);
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dmisc_free.c49 kadm5_free_name_list(void *server_handle, char **names, int count) argument
54 free(names[count]);
55 free(names);
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dgetdents.c72 * assuming the worst case of 256 byte names.
75 * get more names than we can handle, we tell the rpc
76 * routine that we only have space for MAXDENT names if
93 char names[MAXDENTS][NFS_MAXNAMLEN+1]; member in struct:__anon4422
120 rdbuf.etlist[j].name = rdbuf.names[(MAXDENTS-1) - j];
128 * 256 bytes! Assume the worst case of all 1 byte names.
132 bzero((caddr_t)rdbuf.names, sizeof (rdbuf.names));
H A Dgetdents3.c72 * assuming the worst case of 256 byte names.
75 * get more names than we can handle, we tell the rpc
76 * routine that we only have space for MAXDENT names if
94 char names[MAXDENTS][NFS_MAXNAMLEN+1]; member in struct:__anon4423
121 rdbuf.etlist[j].name = rdbuf.names[(MAXDENTS-1) - j];
129 * 256 bytes! Assume the worst case of all 1 byte names.
133 bzero((caddr_t)rdbuf.names, sizeof (rdbuf.names));
H A Dgetdents4.c72 * assuming the worst case of 256 byte names.
75 * get more names than we can handle, we tell the rpc
76 * routine that we only have space for MAXDENT names if
95 char names[MAXDENTS][NFS_MAXNAMLEN+1]; member in struct:__anon4424
131 rdbuf.names[(MAXDENTS-1) - j];
139 * 256 bytes! Assume the worst case of all 1 byte names.
145 bzero((caddr_t)rdbuf.names, sizeof (rdbuf.names));
/illumos-gate/usr/src/common/ficl/
H A Dloader.c82 int names, values; local
86 names = ficlStackPopInteger(ficlVmGetDataStack(pVM));
91 name = (char *)ficlMalloc(names+1);
94 strncpy(name, namep, names);
95 name[names] = '\0';
112 int names, values, overwrite; local
117 names = ficlStackPopInteger(ficlVmGetDataStack(pVM));
122 name = (char *)ficlMalloc(names+1);
125 strncpy(name, namep, names);
126 name[names]
143 int names; local
171 int names; local
240 int names, types; local
[all...]
/illumos-gate/usr/src/cmd/man/
H A Dmakewhatis.c265 * any of the names in the stringlist.
268 no_page_exists(char *dir, stringlist *names, char *suffix) argument
275 for (i = 0; i < names->sl_cur; i++) {
278 dir, names->sl_str[i], suffix, suffixes[j]);
599 * Collect a list of comma-separated names from the text.
602 collect_names(stringlist *names, char *text) argument
611 (void) sl_add(names, arg);
629 stringlist *names; local
709 names = sl_init();
710 collect_names(names, lin
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Ddir.c143 FILE *names; /* name file pointer */ local
173 /* if there is a file of source file names */
175 if ((names = vpfopen(namefile, "r")) == NULL) {
179 /* get the names in the file */
180 while (fscanf(names, "%s", path) == 1) {
196 (void) fscanf(names,
240 (void) fclose(names);
264 /* get the source file names in this directory */
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcoll.c54 Dt_t* names; member in struct:Local_s
91 if (!(local.names = dtopen(&local.dtdisc, Dttree)))
110 if (a = (Ucs_map_t*)dtsearch(local.names, w))
117 dtinsert(local.names, w);
241 if (z = (Ucs_map_t*)dtmatch(local.names, buf))

Completed in 108 milliseconds

12345678