Home
last modified time | relevance | path

Searched refs:lpc (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/libbb/
Dxreadlink.c55 char *lpc; in xmalloc_follow_symlinks() local
82 lpc = bb_get_last_path_component_strip(buf); in xmalloc_follow_symlinks()
83 strcpy(lpc, linkpath); in xmalloc_follow_symlinks()
/busybox-1.35.0/editors/
Dsed.c937 char lpc = *last_puts_char; in puts_maybe_newline() local
941 if (lpc != '\n' && lpc != '\0') { in puts_maybe_newline()
943 lpc = '\n'; in puts_maybe_newline()
949 lpc = 'x'; in puts_maybe_newline()
954 lpc = 'x'; /* */ in puts_maybe_newline()
959 lpc = last_gets_char; in puts_maybe_newline()
966 *last_puts_char = lpc; in puts_maybe_newline()