Searched refs:lmp (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c3402 must *lmp; local
3407 lmp = --mp;
3409 if (strcmp(lmp->is, rmp->is) != 0)
3410 lmp->is[0] = '\0';
3413 while (lmp->left[i] != '\0' && lmp->left[i] == rmp->left[i])
3415 lmp->left[i] = '\0';
3417 ln = strlen(lmp->right);
3423 if (lmp->right[ln - i - 1] != rmp->right[rn - i - 1])
3426 lmp
3455 must *lmp; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/
H A Djfs_dtree.c940 struct metapage *lmp; local
1134 lmp = smp;
1143 DT_PUTPAGE(lmp);
1194 DT_PUTPAGE(lmp);
1225 DT_PUTPAGE(lmp);
2452 struct metapage *mp, *pmp, *lmp, *rmp; local
2510 lmp = NULL;
2513 DT_GETPAGE(ip, prevbn, lmp, PSIZE, lp, rc);
2528 if (lmp) {
2529 tlck = txLock(tid, ip, lmp, tlckDTRE
[all...]
H A Djfs_xtree.c2837 struct metapage *mp, *pmp, *lmp, *rmp; /* meta-page buffer */ local
3009 lmp = NULL;
3012 XT_GETPAGE(ip, prevbn, lmp, PSIZE, lp, rc);
3027 if (lmp) {
3028 BT_MARK_DIRTY(lmp, ip);
3030 txLock(tid, ip, lmp, tlckXTREE | tlckRELINK);
3032 XT_PUTPAGE(lmp);

Completed in 197 milliseconds