OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tbuf2
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/grfconfig/
grfconfig.c
128
char *obuf, tbuf[_POSIX2_LINE_MAX], *
tbuf2
;
local in function:main
142
tbuf2
= tbuf;
143
while ((*
tbuf2
= *obuf) != '\0') {
144
if (*
tbuf2
== '#') {
145
*
tbuf2
= '\0';
148
if (isupper((unsigned char)*
tbuf2
)) {
149
*
tbuf2
= tolower((unsigned char)*
tbuf2
);
152
tbuf2
++;
grfconfig.c
128
char *obuf, tbuf[_POSIX2_LINE_MAX], *
tbuf2
;
local in function:main
142
tbuf2
= tbuf;
143
while ((*
tbuf2
= *obuf) != '\0') {
144
if (*
tbuf2
== '#') {
145
*
tbuf2
= '\0';
148
if (isupper((unsigned char)*
tbuf2
)) {
149
*
tbuf2
= tolower((unsigned char)*
tbuf2
);
152
tbuf2
++;
Completed in 24 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025