OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:string2
(Results
1 - 1
of
1
) 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
...]
Completed in 11 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025