Home
last modified time | relevance | path

Searched refs:lp (Results 1 – 6 of 6) sorted by relevance

/busybox-1.35.0/editors/
Ded.c88 LINE *lp; in findLine() local
104 lp = curLine; in findLine()
107 lp = lines.next; in findLine()
110 lp = lines.prev; in findLine()
115 lp = lp->next; in findLine()
120 lp = lp->prev; in findLine()
123 return lp; in findLine()
130 static int findString(const LINE *lp, const char *str, int len, int offset) in findString() argument
135 cp = &lp->data[offset]; in findString()
136 left = lp->len - offset - len; in findString()
[all …]
/busybox-1.35.0/util-linux/
Dfdisk_osf.c251 static uint16_t xbsd_dkcksum(struct xbsd_disklabel *lp);
496 struct xbsd_disklabel *lp = &xbsd_dlabel; in xbsd_print_disklabel() local
508 if ((unsigned) lp->d_type < ARRAY_SIZE(xbsd_dktypenames)-1) in xbsd_print_disklabel()
509 printf("type: %s\n", xbsd_dktypenames[lp->d_type]); in xbsd_print_disklabel()
511 printf("type: %u\n", lp->d_type); in xbsd_print_disklabel()
512 printf("disk: %.*s\n", (int) sizeof(lp->d_typename), lp->d_typename); in xbsd_print_disklabel()
513 printf("label: %.*s\n", (int) sizeof(lp->d_packname), lp->d_packname); in xbsd_print_disklabel()
515 print_flags_separated(d_masks, "removable\0""ecc\0""badsect\0", lp->d_flags, " "); in xbsd_print_disklabel()
519 printf("bytes/sector: %lu\n", (long) lp->d_secsize); in xbsd_print_disklabel()
520 printf("sectors/track: %lu\n", (long) lp->d_nsectors); in xbsd_print_disklabel()
[all …]
/busybox-1.35.0/networking/libiproute/
Dipaddress.c415 struct nlmsg_list **lp; in store_nlmsg() local
422 for (lp = linfo; *lp; lp = &(*lp)->next) in store_nlmsg()
424 *lp = h; in store_nlmsg()
533 struct nlmsg_list **lp; in ipaddr_list_or_flush() local
534 lp = &linfo; in ipaddr_list_or_flush()
536 while ((l = *lp) != NULL) { in ipaddr_list_or_flush()
584 *lp = l->next; in ipaddr_list_or_flush()
586 lp = &l->next; in ipaddr_list_or_flush()
/busybox-1.35.0/archival/libarchive/
Ddecompress_unlzma.c220 int lc, pb, lp; in IF_DESKTOP() local
244 lp = i % 5; in IF_DESKTOP()
246 literal_pos_mask = (1 << lp) - 1; in IF_DESKTOP()
263 num_probs = LZMA_BASE_SIZE + (LZMA_LIT_SIZE << (lc + lp)); in IF_DESKTOP()
/busybox-1.35.0/shell/
Dash.c1329 struct nodelist *lp; in shtree() local
1363 for (lp = n->npipe.cmdlist; lp; lp = lp->next) { in shtree()
1364 shtree(lp->n, 0, NULL, fp); in shtree()
1365 if (lp->next) in shtree()
2533 # define listvars(on, off, lp, end) listvars(on, off, end) argument
2536 listvars(int on, int off, struct strlist *lp, char ***end) in listvars() argument
2557 struct strlist *lp1 = lp; in listvars()
2575 while (lp) { in listvars()
2578 *ep++ = lp->text; in listvars()
2579 lp = lp->next; in listvars()
[all …]
/busybox-1.35.0/docs/
Dposix_conformance.txt24 gencat, getconf, iconv, join, link, locale, localedef, lp, m4,