Searched defs:name (Results 51 - 75 of 3188) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dnamval.h29 * common name-value struct support
44 char* name; member in struct:__anon2717
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_namval.h29 * common name-value struct support
44 char* name; member in struct:__anon2728
H A Dnamval.h29 * common name-value struct support
44 char* name; member in struct:__anon2739
/illumos-gate/usr/src/cmd/lp/include/
H A Dclass.h18 * information: Portions Copyright [yyyy] [name of copyright owner]
46 char *name; /* name of class (redundant) */ member in struct:CLASS
/illumos-gate/usr/src/cmd/lp/lib/class/
H A Ddelclass.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
45 delclass(char *name) argument
49 if (!name || !*name) {
54 if (STREQU(NAME_ALL, name)) {
56 while ((name = next_file(Lp_A_Classes, &lastdir)))
57 if (_delclass(name) == -1)
61 return (_delclass(name));
71 char * name
74 _delclass (name)
[all...]
H A Dputclass.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
47 putclass(char *name, CLASS *clsbufp) argument
52 if (!name || !*name) {
57 if (STREQU(NAME_ALL, name)) {
66 if (!(file = getclassfile(name)))
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlibrary.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
89 papiLibrarySupportedCall(const char *name) argument
94 if (strcmp(name, calls[i]) == 0)
/illumos-gate/usr/src/cmd/lp/lib/requests/
H A Danyrequests.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
48 char * name; local
57 while ((name = next_dir(Lp_Requests, &lastdir))) {
64 if (!(subdir = makepath(Lp_Requests, name, (char *)0)))
/illumos-gate/usr/src/lib/passwdutil/
H A D__get_authtoken_attr.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
41 __get_authtoken_attr(char *name, pwu_repository_t *rep, attrlist *item) argument
63 res = rops[i]->getattr(name, item, rep);
/illumos-gate/usr/src/lib/libsasl/include/
H A Dprop.h42 * name of property; NULL = end of list
45 const char *name; member in struct:propval
104 * if a name requested here was never requested by a prop_request, then
105 * the name field of the associated vals entry will be set to NULL
125 void prop_erase(struct propctx *ctx, const char *name);
153 * name -- name of property to which value will be added
154 * if NULL, add to the same name as previous prop_set/setvals call
161 int prop_set(struct propctx *ctx, const char *name,
167 * name
[all...]
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnb_net.c16 * 4. Neither the name of the author nor the names of any co-contributors
63 nb_resolvehost_in(const char *name, struct in_addr *ia) argument
69 h = gethostbyname_r(name, &he, he_buf, sizeof (he_buf), &err);
72 warnx("can't get server address `%s': ", name);
78 warnx("address for `%s' is not in the AF_INET family", name);
84 warnx("address for `%s' has invalid length", name);
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_getenv.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
56 __m_getenv(char const *name) { argument
57 return getenv(name);
72 __m_getenv(char const *name) { argument
74 int len = strlen(name);
79 if (strncmp(name, s, len) == 0 && s[len] == '=') {
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dgetdname.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
40 * Gets and sets the domain name of the system
46 getdomainname(char *name, int namelen) argument
50 sysinfostatus = sysinfo(SI_SRPC_DOMAIN, name, namelen);
/illumos-gate/usr/src/lib/libpp/common/
H A Dpppragma.c31 pppragma(char* directive, char* pass, char* name, char* value, int newline) argument
50 if (name)
56 ppprintf("%s", name);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dpwdauth.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
44 pwdauth(char *name, char *password) argument
57 if (spwp = getspnam(name))
59 else if (pwp = getpwnam(name))
67 name);
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dbind.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
37 bind(int s, struct sockaddr *name, int namelen) argument
40 if ((a = _so_bind(s, name, namelen, SOV_SOCKBSD)) != 0) {
/illumos-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_misc.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
33 const char *name; member in struct:mcproptostr
78 return (_propstrings[i].name);
/illumos-gate/usr/src/cmd/oamuser/lib/
H A Derrmsg.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
63 warningmsg(int what, char *name) argument
67 (void) fprintf(stderr, "%s name too long.\n", name);
71 (void) fprintf(stderr, "%s name should be all lower case"
72 " or numeric.\n", name);
76 (void) fprintf(stderr, "%s name should be all lower case"
77 " or numeric.\n", name);
81 (void) fprintf(stderr, "%s name should be all alphanumeric,"
82 " '-', '_', or '.'\n", name);
[all...]
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool_usage.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
223 * Print program name when %s is in the text.
226 usage(char *name) argument
232 (void) printf(pcitool_usage_intr[i], name);
/illumos-gate/usr/src/cmd/mailx/
H A Dgetname.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
51 * Search the passwd file for a uid. Return name through ref parameter
75 * Convert the passed name to a user id and return it. Return -1
76 * on error. Iff the name passed is 0, close the passwd file.
80 getuserid(char name[]) argument
84 if (name == 0) {
89 pw = getpwnam(name);
H A Dhostname.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
60 * Initialize the network name of the current host.
66 struct utsname name; local
73 uname(&name);
74 nstrcpy(host, sizeof (host), name.nodename);
/illumos-gate/usr/src/cmd/mdb/tools/common/
H A Dfindscn.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
46 char *name; local
49 (name = elf_strptr(elf, ehdr.e_shstrndx,
53 if (strcmp(name, tofind) == 0)
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestMaxConsumers.java17 * information: Portions Copyright [yyyy] [name of copyright owner]
40 getIntegerProperty(String name) argument
43 String property = System.getProperty(name);
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.y19 * information: Portions Copyright [yyyy] [name of copyright owner]
48 itm_data_t *name;
88 %type <name> map_type_names
95 %type <data> name
100 %token <name> ITMNAME
101 %token <name> NAME
102 %token <name> MAPTYPE_NAME
191 (void) obj_register(ITMC_OBJ_DIREC, (itm_data_t *)($1->name.itm_ptr),
206 (itm_data_t *)($1->name.itm_ptr),
215 (void) obj_register(ITMC_OBJ_OP, (itm_data_t *)($1->name
855 name : NAME label
[all...]
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dserver_glue_v1.c29 * definitions with a different name, so they can be called from
47 kadm5_ret_t kadm5_get_policy_v1(void *server_handle, kadm5_policy_t name, argument
50 return kadm5_get_policy(server_handle, name,(kadm5_policy_ent_t) ent);

Completed in 116 milliseconds

1234567891011>>