OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sepstring
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/jot/
jot.c
78
static const char *
sepstring
= "\n";
variable in typeref:typename:const char *
170
sepstring
= optarg;
313
fputs(
sepstring
, stdout);
/src/usr.bin/lam/
lam.c
64
const char *
sepstring
; /* string to print before each line */
member in struct:openfile
93
fputs(ip->
sepstring
, stdout);
118
if (!ip->
sepstring
)
119
ip->
sepstring
= (S ? (ip-1)->
sepstring
: "");
131
ip->
sepstring
= p;
172
if (!ip->
sepstring
)
173
ip->
sepstring
= "";
181
strlcpy(lp, ip->
sepstring
, line + sizeof(line) - lp);
212
strlcpy(lp, ip->
sepstring
, line + sizeof(line) - lp)
[
all
...]
Completed in 11 milliseconds
Indexes created Thu Sep 25 02:09:54 GMT 2025