Home
last modified time | relevance | path

Searched refs:regsub (Results 1 – 25 of 25) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/test/
H A Dtrigger2.test253 regsub -all new\.a $tr_program_fixed {''} tr_program_fixed
254 regsub -all new\.b $tr_program_fixed {''} tr_program_fixed
255 regsub -all new\.c $tr_program_fixed {''} tr_program_fixed
258 regsub -all old\.a $tr_program_fixed {''} tr_program_fixed
259 regsub -all old\.b $tr_program_fixed {''} tr_program_fixed
260 regsub -all old\.c $tr_program_fixed {''} tr_program_fixed
265 regsub -all new\.a $tr_program_cooked $newA tr_program_cooked
266 regsub -all new\.b $tr_program_cooked $newB tr_program_cooked
267 regsub -all new\.c $tr_program_cooked $newC tr_program_cooked
268 regsub -all old\.a $tr_program_cooked $oldA tr_program_cooked
[all …]
H A Dpager.test226 regsub -all CNT {
233 regsub -all CNT {
239 regsub -all CNT {
H A Dtclsqlite.test73 regsub {:.*$} $msg {} msg
H A Dmisc1.test288 regsub "x0>=0" $::where "x0=0" ::where
301 regsub "x0=0" $::where "x0=100" ::where
/titanic_41/usr/src/cmd/sed/
H A Dprocess.c69 static void regsub(SPACE *, char *, char *);
395 regsub(&SS, s, cp->u.s->new); in substitute()
434 regsub(&SS, s, cp->u.s->new); in substitute()
676 regsub(SPACE *sp, char *string, char *src) in regsub() function
/titanic_41/usr/src/lib/libast/common/include/
H A Dregex.h242 extern int regsub(const regex_t*, struct _sfio_s*, const char*, const char*, size_t, regmatch_t*, r…
/titanic_41/usr/src/lib/libast/common/regex/
H A Dregsub.c242 regsub(const regex_t* p, Sfio_t* dp, const char* op, const char* sp, size_t nmatch, regmatch_t* mat… in regsub() function
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h274 #undef regsub
275 #define regsub _ast_regsub macro
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h295 #undef regsub
296 #define regsub _ast_regsub macro
H A Dregex.h225 extern __MANGLE__ int regsub __PROTO__((const regex_t*, struct _sfio_s*, const char*, const char*, …
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h295 #undef regsub
296 #define regsub _ast_regsub macro
H A Dregex.h225 extern __MANGLE__ int regsub __PROTO__((const regex_t*, struct _sfio_s*, const char*, const char*, …
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h295 #undef regsub
296 #define regsub _ast_regsub macro
H A Dregex.h225 extern __MANGLE__ int regsub __PROTO__((const regex_t*, struct _sfio_s*, const char*, const char*, …
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h274 #undef regsub
275 #define regsub _ast_regsub macro
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h274 #undef regsub
275 #define regsub _ast_regsub macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h295 #undef regsub
296 #define regsub _ast_regsub macro
H A Dregex.h225 extern __MANGLE__ int regsub __PROTO__((const regex_t*, struct _sfio_s*, const char*, const char*, …
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h274 #undef regsub
275 #define regsub _ast_regsub macro
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap274 #undef regsub
275 #define regsub _ast_regsub
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap274 #undef regsub
275 #define regsub _ast_regsub
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap274 #undef regsub
275 #define regsub _ast_regsub
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap274 #undef regsub
275 #define regsub _ast_regsub
/titanic_41/usr/src/lib/libast/
H A DMakefile.com273 common/regex/regsub.o \
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE786 regex/regsub.c: deprecate
788 02-05-14 regex/regsub.c: fix (^|x) null match early termination bug
945 regex/regsub: handle REG_SHELL ~(nnn) rhs backrefs