/src/usr.bin/error/ |
filter.c | 24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 115 (void)substitute(names_ignored[i], '\n', '\0');
|
error.h | 24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 280 char *substitute(char *, char, char);
|
subr.c | 24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 114 substitute(char *string, char chold, char chnew) function in typeref:typename:char *
|
pi.c | 24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 266 (void)substitute(cur_wordv[2], '^', '|');
|
input.c | 24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 194 (void)substitute(currentfilename, ':', '\0');
|
/src/bin/ksh/ |
mail.c | 199 shellf("%s\n", substitute(mbp->mb_msg ? mbp->mb_msg : MBMESSAGE, 0));
|
main.c | 223 substitute(initsubs, 0); 359 include(substitute("$HOME/.profile", 0), 0, 381 env_file = substitute(env_file, DOTILDE); 385 include(substitute("$HOME/kshrc.ksh", 0), 0,
|
proto.h | 62 char * substitute ARGS((const char *, int));
|
eval.c | 67 substitute(cp, f) function 78 internal_errorf(1, "substitute"); 272 v_evaluate(&v, substitute(sp, 0), 407 /* Restore our position and substitute
|
lex.c | 1108 /* Substitute ! and !! here, before substitutions are done 1140 prompt = str_save(substitute(ps1, 0),
|
exec.c | 21 # define PS4_SUBSTITUTE(s) substitute((s), 0)
|
var.c | 158 sub = substitute(tmp, 0);
|
/src/usr.sbin/rpc.pcnfsd/ |
pcnfsd_print.c | 81 void substitute(char *, const char *, const char *); 1272 substitute(char *string, const char *token, const char *data) function in typeref:typename:void 1296 substitute(expansion, "$FILE", file); 1297 substitute(expansion, "$USER", user); 1298 substitute(expansion, "$HOST", host);
|
/src/usr.bin/sed/ |
process.c | 28 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 85 static int substitute(struct s_command *); 232 sdone |= substitute(cp); 379 * substitute -- 381 * copy of the new pattern space in the substitute space structure 385 substitute(struct s_command *cp) function in typeref:typename:int 405 SS.len = 0; /* Clean substitute space. */ 467 * Swap the substitute space and the pattern space, and make sure
|
/src/games/cgram/ |
cgram.c | 25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 295 substitute(char a, char b) function in typeref:typename:void 480 substitute(char_at_cursor(), (char)ch);
|
/src/usr.bin/make/unit-tests/ |
varmod-loop-varname.mk | 111 # loop. This is different from the .for loops, which substitute the
|
varmod-loop.mk | 55 # loop. This is different from the .for loops, which substitute the
|