Home
last modified time | relevance | path

Searched refs:grep (Results 1 – 4 of 4) sorted by relevance

/xv6-public/
H A Dprintpcs8 $p -h 2>&1 | grep -q '\belf32-i386\b'; then
14 $p $($p -h | grep ' -[aipsf] ' | awk '{print $1}') -e kernel "$@"
H A Dgrep.c11 grep(char *pattern, int fd) in grep() function
51 grep(pattern, 0); in main()
60 grep(pattern, fd); in main()
H A DMakefile39 TOOLPREFIX := $(shell if i386-jos-elf-objdump -i 2>&1 | grep '^elf32-i386$$' >/dev/null 2>&1; \
41 elif objdump -i 2>&1 | grep 'elf32-i386' >/dev/null 2>&1; \
83 LDFLAGS += -m $(shell $(LD) -V | grep elf_i386 2>/dev/null | head -n 1)
86 ifneq ($(shell $(CC) -dumpspecs 2>/dev/null | grep -e '[^f]no-pie'),)
89 ifneq ($(shell $(CC) -dumpspecs 2>/dev/null | grep -e '[^f]nopie'),)
198 FILES = $(shell grep -v '^\#' runoff.list)
216 QEMUGDB = $(shell if $(QEMU) -help | grep -q '^-gdb'; \
251 mkfs.c ulib.c user.h cat.c echo.c forktest.c grep.c kill.c\
262 grep -v PAGEBREAK $$i >dist/$$i; \
H A Drunoff18 files=`grep -v '^#' runoff.list | awk '{print $1}'`
226 grep Pages: all.ps