OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hostdelim
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/inetd/
parse.c
391
char *
hostdelim
;
local in function:getconfigent
476
hostdelim
= strrchr(arg, ':');
477
if (
hostdelim
!= NULL) {
478
*
hostdelim
= '\0';
479
if (arg[0] == '[' &&
hostdelim
> arg &&
hostdelim
[-1] == ']') {
480
hostdelim
[-1] = '\0';
484
arg =
hostdelim
+ 1;
parse.c
391
char *
hostdelim
;
local in function:getconfigent
476
hostdelim
= strrchr(arg, ':');
477
if (
hostdelim
!= NULL) {
478
*
hostdelim
= '\0';
479
if (arg[0] == '[' &&
hostdelim
> arg &&
hostdelim
[-1] == ']') {
480
hostdelim
[-1] = '\0';
484
arg =
hostdelim
+ 1;
Completed in 24 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025