Searched defs:dec (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/boot/decompressor/
H A Dxz.c30 struct xz_dec *dec; local
35 dec = xz_dec_init (GRUB_DECOMPRESSOR_DICT_SIZE);
47 xzret = xz_dec_run (dec, &buf);
/osnet-11/usr/src/lib/libast/common/string/
H A Dfmtip6.c60 dec(char* s, char* p, int n) function
98 s = dec(s, "2002:", a[2]);
99 s = dec(s, ".", a[3]);
100 s = dec(s, ".", a[4]);
101 s = dec(s, ".", a[5]);
120 s = dec(s, "::", a[12]);
121 s = dec(s, ".", a[13]);
122 s = dec(s, ".", a[14]);
123 s = dec(s, ".", a[15]);
129 s = dec(
[all...]
/osnet-11/usr/src/lib/libpp/common/
H A Dppfsm.c358 /* saw 0, possible oct|hex|dec|dbl constant */
430 /* saw <dec>, dec constant */
438 /* dec constant qualifier */
563 static char* dec = &hex[12]; variable
659 s = dec;
706 s = dec;
/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dxzio.c40 struct xz_dec *dec; member in struct:grub_xzio
78 grub_size_t dec; local
84 dec = decode_vli (buf, read, num);
85 grub_file_seek (file, file->offset - (read - dec));
86 return dec;
106 ret = xz_dec_run (xzio->dec, &xzio->buf);
214 xzio->dec = xz_dec_init (1 << 16);
215 if (!xzio->dec)
234 xz_dec_end (xzio->dec);
257 xz_dec_reset (xzio->dec);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Doverload.t448 '=' => \&cpy, '++' => \&inc, '--' => \&dec;
456 sub dec { $_[0] = bless ['--', $_[0], 1]; } subroutine
570 # Mutator inc/dec
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Ducdata.c1375 krb5_ui_4 i, lo, *dec; local
1412 if (ucdecomp(0x1d5, &lo, &dec)) {
1414 printf("0x%04lx ", dec[i]);
/osnet-11/usr/src/lib/libscf/common/
H A Dmidlevel.c3717 scf_decoration_t *dec = NULL; local
3738 (dec = scf_decoration_create(h)) == NULL ||
3742 scf_decoration_destroy(dec);
3750 scf_decoration_destroy(dec);
3760 scf_decoration_destroy(dec);
3769 while ((iter_ret = scf_iter_next_decoration(iter, dec)) == 1) {
3770 if (scf_decoration_get_layer(dec, &l)) {
3785 if (scf_decoration_get_value(dec, val) != 0 ||
3793 scf_decoration_destroy(dec);
H A Dscf_tmpl.c7154 scf_decoration_t *dec; local
7163 dec = scf_decoration_create(h);
7165 if (iter == NULL || dec_iter == NULL || prop == NULL || dec == NULL)
7196 while (scf_iter_next_decoration(dec_iter, dec) > 0) {
7197 if (scf_decoration_get_bundle(dec, bundle,
7247 while (scf_iter_next_decoration(dec_iter, dec) > 0) {
7248 if (scf_decoration_get_bundle(dec, bundle,
7272 scf_decoration_destroy(dec);
H A Dlowlevel.c461 scf_decoration_t *dec)
466 REP_PROTOCOL_ENTITY_DECORATION, dec ? &dec->rd_d : NULL, 0));
3382 scf_decoration_layer_t layer, scf_decoration_t *dec)
3384 return (scf_get_decoration_common(&svc->rd_d, layer, dec));
3456 scf_decoration_layer_t layer, scf_decoration_t *dec)
3458 return (scf_get_decoration_common(&inst->rd_d, layer, dec));
3505 scf_decoration_layer_t layer, scf_decoration_t *dec)
3507 return (scf_get_decoration_common(&pg->rd_d, layer, dec));
4280 decoration_type_locked(const scf_decoration_t *dec, argument
460 scf_get_decoration_common(const scf_datael_t *dp, scf_decoration_layer_t layer, scf_decoration_t *dec) argument
3381 scf_service_get_decoration(const scf_service_t *svc, scf_decoration_layer_t layer, scf_decoration_t *dec) argument
3455 scf_instance_get_decoration(const scf_instance_t *inst, scf_decoration_layer_t layer, scf_decoration_t *dec) argument
3504 scf_pg_get_decoration(const scf_propertygroup_t *pg, scf_decoration_layer_t layer, scf_decoration_t *dec) argument
4311 scf_decoration_type(const scf_decoration_t *dec, scf_type_t *out) argument
4328 scf_decoration_is_type(const scf_decoration_t *dec, scf_type_t base_arg) argument
4448 scf_decoration_get_bundle(const scf_decoration_t *dec, char *out, size_t len) argument
4480 scf_decoration_get_layer(const scf_decoration_t *dec, scf_decoration_layer_t *out) argument
5871 scf_iter_decoration_values(scf_iter_t *iter, const scf_decoration_t *dec) argument
5951 scf_property_get_decoration(const scf_property_t *prop, scf_decoration_layer_t layer, scf_decoration_t *dec) argument
5962 scf_decoration_get_value(const scf_decoration_t *dec, scf_value_t *v) argument
6015 scf_decoration_t *dec = scf_decoration_create(h); local
[all...]

Completed in 86 milliseconds