Searched refs:val (Results 101 - 125 of 665) sorted by relevance

1234567891011>>

/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dcorecmd.c37 char *val; local
54 val = grub_strchr (var, '=');
55 if (! val)
58 val[0] = 0;
59 grub_env_set (var, val + 1);
60 val[0] = '=';
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.h54 asn1_error_code asn1_encode_boolean(asn1buf *buf, asn1_intmax val,
56 asn1_error_code asn1_encode_integer(asn1buf *buf, asn1_intmax val,
61 * effects Inserts the encoding of val into *buf and returns
67 asn1_error_code asn1_encode_enumerated(asn1buf *buf, long val,
70 asn1_error_code asn1_encode_unsigned_integer(asn1buf *buf, asn1_uintmax val,
75 * effects Inserts the encoding of val into *buf and returns
82 const void *val, unsigned int *retlen);
86 * effects Inserts the encoding of val into *buf and returns
94 const asn1_octet *val, unsigned int *retlen);
98 * effects Inserts the encoding of val int
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dutf8_heavy.pl188 my $val = defined $3 ? hex $3 : 0;
189 $val += $max - $min if defined $3;
190 $top = $val if $val > $top;
270 my $val = defined $c ? hex $c : 0;
272 print "$min $max $val\n" if DEBUG;
275 $val += $start - $min if $val < $none;
280 print STDERR "$key => $val\n" if DEBUG;
281 vec($swatch, $key - $start, $bits) = $val;
[all...]
/osnet-11/usr/src/lib/libresolv2/common/dst/
H A Dsupport.c191 * val 16 bit integer.
195 dst_s_put_int16(u_int8_t *buf, const u_int16_t val) argument
197 buf[0] = (u_int8_t)(val >> 8);
198 buf[1] = (u_int8_t)(val);
209 * val 32 bit integer.
213 dst_s_put_int32(u_int8_t *buf, const u_int32_t val) argument
215 buf[0] = (u_int8_t)(val >> 24);
216 buf[1] = (u_int8_t)(val >> 16);
217 buf[2] = (u_int8_t)(val >> 8);
218 buf[3] = (u_int8_t)(val);
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c148 #define yylex(U, P) mylex (&(U)->val, (P))
172 typedef union YYSTYPE { int val; } YYSTYPE; member in union:YYSTYPE
1092 { yyval.val = - yyvsp[0].val; ;}
1097 { yyval.val = yyvsp[0].val; ;}
1107 { DO (yyvsp[-2].val, 0, 0, yyvsp[0].val); ;}
1112 { DO ( 0, yyvsp[-2].val, 0, yyvsp[0].val); ;}
[all...]
/osnet-11/usr/src/lib/passwdutil/
H A Dldap_attr.c64 #define NEW_ATTR(p, i, attr, val) \
66 p[i] = new_attr(attr, (val)); \
500 * attr_addmod(attrs, idx, item, val)
555 char *pwd, *val; local
587 val = malloc(cryptlen);
588 if (val == NULL)
590 (void) snprintf(val, cryptlen,
614 val = malloc(cryptlen);
615 if (val == NULL) {
618 (void) snprintf(val, cryptle
[all...]
/osnet-11/usr/src/lib/libradproto/common/
H A Dradproto_util.c33 xdr_embed(xdrproc_t proc, void *obj, uint_t *len, char **val) argument
55 *val = buffer;
60 xdr_unembed(xdrproc_t proc, void *obj, uint_t len, char *val) argument
64 xdrmem_create(&mxdr, val, len, XDR_DECODE);
/osnet-11/usr/src/grub/grub2/include/grub/i386/
H A Dsetjmp.h34 void grub_longjmp (grub_jmp_buf env, int val) __attribute__ ((noreturn, cdecl,
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfungetc.c29 static int _uexcept(Sfio_t* f, int type, Void_t* val, Sfdisc_t* disc) argument
31 static int _uexcept(f,type,val,disc)
34 Void_t* val;
38 NOTUSED(val);
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_map.h61 char *name, char *val);
76 char *isObjAttr(__nis_single_value_t *val);
78 __nis_single_value_t *val,
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dpt-common.h4 # define NULL_IF_DISCOVER_ONLY(val) NULL
6 # define NULL_IF_DISCOVER_ONLY(val) val
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dkeyed_checksum_types.c94 krb5_free_cksumtypes(krb5_context context, krb5_cksumtype *val) argument
96 if (val)
97 krb5_xfree(val);
/osnet-11/usr/src/grub/grub2/include/grub/
H A Denv.h30 const char *val);
32 const char *val);
45 grub_err_t EXPORT_FUNC(grub_env_set) (const char *name, const char *val);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
H A Dpair.c65 putpair(char *pag, datum key, datum val) argument
81 off -= val.dsize;
82 (void) memcpy(pag + off, val.dptr, val.dsize);
95 datum val; local
104 val.dptr = pag + ino[i + 1];
105 val.dsize = ino[i] - ino[i + 1];
106 return val;
240 datum val; local
255 val
[all...]
/osnet-11/usr/src/lib/libast/common/path/
H A Dpathshell.c60 static char* val; local
105 if (!(sh = val))
109 val = sh;
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Decvt.c69 char *ptr, *val; local
74 val = ptr;
86 return (val);
/osnet-11/usr/src/lib/libc/i386/gen/
H A Decvt.c69 char *ptr, *val; local
74 val = ptr;
86 return (val);
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Decvt.c61 char *ptr, *val; local
67 val = ptr;
79 return (val);
H A Dsiglongjmp.c45 siglongjmp(sigjmp_buf env, int val) argument
76 if (val)
77 reg[REG_O0] = (greg_t)val;
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Decvt.c61 char *ptr, *val; local
67 val = ptr;
79 return (val);
H A Dsiglongjmp.c42 siglongjmp(sigjmp_buf env, int val) argument
75 if (val)
76 reg[REG_O0] = (greg_t)val;
/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Ddns.py125 val = db[p] variable in class:DnsClient
126 if type(val) == type(()):
128 for v in val:
132 for v in val:
142 elif type(val) == type(''): # One value, one line
143 data += "%s\t%s\n" % (p, val)
243 for (prop, ptype, val) in db:
245 mval[prop].append(val)
246 self.traceit(' mval adding: ', prop, ptype, val)
249 for (prop, ptype, val) i
[all...]
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dread.c209 register char *name, *val; local
234 if(val= strchr(name,'?'))
235 *val = 0;
261 if(val)
262 *val = '?';
509 /* val==0 at the start of a field */
510 val = 0;
518 if(val==0)
519 val = (char*)(cp-1);
539 if(val)
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.xs91 register U32 val;
107 val = 0; base = 10;
116 val = (val * base) + (c - '0');
121 val = (val << 4) +
135 if (pp >= parts + 3 || val > 0xff)
137 *pp++ = val, cp++;
157 if (val > 0xffffff)
159 val |
[all...]
/osnet-11/usr/src/lib/libkstat/common/
H A Dkstat.c65 int val = 0; local
86 val += ((int)path[index])*(index+1);
92 val += ((int)path[index])*(index+1);
95 val += ((int)path[index])*(index+1)*3;
98 val = val * ((int)path[index])*(index+1);
101 val = val + val/((int)path[index]);
106 return (val);
114 int val; local
[all...]

Completed in 63 milliseconds

1234567891011>>