Searched defs:l3 (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dtparm.c203 tparm_p3(char *instring, long l1, long l2, long l3) argument
209 p[2] = l3;
216 tparm_p4(char *instring, long l1, long l2, long l3, long l4) argument
222 p[2] = l3;
230 tparm_p7(char *instring, long l1, long l2, long l3, long l4, long l5, long l6, argument
237 p[2] = l3;
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Drsa.c1105 gcry_sexp_t l1, l2, l3;
1115 l3 = gcry_sexp_find_token (l2, "a", 0);
1117 if (!l3)
1119 a_value = gcry_sexp_nth_mpi (l3, 1, 0);
1120 gcry_sexp_release (l3);
1103 gcry_sexp_t l1, l2, l3; local
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Drsa.c1159 gcry_sexp_t l1, l2, l3;
1169 l3 = gcry_sexp_find_token (l2, "a", 0);
1171 if (!l3)
1173 a_value = gcry_sexp_nth_mpi (l3, 1, 0);
1174 gcry_sexp_release (l3);
1157 gcry_sexp_t l1, l2, l3; local
H A Dpubkey.c2072 gcry_sexp_t l3 = NULL; local
2308 gcry_sexp_release (l3);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dxfs.h194 * l1:0-8, l2:0-31, and l3:21-31 are startblock.
195 * l3:0-20 are blockcount.
207 xfs_uint32_t l0, l1, l2, l3; member in struct:xfs_bmbt_rec_32

Completed in 227 milliseconds