OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:string1
(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
101
* Delete all characters (or complemented characters) in
string1
.
108
setup(
string1
, argv[0], 1, cflag);
112
if (!
string1
[ch] && (!string2[ch] || lastch != ch)) {
120
* tr -d [-c]
string1
121
* Delete all characters (or complemented characters) in
string1
.
127
setup(
string1
, argv[0], 1, cflag);
130
if (!
string1
[ch])
136
* tr -s [-c]
string1
[
all
...]
tr.c
55
static int
string1
[NCHARS], string2[NCHARS];
variable in typeref:typename:int[]
100
* tr -ds [-c]
string1
string2
101
* Delete all characters (or complemented characters) in
string1
.
108
setup(
string1
, argv[0], 1, cflag);
112
if (!
string1
[ch] && (!string2[ch] || lastch != ch)) {
120
* tr -d [-c]
string1
121
* Delete all characters (or complemented characters) in
string1
.
127
setup(
string1
, argv[0], 1, cflag);
130
if (!
string1
[ch])
136
* tr -s [-c]
string1
[
all
...]
Completed in 22 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025