Searched refs:name (Results 376 - 400 of 4837) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/ucbcmd/from/
H A Dfrom.c32 char *name; local
47 for (name = sender; *name; name++)
48 if (isupper(*name))
49 *name = tolower(*name);
67 name = getlogin();
68 if (name == NULL || strlen(name)
[all...]
/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/uts/i86pc/ml/
H A Dkdi_subr.s17 * information: Portions Copyright [yyyy] [name of copyright owner]
117 #define GETDREG(name, r) \
118 ENTRY_NP(name); \
121 SET_SIZE(name)
123 #define SETDREG(name, r) \
124 ENTRY_NP(name); \
127 SET_SIZE(name)
131 #define GETDREG(name, r) \
132 ENTRY_NP(name); \
135 SET_SIZE(name)
[all...]
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dsetenv.c45 setenv(const char* name, const char* value, int overwrite)
49 if (overwrite || !getenv(name))
51 if (!(s = sfprints("%s=%s", name, value)) || !(s = strdup(s)))
H A Dexeclp.c45 execlp(const char* name, const char* arg, ...)
47 return execvp(name, (char *const*)&arg);
H A Dexecvp.c45 execvp(const char* name, char* const argv[])
47 return execvpe(name, argv, environ);
/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Dfreeform.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
59 if (pf->name)
60 Free (pf->name);
61 pf->name = 0;
/illumos-gate/usr/src/lib/libbc/inc/include/rpcsvc/
H A Dpwdnm.h18 * information: Portions Copyright [yyyy] [name of copyright owner]
34 char *name; member in struct:pwdnm
/illumos-gate/usr/src/cmd/eeprom/common/
H A Derror.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
36 setpname(char *name) argument
38 register char *p = name, c;
43 name = p;
45 progname = name;
/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/tools/scripts/
H A Dbuild_cscope.sh19 # information: Portions Copyright [yyyy] [name of copyright owner]
77 # Despite our name, we actually build cscope, ctags, and etags
81 while read name flags dirs; do
82 [ "$name" = "" -o "$name" = "#" ] && continue
85 xref $flags $dirs || fail "cannot build $name cross-reference"
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_provider.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
59 char name[DAT_NAME_MAX_LENGTH]; member in struct:DAPL_PROVIDER_LIST_NODE
102 IN const char *name,
107 IN const char *name,
112 IN const char *name);
/illumos-gate/usr/src/stand/lib/sa/
H A Dunistd.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
42 gethostname(char *name, int namelen) argument
44 (void) strlcpy(name, hostname, MIN(namelen, MAXHOSTNAMELEN));
52 sethostname(char *name, int namelen) argument
54 (void) strlcpy(hostname, name, MIN(namelen + 1, MAXHOSTNAMELEN));
/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
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/lib/access/
H A Dfiles.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
50 char * name,
55 getaccessfile (dir, name, prefix, base)
57 *name,
70 parent = makepath(dir, name, (char *)0);
48 getaccessfile( char * dir, char * name, char * prefix, char * base ) argument
/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dmount.cc17 * information: Portions Copyright [yyyy] [name of copyright owner]
37 vroot_result= mount(path, vroot_args.mount.name, vroot_args.mount.mode);
41 int mount_vroot(char *target, char *name, int mode, pathpt vroot_path, pathpt vroot_vroot) argument
43 vroot_args.mount.name= name;
/illumos-gate/usr/src/boot/sys/sys/
H A Dbitstring.h16 * 4. Neither the name of the University nor the names of its contributors
59 #define bit_decl(name, nbits) \
60 ((name)[bitstr_size(nbits)])
62 /* is bit N of bitstring name set? */
63 #define bit_test(name, bit) \
64 ((name)[_bit_byte(bit)] & _bit_mask(bit))
66 /* set bit N of bitstring name */
67 #define bit_set(name, bit) \
68 ((name)[_bit_byte(bit)] |= _bit_mask(bit))
70 /* clear bit N of bitstring name */
[all...]

Completed in 146 milliseconds

<<11121314151617181920>>