Searched defs:name (Results 26 - 50 of 3188) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_namval.h27 * common name-value struct support
35 char* name; member in struct:__anon2747
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddefault.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
47 char *name; local
49 if ((name = getdefault()))
50 return (name);
59 void newdflt (name)
60 char *name;
63 if (name && *name && !STREQU(name, NAME_NONE)) {
64 if (putdefault(name)
[all...]
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dputfilter.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
43 char * name,
47 putfilter (name, flbufp)
48 char *name;
57 if (!name || !*name) {
62 if (STREQU(NAME_ALL, name)) {
67 _flbuf.name = Strdup(name);
89 if ((pf = search_filter(name)))
42 putfilter( char * name, FILTER * flbufp ) argument
[all...]
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dlibrary.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
96 papiLibrarySupportedCall(const char *name) argument
101 if (strcmp(name, calls[i]) == 0)
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlibrary.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
81 papiLibrarySupportedCall(char *name) argument
86 if (strcmp(name, calls[i]) == 0)
/illumos-gate/usr/src/lib/libdll/common/
H A Ddlllook.c34 dlllook(void* dll, const char* name) argument
39 if (!(addr = dlsym(dll, name)) && strlen(name) < (sizeof(buf) - 2))
42 strcpy(buf + 1, name);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtgetent.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
54 * 0 if the terminal name is not present in the termcap file; 1 if
61 tgetent(char *buffer, const char *name) argument
65 if (strcmp(cur_term->_term, name) == 0)
67 (void) __m_setupterm((char *)name, cur_term->_ifd, cur_term->_ofd,
/illumos-gate/usr/src/lib/libbc/libc/gen/4.2/
H A Dnlist.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
33 * nlist - retreive attributes from name list (string table version)
37 nlist(char *name, struct nlist *list) argument
42 fd = open(name, O_RDONLY, 0);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgrpauth.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
45 grpauth(char *name, char *password) argument
57 if ((grp = getgrnam(name)) == NULL)
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dexecle.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
35 * execle(name, arg0, arg1, ..., argn, (char *)0, envp)
38 execle(char *name, ...) argument
44 va_start(args, name);
53 return (execve(name, first, environmentp));
H A Dgetpeername.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
34 getpeername(int s, struct sockaddr *name, int *namelen) argument
37 if ((a = _getpeername(s, name, namelen)) == -1)
H A Dgetsockname.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
34 getsockname(int s, struct sockaddr *name, int *namelen) argument
37 if ((a = _getsockname(s, name, namelen)) == -1)
/illumos-gate/usr/src/cmd/mailx/
H A Dusg.local.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
56 * mail is queued). In SVr4 UNIX, it is in /var/mail/name.
57 * In preSVr4 UNIX, it is in either /usr/mail/name or /usr/spool/mail/name.
60 findmail(char *name) argument
64 if (name != NOSTR) {
65 copy(name, copy(maildir, mailname));
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_cfg.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
36 uchar_t *name; member in struct:ctrl_node
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dgethostname.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
51 gethostname(char *name, int namelen) argument
55 error = sysinfo(SI_HOSTNAME, name, namelen);
57 * error > 0 ==> number of bytes to hold name
65 sethostname(char *name, int namelen) argument
76 error = sysinfo(SI_SET_HOSTNAME, name, namelen);
/illumos-gate/usr/src/lib/sun_fc/common/
H A DSun_fcGetAdapterName.cc17 * information: Portions Copyright [yyyy] [name of copyright owner]
38 * @memo Get the adapters name
39 * @precondition name parameter must be sufficient length to fit the name
40 * @postcondition name contains the name of the given adapter
42 * @param index the index to which adapter to retrieve the name
43 * @param name buffer to which the adapter name will be placed
49 HBA_STATUS Sun_fcGetAdapterName(HBA_UINT32 index, char *name) { argument
[all...]
H A DSun_fcGetTgtAdapterName.cc17 * information: Portions Copyright [yyyy] [name of copyright owner]
38 * @memo Get the adapters name
39 * @precondition name parameter must be sufficient length to fit the name
40 * @postcondition name contains the name of the given adapter
42 * @param index the index to which adapter to retrieve the name
43 * @param name buffer to which the adapter name will be placed
49 HBA_STATUS Sun_fcGetTgtAdapterName(HBA_UINT32 index, char *name) { argument
[all...]
/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasGetAdapterName.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
34 * index the index to which adapter to retrive the name
35 * name buffer to which the adapter name will be placed
37 HBA_STATUS Sun_sasGetAdapterName(HBA_UINT32 index, char *name) { argument
41 if (name == NULL) {
42 log(LOG_DEBUG, ROUTINE, "NULL adapter name");
53 /* Flaw in the spec! How do we know the size of name? */
54 (void) strlcpy(name, hba_ptr->handle_name,
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_stdin.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
39 static char *name = "stdin"; local
44 if (prom_getproplen(prom_chosennode(), name) !=
51 (void) prom_getprop(prom_chosennode(), name, local
H A Dprom_stdout.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
39 static char *name = "stdout"; local
44 if (prom_getproplen(prom_chosennode(), name) !=
48 (void) prom_getprop(prom_chosennode(), name, local
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_namval.h29 * common name-value struct support
44 char* name; member in struct:__anon2584
H A Dnamval.h29 * common name-value struct support
44 char* name; member in struct:__anon2595
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_namval.h29 * common name-value struct support
44 char* name; member in struct:__anon2684
H A Dnamval.h29 * common name-value struct support
44 char* name; member in struct:__anon2695
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_namval.h29 * common name-value struct support
44 char* name; member in struct:__anon2706

Completed in 2155 milliseconds

1234567891011>>