Home
last modified time | relevance | path

Searched refs:names (Results 51 – 75 of 472) sorted by path

12345678910>>...19

/illumos-gate/usr/src/cmd/eeprom/
H A DTHIRDPARTYLICENSE18 4. Neither the name of the University nor the names of its
/illumos-gate/usr/src/cmd/eqn/
H A DTHIRDPARTYLICENSE18 4. Neither the name of the University nor the names of its
/illumos-gate/usr/src/cmd/filesync/
H A DREADME68 spaces. For names that appear in both trees, the files
110 programs to generate lists of names for inclusion
111 file names to be ignored
112 wild cards for file names to be ignored
113 programs to generate lists of names for ignoring
213 defines for default file names
246 in various flag words) character string names for their
257 routines to maintain a list of names or patterns for
258 files to be ignored, and to check file names against
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dnic.esc26 * generic transceiver fault type names (notsupp, whitelist, overtemp etc).
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_util.c34 static const char *const names[] = { "event", "fmri", "auth", "list" }; in inj_item2str() local
37 item < sizeof (names) / sizeof (char *) ? names[item] : "???"); in inj_item2str()
74 static const char *names[] = { in inj_mem2str() local
83 mem < sizeof (names) / sizeof (char *) ? names[mem] : "???"); in inj_mem2str()
/illumos-gate/usr/src/cmd/fm/schemes/hc/
H A Dscheme.c145 const char *names[] = { in auth_compare() local
164 for (namep = names; *namep != NULL; namep++) { in auth_compare()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/
H A DCOPYRIGHT17 4. Neither the name of the author nor the names of any co-contributors
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A DTHIRDPARTYLICENSE11 * software. Neither the name of the University nor the names of its
/illumos-gate/usr/src/cmd/fs.d/ufs/
H A DTHIRDPARTYLICENSE11 * software. Neither the name of the University nor the names of its
/illumos-gate/usr/src/cmd/getent/
H A Ddogetproject.c36 char **names; in putprojent() local
46 names = proj->pj_users; in putprojent()
47 if (names != NULL) { in putprojent()
48 if (*names != NULL) in putprojent()
49 if (fputs(*names++, fp) == EOF) in putprojent()
51 while (*names != NULL) in putprojent()
52 if (fprintf(fp, ",%s", *names++) == EOF) in putprojent()
57 names = proj->pj_groups; in putprojent()
58 if (names != NULL) { in putprojent()
59 if (*names != NULL) in putprojent()
[all …]
/illumos-gate/usr/src/cmd/gss/etc/
H A Ddummy_mech27 # This file contains the GSS-API based security mechanism names,
H A Dmech27 # This file contains the GSS-API based security mechanism names,
/illumos-gate/usr/src/cmd/hal/
H A DLICENSE24 4) Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors …
/illumos-gate/usr/src/cmd/initpkg/init.d/
H A DREADME31 File names in rc?.d directories are of the form [SK]nn<init.d filename>
H A DREADME.rcS52 All system-supplied device file names have been established.
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool.c550 struct nlist names[2] = { { "ip_pool_list" } , { "" } }; local
552 if (nlist(kernel, names) != 1)
556 if (kmemcpy((char *)&pools, names[0].n_value, sizeof(pools)))
578 struct nlist names[2] = { { "ipf_htables" } , { "" } }; local
580 if (nlist(kernel, names) != 1)
584 if (kmemcpy((char *)&tables, names[0].n_value, sizeof(tables)))
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dkadmin.c1629 char *expr, **names; local
1644 retval = kadm5_get_principals(handle, expr, &names, &count);
1670 fprintf(output, "%s\n", names[i]);
1683 kadm5_free_name_list(handle, names, count);
1917 char *expr, **names; local
1935 retval = kadm5_get_policies(handle, expr, &names, &count);
1944 kadm5_free_name_list(handle, names, count);
1950 kadm5_free_name_list(handle, names, count);
1956 kadm5_free_name_list(handle, names, count);
1962 kadm5_free_name_list(handle, names, count);
[all …]
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c94 char **names; member
485 match_error = regcomp(&match_exp, arglist->names[i], REG_EXTENDED);
524 compile(arglist->names[i],
537 if (re_result = re_comp(arglist->names[i])) {
547 if (!strcmp(arglist->names[i], name))
1427 arglist.names = (char **) NULL;
1433 arglist.names = &argv[aindex];
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh1842 printf "$(gettext "Enter a comma-separated list of slave KDC host names"): "
1912 …printf "$(gettext "Enter a list of PAM service names in the following format: service:{first|only|…
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dovsec_kadmd.c421 auth_gssapi_name names[6]; in main() local
469 names[0].name = names[1].name = names[2].name = names[3].name = NULL; in main()
470 names[4].name = names[5].name =NULL; in main()
471 names[0].type = names[1].type = names[2].type = names[3].type = in main()
473 names[4].type = names[5].type = (gss_OID) nt_krb5_name_oid; in main()
854 &names[0].name)) { in main()
868 &names[1].name)) { in main()
880 names[2].name = KADM5_ADMIN_SERVICE_P; in main()
881 names[3].name = KADM5_CHANGEPW_SERVICE_P; in main()
882 names[4].name = OVSEC_KADM_ADMIN_SERVICE_P; in main()
[all …]
/illumos-gate/usr/src/cmd/last/
H A Dlast.c88 static char **names; variable
149 names = malloc(argc * sizeof (char *)); in main()
150 if (names == NULL) { in main()
235 names[names_num] = argv[i]; in main()
239 names[names_num] = strspl("tty", argv[i]); in main()
458 free(names); in main()
548 name = names; in want()
/illumos-gate/usr/src/cmd/lastcomm/
H A DTHIRDPARTYLICENSE18 4. Neither the name of the University nor the names of its
/illumos-gate/usr/src/cmd/look/
H A DTHIRDPARTYLICENSE18 4. Neither the name of the University nor the names of its
/illumos-gate/usr/src/cmd/lp/cmd/lptest/
H A DTHIRDPARTYLICENSE18 4. Neither the name of the University nor the names of its
/illumos-gate/usr/src/cmd/lp/filter/postscript/
H A DREADME248 The mapping from troff's one or two character font names into PostScript
249 font names is handled by the definitions made in postscript/dpost.ps. If

12345678910>>...19