代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/190618/8440647
c cli.c
/*************************************************************
* File: mon/cli.c
* Purpose: Command line interface for MON
* Author: Phil Bunce (pjb@carmel.com)
* Revision History:
* 970216 Start
www.eeworm.com/read/190158/8447040
c cli.c
/**************************************************************************
*
* ROUTINE
* cli
*
* FUNCTION
* UNIX Command line interface.
* Read and check the UNIX command
www.eeworm.com/read/190158/8447230
f cli.f
www.eeworm.com/read/387848/8651081
c cli.c
/*
* cli - Command Line Interface for the Unified Configuration Interface
* Copyright (C) 2008 Felix Fietkau
*
* This program is free software; you can redistribute it and/or mod
www.eeworm.com/read/387845/8651244
c cli.c
/*
* swconfig.c: Switch configuration utility
*
* Copyright (C) 2008 Felix Fietkau
*
* This program is free software; you can redistribute it and/or
* modify it under the terms
www.eeworm.com/read/186238/8950492
exe cli.exe
www.eeworm.com/read/180332/9312001
h cli.h
/************************************************************************
* RSTP library - Rapid Spanning Tree (802.1t, 802.1w)
* Copyright (C) 2001-2003 Optical Access
* Author: Alex Rozin
*
www.eeworm.com/read/180332/9312027
c cli.c
/************************************************************************
* RSTP library - Rapid Spanning Tree (802.1t, 802.1w)
* Copyright (C) 2001-2003 Optical Access
* Author: Alex Rozin
*
www.eeworm.com/read/178806/9385266
c cli.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/168924/9888033
h cli.h
#define ALL_VALID 9090
#define INVALID 8080
#define HELP 7070
typedef struct {
/* All the variables that can be changed from the command line */
int analysis; /* Analysis execution flag */
ch