Searched refs:name (Results 101 - 125 of 2411) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libgss/
H A Dg_inquire_cred.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
39 name,
46 gss_name_t *name;
63 if (name != NULL)
64 *name = GSS_C_NO_NAME;
90 name ? &internal_name : NULL,
99 if (name) {
105 internal_name, name);
139 * if name is non_null,
141 * to get a mechanism specific name passe
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dform.t34 qq(<input type="submit" tabindex="1" name=".submit" />),
37 is(submit(-name => 'foo',
39 qq(<input type="submit" tabindex="2" name="foo" value="bar" />),
40 "submit(-name,-value)");
42 is(submit({-name => 'foo',
44 qq(<input type="submit" tabindex="3" name="foo" value="bar" />),
45 "submit({-name,-value})");
47 is(textfield(-name => 'weather'),
48 qq(<input type="text" name="weather" tabindex="4" value="dull" />),
49 "textfield({-name})");
[all...]
H A Dautoescape.t10 is (button(-name => 'test<'), '<input type="button" name="test&lt;" value="test&lt;" />', "autoEscape defaults to On");
20 is (button(-name => 'test<'), '<input type="button" name="test<" value="test<" />', "turning off autoescape actually works");
22 is (button(-name => 'test<'), '<input type="button" name="test&lt;" value="test&lt;" />', "autoescape turns back on");
38 qq{<input type="text" name="" value="text field" onclick="alert("===> text field")" />},
49 qq{<input type="password" name="" value="password field" onclick="alert("===> password
56 name => 'foo',
63 qq{<textarea name
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A Dproc_names.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
35 const char *name; local
38 case FLTILL: name = "FLTILL"; break;
39 case FLTPRIV: name = "FLTPRIV"; break;
40 case FLTBPT: name = "FLTBPT"; break;
41 case FLTTRACE: name = "FLTTRACE"; break;
42 case FLTACCESS: name = "FLTACCESS"; break;
43 case FLTBOUNDS: name = "FLTBOUNDS"; break;
44 case FLTIOVF: name = "FLTIOVF"; break;
45 case FLTIZDIV: name
64 const char *name = rawfltname(flt); local
90 char name[SIG2STR_MAX+4]; local
381 const char *name; local
484 char name[FLT2STR_MAX], *p = buf; local
524 char name[SIG2STR_MAX], *p = buf; local
570 char name[SYS2STR_MAX], *p = buf; local
[all...]
/osnet-11/usr/src/lib/libnsl/dial/
H A Dulockf.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
40 * make a lock file with given 'name'
45 * name - name of the lock file to make
53 mklock(char *name) argument
67 if (onelock(pid, tempfile, name) == -1) {
69 if (cklock(name))
72 if (onelock(pid, tempfile, name)) {
79 stlock(name);
92 cklock(char *name) argument
145 stlock(char *name) argument
170 rmlock(char *name) argument
196 onelock(char *pid, char *tempfile, char *name) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dparttool.c57 cur->name = grub_strdup (part_name);
59 for (nargs = 0; args[nargs].name != 0; nargs++);
79 grub_free (cur->name);
112 if (grub_strcmp (dev->disk->partition->partmap->name, cur->name) == 0)
116 for (curarg = cur->args; curarg->name; curarg++)
120 spacing -= grub_strlen (curarg->name);
121 grub_printf ("%s", curarg->name);
145 dev->disk->partition->partmap->name);
199 char *p, *name; local
[all...]
H A Dterminal.c34 const char *name; member in struct:abstract_terminal
54 grub_printf ("%s ", term->name);
58 grub_printf ("%s ", term->name);
64 if (grub_strcmp (term->name, aut->name) == 0
65 || (aut->name[0] && aut->name[grub_strlen (aut->name) - 1] == '*'
66 && grub_memcmp (term->name, aut->name,
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Ddevice.c29 grub_net_t (*grub_net_open) (const char *name) = NULL;
32 grub_device_open (const char *name) argument
37 if (! name)
39 name = grub_env_get ("root");
40 if (name == NULL || *name == '\0')
53 dev->disk = grub_disk_open (name);
59 dev->net = grub_net_open (name);
92 grub_device_iterate (int (*hook) (const char *name)) argument
101 char *name; member in struct:part_ent
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dfunction.c38 func->name = grub_strdup (functionname_arg->str);
39 if (! func->name)
51 if (grub_strcmp ((*p)->name, func->name) >= 0)
58 if (*p && grub_strcmp ((*p)->name, func->name) == 0)
78 grub_script_function_remove (const char *name) argument
83 if (grub_strcmp (name, q->name) == 0)
86 grub_free (q->name);
[all...]
/osnet-11/usr/src/lib/libast/common/string/
H A Dstrgid.c27 * gid name -> number
59 char name[1]; member in struct:Id_s
63 * return gid number given gid/uid name
65 * -1 on first error for a given name
66 * -2 on subsequent errors for a given name
70 strgid(const char* name) argument
83 disc.key = offsetof(Id_t, name);
86 else if (ip = (Id_t*)dtmatch(dict, name))
88 if (gr = getgrnam(name))
90 else if (pw = getpwnam(name))
[all...]
/osnet-11/usr/src/lib/libldap4/ber/
H A Di18n.c20 void i18n_catopen(char * name) argument
24 slapdcat = catopen(name, NL_CAT_LOCALE);
/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_sysconf.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
40 _tx_sysconf(int name, int api_semantics) argument
43 if (name != _SC_T_IOV_MAX) {
/osnet-11/usr/src/grub/grub2/include/grub/
H A Ddevice.h36 grub_device_t EXPORT_FUNC(grub_device_open) (const char *name);
38 int EXPORT_FUNC(grub_device_iterate) (int (*hook) (const char *name));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Ddefins.t28 while (my $name = <FILE>)
30 $seen++ if $name eq '0';
49 while (($seen ? $dummy : $name) = <FILE>)
51 $seen++ if $name eq '0';
69 while (my $name = readdir(DIR))
71 $seen++ if $name eq $wanted_filename;
79 while (($seen ? $dummy : $name) = readdir(DIR))
81 $seen++ if $name eq $wanted_filename;
96 while (my $name = glob('*'))
98 $seen++ if $name e
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dhotkernel23 # FUNCTION Function name
24 # MODULE Module name
97 my ($name, $offset) = split /\+/, $addr;
98 next if $name eq "0x0";
99 $name =~ s/\`.*// if $mods;
100 $Count{$name} += $count;
109 foreach my $name (sort { $Count{$a} <=> $Count{$b} } keys %Count) {
110 printf "%-52s %8d %5.1f%%\n", $name, $Count{$name},
111 100 * $Count{$name} / (
[all...]
H A Dhotuser26 # FUNCTION Function name
27 # LIBRARY Library name
110 my ($name, $offset) = split /\+/, $addr;
111 next if $name eq "0x0";
112 $name =~ s/\`.*// if $libs;
113 $Count{$name} += $count;
122 foreach my $name (sort { $Count{$a} <=> $Count{$b} } keys %Count) {
123 printf "%-52s %8d %5.1f%%\n", $name, $Count{$name},
124 100 * $Count{$name} / (
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Dhotkernel23 # FUNCTION Function name
24 # MODULE Module name
97 my ($name, $offset) = split /\+/, $addr;
98 next if $name eq "0x0";
99 $name =~ s/\`.*// if $mods;
100 $Count{$name} += $count;
109 foreach my $name (sort { $Count{$a} <=> $Count{$b} } keys %Count) {
110 printf "%-52s %8d %5.1f%%\n", $name, $Count{$name},
111 100 * $Count{$name} / (
[all...]
H A Dhotuser26 # FUNCTION Function name
27 # LIBRARY Library name
110 my ($name, $offset) = split /\+/, $addr;
111 next if $name eq "0x0";
112 $name =~ s/\`.*// if $libs;
113 $Count{$name} += $count;
122 foreach my $name (sort { $Count{$a} <=> $Count{$b} } keys %Count) {
123 printf "%-52s %8d %5.1f%%\n", $name, $Count{$name},
124 100 * $Count{$name} / (
[all...]
/osnet-11/usr/src/lib/libc/port/sys/
H A Drctlsys.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
38 getrctl(const char *name, rctlblk_t *old_rblk, rctlblk_t *new_rblk, argument
42 0, name, old_rblk, new_rblk, 0, flags));
46 setrctl(const char *name, rctlblk_t *old_rblk, rctlblk_t *new_rblk, argument
50 1, name, old_rblk, new_rblk, 0, flags));
68 rctlctl(const char *name, rctlblk_t *rblk, int flags) argument
70 return (syscall(SYS_rctlsys, 3, name, rblk, NULL, 0, flags));
74 setprojrctl(const char *name, rctlblk_t *new_rblk, size_t size, int flags) argument
77 4, name, NULL, new_rblk, size, flags));
/osnet-11/usr/src/lib/libuutil/common/
H A Duu_ident.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
38 * domain name (com.sun).
60 return (0); /* name is empty */
93 uu_check_name(const char *name, uint_t flags) argument
95 const char *end = name + strlen(name);
104 if (!is_valid_component(name, end, flags))
109 while ((p = strchr(name, '/')) != NULL) {
110 if (!is_valid_component(name, p - 1, flags))
112 name
[all...]
/osnet-11/usr/src/lib/pam_modules/sample/
H A Dsample_acct_mgmt.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
74 * description of problem: user name is the "destination" name. not
75 * the current name. The allow policy needs to be applied to the
76 * current name in the case of su. user is "root" in this case and
111 char name[256]; local
117 cp = getname(cp, name);
119 if (*name == '\0')
121 if (strcmp(who, name) == 0)
128 getname(char *cp, char *name) argument
[all...]
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios_cache.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
46 static void smb_strname(struct name_entry *name, char *buf, int bufsize);
49 static void smb_netbios_cache_key(char *key, unsigned char *name,
60 syslog(LOG_ERR, "nbns: cannot create name cache");
138 * Searches the name cache for the given entry, if found
143 smb_netbios_cache_lookup(struct name_entry *name) argument
150 if (NETBIOS_NAME_IS_STAR(name->name)) {
156 smb_encode_netbios_name(hostname, 0x00, NULL, name);
161 smb_netbios_cache_key(key, name
177 smb_netbios_cache_unlock_entry(struct name_entry *name) argument
194 smb_netbios_cache_lookup_addr(struct name_entry *name) argument
227 smb_netbios_cache_insert(struct name_entry *name) argument
308 smb_netbios_cache_delete(struct name_entry *name) argument
332 smb_netbios_cache_insert_list(struct name_entry *name) argument
356 smb_netbios_cache_update_entry(struct name_entry *entry, struct name_entry *name) argument
394 struct name_entry *name; local
441 struct name_entry *name; local
481 struct name_entry *name; local
523 struct name_entry *name; local
640 struct name_entry *name; local
821 smb_netbios_cache_key(char *key, unsigned char *name, unsigned char *scope) argument
[all...]
H A Dsmbns_netbios_name.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
26 * NetBIOS name resolution node types.
28 * A B-node (broadcast node) uses broadcasts for name registration
32 * A P-node (peer-to-peer node) uses a NetBIOS name server (WINS)
35 * be configured to use the NetBIOS name server because P-nodes do
39 * resolve the name via broadcast then it tries a NetBIOS name server
43 * resolve the name using a NetBIOS name server then it resorts to
194 * of the name
330 struct name_entry *name; local
619 is_multihome(char *name) argument
634 smb_netbios_getname(char *name, char *buf, char *buf_end) argument
1522 smb_name_Bnode_add_name(struct name_entry *name) argument
1566 smb_name_Bnode_find_name(struct name_entry *name) argument
1578 smb_name_Bnode_delete_name(struct name_entry *name) argument
1620 smb_name_Pnode_add_name(struct name_entry *name) argument
1660 smb_name_Pnode_refresh_name(struct name_entry *name) argument
1699 smb_name_Pnode_find_name(struct name_entry *name) argument
1715 smb_name_Pnode_delete_name(struct name_entry *name) argument
1760 smb_name_Mnode_add_name(struct name_entry *name) argument
1772 smb_name_Hnode_add_name(struct name_entry *name) argument
1783 smb_name_Mnode_find_name(struct name_entry *name) argument
1795 smb_name_Hnode_find_name(struct name_entry *name) argument
1805 smb_name_Mnode_delete_name(struct name_entry *name) argument
1819 smb_name_Hnode_delete_name(struct name_entry *name) argument
1831 struct name_entry *name; local
1911 struct name_entry *name; local
2034 struct name_entry *name; local
2068 smb_name_find_name(struct name_entry *name) argument
2095 smb_name_unlock_name(struct name_entry *name) argument
2101 smb_name_add_name(struct name_entry *name) argument
2130 smb_name_delete_name(struct name_entry *name) argument
2265 struct name_entry *name; local
2312 struct name_entry name; local
2375 struct name_entry *name; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/
H A Ddiff_upload.cgi22 print "File #1:",filefield(-name=>'file1',-size=>45),"<BR>\n";
23 print "File #2:",filefield(-name=>'file2',-size=>45),"<BR>\n";
24 print "Diff type: ",radio_group(-name=>'type',
26 print reset,submit(-name=>'submit',-value=>'Do Diff');
29 # Process the form if there is a file name entered
61 my $name = shift;
62 my($safe) = $name=~/([a-zA-Z0-9._~#,]+)/;
64 print "<strong>$name is not a valid Unix filename -- sorry</strong>";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsyslog.pl144 local($name) = @_;
145 $name = uc $name;
146 $name = "LOG_$name" unless $name =~ /^LOG_/;
147 $name = "syslog'$name";
148 defined &$name ? &$name
[all...]

Completed in 325 milliseconds

1234567891011>>