HomeSort by: relevance | last modified time | path
    Searched refs:string2 (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/tr/
tr.c 55 static int string1[NCHARS], string2[NCHARS]; variable in typeref:typename:int[][]
100 * tr -ds [-c] string1 string2
102 * Squeeze all characters in string2.
109 setup(string2, argv[1], 2, 0);
112 if (!string1[ch] && (!string2[ch] || lastch != ch)) {
151 * tr [-cs] string1 string2
153 * the character in the same position in string2. If the -s option is
154 * specified, squeeze all the characters in string2.
188 errx(1, "empty string2");
222 /* Note the characters to squeeze in string2[]. *
    [all...]
  /src/sys/arch/vax/vax/
emulate.S 280 argl(3,%r3) # (3) string2 address == %r3
299 arguw(4,%r2) # (1) string2 length == %r2
300 argl(5,%r3) # (3) string2 address == %r3

Completed in 72 milliseconds