Searched refs:val (Results 451 - 475 of 665) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/
H A DPrivilege.xs282 setpflags(flag, val)
284 uint_t val;
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dsem.c229 int val; member in union:semun
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSocket.pm275 my($sock,$val) = @_;
278 ${*$sock}{'io_socket_timeout'} = defined $val ? 0 + $val : $val
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfgetr.c147 _Sfi = f->val = un;
H A Dsfread.c57 { if(((uchar*)buf + f->val) != f->next &&
/osnet-11/usr/src/lib/libsqlite/src/
H A Dprintf.c141 ** "*val" is a double such that 0.1 <= *val < 10.0
142 ** Return the ascii code for the leading digit of *val, then
143 ** multiply "*val" by 10.0 to renormalize.
146 ** input: *val = 3.14159
147 ** output: *val = 1.4159 function return = '3'
153 static int et_getdigit(LONGDOUBLE_TYPE *val, int *cnt){ argument
157 digit = (int)*val;
160 *val = (*val
[all...]
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c871 char *val = NULL; local
875 err = fetch_xml_prop(cur, prop, &val);
879 empty_val = (val != NULL && strlen(val) == 0);
884 (err = can_set_prop(handle, res, (char *)prop, val)) != Z_OK) {
885 free(val);
906 free(val);
3561 char val[MAXPATHLEN]; local
3576 (fetchprop(handle, cur, DTD_ATTR_MATCH, val,
3577 sizeof (val))
4248 xmlNodePtr cur, val; local
4894 long double val; local
4994 pool_value_t *val; local
5050 pool_value_t *val; local
6042 xmlNodePtr cur, val; local
7764 xmlNodePtr cur, val; local
7841 uint64_t val; local
7882 zonecfg_set_aliased_rctl(zone_dochandle_t handle, char *name, uint64_t val) argument
[all...]
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_connect.c75 smbfs_setopt_int(int fd, int level, int name, int val) argument
88 opts.ival = val;
/osnet-11/usr/src/lib/libkvm/common/
H A Dtest.c452 tp, t.t_stk, t.t_pcb.val[1], t.t_tid, t.t_next, t.t_prev);
454 if (kvm_read(cookie, t.t_pcb.val[1] + STACK_BIAS, stk,
/osnet-11/usr/src/lib/libdevalloc/common/
H A Dgetdaent.c459 * parses val and initializes pointers in devalloc_t.
463 da_interpret(char *val) argument
474 (void) strcpy(interpdaline, val);
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldmsvcs_utils.c136 int64_t val; /* prop value to return */ local
138 val = default_val;
142 val = *valp;
143 if (val < min)
144 val = min;
145 else if (val > max)
146 val = max;
150 return ((int)val);
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dntfs.c292 read_run_data (char *run, int nn, grub_disk_addr_t * val, int sig) argument
308 *val = r;
316 grub_disk_addr_t val; local
348 run = read_run_data (run + 1, c1, &val, 0); /* length of current VCN */
350 ctx->next_vcn += val;
351 run = read_run_data (run, c2, &val, 1); /* offset to previous LCN */
352 ctx->curr_lcn += val;
353 if (val == 0)
/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c1315 char *subopts, *val; local
1342 switch (getsubopt(&subopts, ib_service_subopts, &val)) {
1344 if (val == NULL) {
1351 comm_name = strdup(val);
1364 if (val == NULL) {
1372 if (strlen(val) == 0 ||
1373 strlen(val) > 4) {
1381 service_name = strdup(val);
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c64 #define cpu_to_le32(val) (val)
65 #define le32_to_cpu(val) (val)
1175 * val A pointer to a variable to store the
1185 int TLan_MiiReadReg(struct nic *nic __unused, u16 phy, u16 reg, u16 * val) argument
1240 *val = tmp;
1336 * val The value to be written to the register.
1345 void TLan_MiiWriteReg(struct nic *nic __unused, u16 phy, u16 reg, u16 val) argument
1365 TLan_MiiSendData(BASE, val, 1
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2p.h362 #define True(val) (tmps = (val), (*tmps && !(*tmps == '0' && !tmps[1])))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/
H A DFcntl.pm225 my ($error, $val) = constant($constname);
230 *$AUTOLOAD = sub { $val };
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c1341 struct cachenode *lesschild; /* subtree whose entries < val */
1342 struct cachenode *grtrchild; /* subtree whose entries > val */
1343 long val; /* the uid or gid of this entry */ member in struct:cachenode
1345 char name[NMAX+1]; /* the string that val maps to */
1350 findincache(struct cachenode **head, long val) argument
1356 if (val == c->val) {
1359 } else if (val < c->val) {
1375 c->val
[all...]
/osnet-11/usr/src/tools/onbld/Checks/
H A DDbLookups.py107 val = urllib.unquote(m.group(2))
109 htmlParser.feed(val)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl897 # + watch val joined out of eval()
1404 my ($opt, $val);
1405 while (($opt, $val) = each %opt) {
1406 $val =~ s/[\\\']/\\$1/g;
1407 parse_options("$opt'$val'");
1789 my ($val) =
1791 $val = ((defined $val) ? "'$val'" : 'undef');
1794 if ($val n
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_attr.c46 static bool_t get_uint_val(const char *attrib_val, int *val, int default_val);
47 static bool_t get_int_val(const char *attrib_val, int *val, int default_val);
1055 get_uint_val(const char *s, int *val, int default_val) argument
1080 *val = v;
1095 get_int_val(const char *s, int *val, int default_val) argument
1131 *val = v;
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-parse.c61 #define USER_BITS ((sizeof ((struct option *)0)->val * CHAR_BIT) - GROUP_BITS)
347 cvt->long_end->val =
674 parser_parse_arg (struct parser *parser, char *val)
690 err = group_parse (group, &parser->state, key, val);
726 parser_parse_opt (struct parser *parser, int opt, char *val)
771 while (long_opt->val != opt && long_opt->name)
665 parser_parse_arg(struct parser *parser, char *val) argument
716 parser_parse_opt(struct parser *parser, int opt, char *val) argument
/osnet-11/usr/src/cmd/sendmail/src/
H A Dudb.c841 char *val; local
864 val = udbmatch(key, map->map_file, NULL);
865 if (val == NULL)
871 result = map_rewrite(map, val, strlen(val), av);
873 sm_free(val);
H A Dmap.c1672 datum key, val; local
1734 val.dptr = NULL;
1737 val = dbm_fetch((DBM *) map->map_db1, key);
1738 if (val.dptr != NULL)
1741 if (val.dptr == NULL && bitset(MF_TRY1NULL, map->map_mflags))
1744 val = dbm_fetch((DBM *) map->map_db1, key);
1745 if (val.dptr != NULL)
1750 if (val.dptr == NULL)
1755 return map_rewrite(map, val.dptr, val
2301 DBT key, val; local
6822 int val = atoi(s); local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlivp.PL309 my $val = undef;
315 while (($var, $val) = each %Config) {
316 if ($var =~ m/i_(.+)/ && $val eq 'define') {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/
H A DUtil.xs126 NV val = slu_sv_value(stacksv);
127 if(val < retval ? !ix : ix) {
129 retval = val;

Completed in 315 milliseconds

<<11121314151617181920>>