OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isprefix
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libtelnet/
misc.h
41
int
isprefix
(const char *, const char *);
genget.c
53
isprefix
(const char *s1, const char *s2)
function in typeref:typename:int
87
if ((n =
isprefix
(name, *c)) == 0)
encrypt.c
226
if (
isprefix
(type, "help") ||
isprefix
(type, "?")) {
242
if (
isprefix
(type, "help") ||
isprefix
(type, "?")) {
251
if ((mode == 0) || (
isprefix
(mode, "input") ? 1 : 0)) {
257
if ((mode == 0) || (
isprefix
(mode, "output"))) {
275
if (
isprefix
(type, "help") ||
isprefix
(type, "?")) {
284
if ((mode == 0) ||
isprefix
(mode, "input")) {
289
if ((mode == 0) ||
isprefix
(mode, "output"))
[
all
...]
/src/usr.bin/telnet/
commands.c
468
if (
isprefix
(name, "?")) {
948
if ((argc == 2) && (
isprefix
(argv[1], "?") ||
isprefix
(argv[1], "help"))) {
1020
if (
isprefix
(argv[1], "?") ||
isprefix
(argv[1], "help")) {
1987
if (!(argc && (
isprefix
(argv[2], "help") ||
1988
isprefix
(argv[2], "?")))) {
2118
if (strcmp(*argv, "help") == 0 ||
isprefix
(*argv, "?"))
Completed in 14 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025