Searched defs:lp (Results 1 - 7 of 7) sorted by path

/system/core/libcutils/
H A Dtztime.c1406 register const struct lsinfo * lp; local
1425 lp = &sp->lsis[i];
1426 if (*timep >= lp->ls_trans) {
1427 if (*timep == lp->ls_trans) {
1428 hit = ((i == 0 && lp->ls_corr > 0) ||
1429 lp->ls_corr > sp->lsis[i - 1].ls_corr);
1440 corr = lp->ls_corr;
/system/core/sh/
H A Deval.c492 struct nodelist *lp; local
499 for (lp = n->npipe.cmdlist ; lp ; lp = lp->next)
504 for (lp = n->npipe.cmdlist ; lp ; lp = lp->next) {
505 prehash(lp
[all...]
H A Djobs.c508 while ((m = nextopt("lp")))
1247 struct nodelist *lp; local
1271 for (lp = n->npipe.cmdlist ; lp ; lp = lp->next) {
1272 cmdtxt(lp->n);
1273 if (lp->next)
H A Dparser.c250 struct nodelist *lp, *prev; local
263 lp = (struct nodelist *)stalloc(sizeof (struct nodelist));
264 pipenode->npipe.cmdlist = lp;
265 lp->n = n1;
267 prev = lp;
268 lp = (struct nodelist *)stalloc(sizeof (struct nodelist));
269 lp->n = command();
270 prev->next = lp;
272 lp->next = NULL;
H A Dshow.c75 struct nodelist *lp; local
103 for (lp = n->npipe.cmdlist ; lp ; lp = lp->next) {
104 shcmd(lp->n, fp);
105 if (lp->next)
H A Dvar.c322 struct strlist *lp; local
325 for (lp = list ; lp ; lp = lp->next) {
326 setvareq(savestr(lp->text), flags);
334 struct strlist *lp; local
336 for (lp = list ; lp ; lp
[all...]
/system/core/toolbox/
H A Dnewfs_msdos.c831 struct disklabel *lp, dlp; local
835 lp = NULL;
839 lp = getdiskbyname(dtype);
843 if (lp == NULL) {
855 lp = &dlp;
861 lp = &dlp;
866 if (lp == NULL) {
890 lp = &dlp;
894 bpb->bps = ckgeom(fname, lp->d_secsize, "bytes/sector");
896 bpb->spt = ckgeom(fname, lp
[all...]

Completed in 13 milliseconds