Searched refs:gsub (Results 1 – 5 of 5) sorted by relevance
/ndk/build/awk/ |
D | gen-cygwin-deps-converter.awk | 96 gsub("\\\\","/",$1) 169 gsub("\\^","\\^",str) 170 gsub("\\.","\\.",str) 171 gsub("\\[","\\[",str) 172 gsub("\\]","\\]",str) 173 gsub("\\$","\\$",str) 174 gsub("\\(","\\(",str) 175 gsub("\\)","\\)",str) 176 gsub("\\+","\\+",str) 177 gsub("\\{","\\{",str) [all …]
|
D | extract-pid.awk | 52 gsub("\r","",$NF)
|
/ndk/sources/host-tools/nawk-20071023/ |
D | proto.h | 197 extern Cell *gsub(Node **, int);
|
D | FIXES | 43 fixed a bug in matching the null RE in sub and gsub. thanks to al aho 422 fixed some bugs in sub and gsub when replacement includes \\. 458 to grow arrays as needed for printf, sub, gsub, etc. 487 fixed long-standing bug in sub, gsub(/a/, "\\\\&"); thanks to 572 fixed at least one error in gsub that looked at -1-th element 654 increased buffer in gsub. a very crude fix to a general problem. 825 Changed grammar to prohibit constants as 3rd arg of sub and gsub; 880 affected are sub (gsub was ok), substr, printf, and
|
D | run.c | 1805 Cell *gsub(Node **a, int nnn) /* global substitute */ in gsub() function
|