OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:userconf_cmds
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
subr_userconf.c
66
static const char *
userconf_cmds
[] = {
variable in typeref:typename:const char * []
521
while (*
userconf_cmds
[j] != '\0') {
522
printf("%s",
userconf_cmds
[j]);
523
k = strlen(
userconf_cmds
[j]);
528
switch (*
userconf_cmds
[j+1]) {
710
while (*
userconf_cmds
[j] != '\0') {
711
if (strlen(
userconf_cmds
[j]) == i) {
712
if (strncasecmp(v,
userconf_cmds
[j], i) == 0)
725
switch (*
userconf_cmds
[k+1]) {
subr_userconf.c
66
static const char *
userconf_cmds
[] = {
variable in typeref:typename:const char * []
521
while (*
userconf_cmds
[j] != '\0') {
522
printf("%s",
userconf_cmds
[j]);
523
k = strlen(
userconf_cmds
[j]);
528
switch (*
userconf_cmds
[j+1]) {
710
while (*
userconf_cmds
[j] != '\0') {
711
if (strlen(
userconf_cmds
[j]) == i) {
712
if (strncasecmp(v,
userconf_cmds
[j], i) == 0)
725
switch (*
userconf_cmds
[k+1]) {
Completed in 24 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025