OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:qhead
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/altq/
altq_classq.h
74
#define
qhead
(q) ((q)->tail_ ? (q)->tail_->m_nextpkt : NULL)
macro
/src/usr.bin/whois/
whois.c
304
const char *
qhead
;
local in function:choose_server
314
qhead
= country;
315
else if ((
qhead
= strrchr(name, '.')) == NULL) {
329
} else if (isdigit((unsigned char)*(++
qhead
)))
336
if (asprintf(&server, "whois.nic.%s",
qhead
) == -1)
340
if ((strlen(
qhead
) == 2 ||
342
strcasecmp(
qhead
, "org") == 0 ||
343
strcasecmp(
qhead
, "com") == 0 ||
344
strcasecmp(
qhead
, "net") == 0 ||
345
strcasecmp(
qhead
, "cat") == 0 |
[
all
...]
Completed in 12 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025