HomeSort by: relevance | last modified time | path
    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