Searched defs:name (Results 476 - 500 of 3188) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dexecvp.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
31 * execlp(name, arg,...,0) (like execl, but does path search)
32 * execvp(name, argv) (like execv, but does path search)
55 execlp(const char *name, const char *arg0, ...) argument
102 err = execvp(name, argvec);
107 execvp(const char *name, char *const *argv) argument
117 if (*name == '\0') {
127 * with a colon when not root so that when name doesn't
129 * attempt to execv name from the current directory.
147 cp = strchr(name, '/')
[all...]
H A Dgetlogin.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
74 * Use the full length of a login name.
75 * The utmpx interface provides for a 32 character login name.
137 __posix_getlogint_r(char *name, int namelen) argument
143 if (getl_r_common(name, (size_t)namelen, LOGNAME_MAX_TRAD) == NULL) {
180 __posix_getloginx_r(char *name, int namelen) argument
186 if (getl_r_common(name, (size_t)namelen, NMAX) == NULL) {
H A Dnss_deffinder.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
30 * Default backend-finder(s) for the name-service-switch routines.
33 * === Could also do a finder that includes db-name in filename
67 char *name; local
74 name = alloca(len);
75 (void) sprintf(name, dlopen_format, src_name, dlopen_version);
76 if ((dlhandle = dlopen(name, RTLD_LAZY)) != 0) {
77 (void) sprintf(name, dlsym_format, src_name, db_name);
78 if ((sym = dlsym(dlhandle, name)) == 0) {
/illumos-gate/usr/src/lib/libgss/
H A Dg_utils.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
61 char *name, *next; local
104 name = &(buf[0]);
105 while (isspace(*name))
106 name++;
107 if (*name == '\0') /* blank line */
110 qopname = name; /* will contain qop name */
118 qop_num_pairs[qop_num_pair_cnt].qop = strdup(name);
122 name
[all...]
/illumos-gate/usr/src/lib/libkmf/include/
H A Drdn_parser.h66 const char *name; member in struct:NameToKind
/illumos-gate/usr/src/cmd/vi/misc/
H A Dmkstr.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
50 * from a group of C programs. Arguments are the name
69 char name[100], *np; variable
90 strcpy(name, argv[0]);
91 np = name + strlen(name);
95 if (freopen(name, "w", stdout) == NULL)
96 perror(name), exit(1);
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Dgetgroup.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
52 char *name; member in struct:list
127 if (strcmp(ls->name, group) == 0) {
137 ls->name = group;
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypsym.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
91 /* Maximum length of a yp map name in the system v filesystem */
164 char *name; member in struct:listofnames
174 * - the maxumum name length for any file system type, or
175 * - should be _POSIX_NAME_MAX which is the minimum-maximum name
181 #define NAME_MAX 14 /* s5 file system maximum name length */
/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2_163.c263 ec_group_set_gf2m163(ECGroup *group, ECCurveName name) argument
H A Decdecode.c111 gf_populate_params(ECCurveName name, ECFieldType field_type, ECParams *params, argument
119 if ((name < ECCurve_noName) || (name > ECCurve_pastLastCurve)) goto cleanup;
120 params->name = name;
121 curveParams = ecCurve_map[params->name];
189 params->name = ECCurve_noName;
H A Decl.c226 /* Construct ECGroup from hex parameters and name, if any. Called by
229 ecgroup_fromNameAndHex(const ECCurveName name, argument
267 switch (name) {
289 MP_CHECKOK(ec_group_set_gfp192(group, name));
304 MP_CHECKOK(ec_group_set_gfp224(group, name));
312 MP_CHECKOK(ec_group_set_gfp256(group, name));
319 MP_CHECKOK(ec_group_set_gfp521(group, name));
333 if ((name == ECCurve_NIST_K163) ||
334 (name == ECCurve_NIST_B163) ||
335 (name
393 ECGroup_fromName(const ECCurveName name, int kmflag) argument
[all...]
/illumos-gate/usr/src/common/ctf/
H A Dctf_hash.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
95 ctf_hash_insert(ctf_hash_t *hp, ctf_file_t *fp, ushort_t type, uint_t name) argument
97 ctf_strs_t *ctsp = &fp->ctf_str[CTF_NAME_STID(name)];
98 const char *str = ctsp->cts_strs + CTF_NAME_OFFSET(name);
111 if (ctsp->cts_len <= CTF_NAME_OFFSET(name))
117 hep->h_name = name;
132 ctf_hash_define(ctf_hash_t *hp, ctf_file_t *fp, ushort_t type, uint_t name) argument
134 const char *str = ctf_strptr(fp, name);
138 return (ctf_hash_insert(hp, fp, type, name));
H A Dctf_util.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
95 * Convert an encoded CTF string name into a pointer to a C string by looking
99 ctf_strraw(ctf_file_t *fp, uint_t name) argument
101 ctf_strs_t *ctsp = &fp->ctf_str[CTF_NAME_STID(name)];
103 if (ctsp->cts_strs != NULL && CTF_NAME_OFFSET(name) < ctsp->cts_len)
104 return (ctsp->cts_strs + CTF_NAME_OFFSET(name));
111 ctf_strptr(ctf_file_t *fp, uint_t name) argument
113 const char *s = ctf_strraw(fp, name);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dterm.h59 /* The name of a terminal. */
60 const char *name; member in struct:term_entry
/illumos-gate/usr/src/head/
H A Dauth_attr.h18 * information: Portions Copyright [yyyy] [name of copyright owner]
50 #define AUTHATTR_COL0_KW "name"
60 #define AUTHATTR_KEYCOL0 0 /* name */
72 char *name; /* authorization name */ member in struct:authstr_s
84 char *name; /* authorization name */ member in struct:authattr_s
/illumos-gate/usr/src/cmd/nscd/
H A Dgetether.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
89 ether_getlogstr(char *name, char *whoami, size_t len, nss_XbyY_args_t *argp) { argument
93 name,
H A Dgethost.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
70 hostaddr_getlogstr(char *name, char *whoami, size_t len, argument
76 (void) snprintf(whoami, len, "%s", name);
79 name, addr, argp->key.hostaddr.type);
H A Dgetnet.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
70 netaddr_getlogstr(char *name, char *whoami, size_t len, nss_XbyY_args_t *argp) { argument
80 name,
84 name,
88 name,
92 name,
96 name,
H A Dgetnode.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
105 ipaddr_getlogstr(char *name, char *whoami, size_t len, nss_XbyY_args_t *argp) { argument
110 (void) snprintf(whoami, len, "%s", name);
113 name,
131 l1 = strlen(e1->key.ipnode.name);
132 l2 = strlen(e2->key.ipnode.name);
133 res = strncasecmp(e1->key.ipnode.name, e2->key.ipnode.name,
140 return (cis_gethash(key->ipnode.name, htsize));
144 ipname_getlogstr(char *name, cha argument
[all...]
H A Dgetserv.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
94 /* compare service name */
95 l1 = strlen(e1->key.serv.serv.name);
96 l2 = strlen(e2->key.serv.serv.name);
97 res = strncmp(e1->key.serv.serv.name, e2->key.serv.serv.name,
104 return (ces_gethash(key->serv.serv.name, htsize));
108 servname_getlogstr(char *name, char *whoami, size_t len, argument
111 name,
112 argp->key.serv.serv.name,
152 servport_getlogstr(char *name, char *whoami, size_t len, nss_XbyY_args_t *argp) argument
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPool.java18 * information: Portions Copyright [yyyy] [name of copyright owner]
41 * The name of this instance.
43 private final String name; field in class:Pool
58 Value val = getProperty("pool.name", pool);
59 name = val.getString();
61 key = "pool." + name;
74 return (_conf.checkPool(name));
157 buf.append(name);
175 if (name.compareTo(other.getName()) != 0)
191 return (name
[all...]
H A DResource.java18 * information: Portions Copyright [yyyy] [name of copyright owner]
46 private final String name; field in class:Resource
65 val = getProperty(type + ".name", resource);
66 name = val.getString();
68 key = type + "." + name;
81 return (_conf.checkResource(type, name));
172 buf.append(name);
191 name.compareTo(other.getName()) != 0)
207 return (type.hashCode() + name.hashCode());
236 * Return the name o
[all...]
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dsa_libpool.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
111 const char *name, pool_value_t *pval, userdata_cb_t *ud)
116 if (strcmp("pset.min", name) == 0) {
118 } else if (strcmp("pset.max", name) == 0) {
120 } else if (strcmp("pset.load", name) == 0) {
125 } else if (strcmp("pset.size", name) == 0) {
127 } else if (strcmp("pset.sys_id", name) == 0) {
135 * Update statistic data for the procssor set with the name 'sbag->name'.
110 populate_userdata_cb(pool_conf_t *unused1, pool_elem_t *unused2, const char *name, pool_value_t *pval, userdata_cb_t *ud) argument
/illumos-gate/usr/src/cmd/powertop/common/
H A Dutil.c55 pt_set_progname(char *name) argument
57 progname = basename(name);
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dcancel.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
42 char *name; local
44 if ((name = strrchr(program, '/')) == NULL)
45 name = program;
47 name++;
49 fprintf(stdout, "Usage: %s [-u user] (printer|request-id ...)\n", name);

Completed in 294 milliseconds

<<11121314151617181920>>