OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:protobuf
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xtrans/dist/
Xtrans.c
155
char
protobuf
[PROTOBUFSIZE];
166
strncpy (
protobuf
, protocol, PROTOBUFSIZE - 1);
167
protobuf
[PROTOBUFSIZE-1] = '\0';
169
for (unsigned int i = 0; i < PROTOBUFSIZE &&
protobuf
[i] != '\0'; i++)
170
if (isupper ((unsigned char)
protobuf
[i]))
171
protobuf
[i] = tolower ((unsigned char)
protobuf
[i]);
179
if (!strcmp (
protobuf
, Xtransports[i].transport->TransName))
154
char
protobuf
[PROTOBUFSIZE];
local
/src/lib/libc/gen/
getpwent.c
1682
char
protobuf
[_GETPW_R_SIZE_MAX];
member in struct:compat_state
2123
if (! _pw_copy(pw, &state->proto, state->
protobuf
,
2124
sizeof(state->
protobuf
), NULL, 0)) {
Completed in 25 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026