OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:majorstr
(Results
1 - 1
of
1
) sorted by relevancy
/src/libexec/httpd/
bozohttpd.c
504
char
majorstr
[16], *minorstr;
local in function:process_proto
517
strncpy(
majorstr
, proto + 5, sizeof(
majorstr
)-1);
518
majorstr
[sizeof(
majorstr
)-1] = 0;
519
minorstr = strchr(
majorstr
, '.');
524
majorint = atoi(
majorstr
);
Completed in 12 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025