Home
last modified time | relevance | path

Searched defs:strip (Results 1 – 14 of 14) sorted by relevance

/minix3/external/mit/lua/dist/src/
H A Dldump.c30 int strip; member
209 int strip) { in luaU_dump()
H A Dlapi.c1000 LUA_API int lua_dump (lua_State *L, lua_Writer writer, void *data, int strip) { in lua_dump()
H A Dlstrlib.c191 int strip = lua_toboolean(L, 2); in str_dump() local
/minix3/external/bsd/nvi/dist/dist/
H A DMakefile.am314 strip= @vi_cv_path_strip@ macro
/minix3/bin/csh/
H A Dmisc.c363 strip(Char *cp) in strip() function
/minix3/external/bsd/nvi/dist/regex/
H A Dregex2.h140 sop *strip; /* malloced area for strip */ member
H A Dregcomp.c72 sop *strip; /* malloced strip */ member
/minix3/lib/libc/regex/
H A Dregex2.h181 sop *strip; /* malloced area for strip */ member
H A Dregcomp.c112 sop *strip; /* malloced strip */ member
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A Dregex2.h132 sop *strip; /* malloced area for strip */ member
H A Dregcomp.c68 sop *strip; /* malloced strip */ member
/minix3/usr.bin/xinstall/
H A Dxinstall.c1059 strip(const char *to_name) in strip() function
/minix3/usr.bin/telnet/
H A Dtelnet.c69 #define strip(x) ((my_want_state_is_wont(TELOPT_BINARY)) ? ((x)&0x7f) : (x)) macro
/minix3/external/bsd/file/dist/src/
H A Dapprentice.c3042 mkdbname(struct magic_set *ms, const char *fn, int strip) in mkdbname()