Home
last modified time | relevance | path

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

/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dutil.c192 struct str ln; in procfile() local
222 ln.file = grep_malloc(strlen(fn) + 1); in procfile()
223 strcpy(ln.file, fn); in procfile()
224 ln.line_no = 0; in procfile()
225 ln.len = 0; in procfile()
227 ln.off = -1; in procfile()
230 ln.off += ln.len + 1; in procfile()
231 if ((ln.dat = grep_fgetln(f, &ln.len)) == NULL || ln.len == 0) in procfile()
233 if (ln.len > 0 && ln.dat[ln.len - 1] == line_sep) in procfile()
234 --ln.len; in procfile()
[all …]
/system/core/init/
DAndroid.mk81 ln -sf ../init $(TARGET_ROOT_OUT)/sbin/ueventd; \
82 ln -sf ../init $(TARGET_ROOT_OUT)/sbin/watchdogd
/system/core/toolbox/
DAndroid.mk80 LOCAL_POST_INSTALL_CMD := $(hide) $(foreach t,$(ALL_TOOLS),ln -sf toolbox $(TARGET_OUT)/bin/$(t);)
123 LOCAL_POST_INSTALL_CMD := $(hide) $(foreach t,egrep fgrep,ln -sf grep $(TARGET_OUT)/bin/$(t);)
/system/core/logd/
DAndroid.mk52 LOCAL_POST_INSTALL_CMD := $(hide) $(foreach t,$(filter-out $(LOCAL_MODULE),$(ALL_TOOLS)),ln -sf $(L…
/system/core/healthd/
DAndroid.mk48 && ln -sf /sbin/healthd $(TARGET_ROOT_OUT)/charger
/system/extras/perfprofd/
Dperfprofdcore.cc365 char *ln = strrchr(value, '\n'); in readFile() local
366 if (ln) { *ln = '\0'; } in readFile()