Searched refs:keywords (Results 1 - 11 of 11) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/udhcpd/
H A Dfiles.c152 static struct config_keyword keywords[] = { variable in typeref:struct:config_keyword
183 for (i = 0; strlen(keywords[i].keyword); i++)
184 if (strlen(keywords[i].def))
185 keywords[i].handler(keywords[i].def, keywords[i].var);
209 for (i = 0; strlen(keywords[i].keyword); i++)
210 if (!strcasecmp(token, keywords[i].keyword))
211 if (!keywords[i].handler(line, keywords[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Dlinelist.h68 struct keywords{ struct
89 extern struct keywords Pc_var_list[], DYN_var_list[];
211 struct keywords *var_list, char *tag );
241 void Clear_var_list( struct keywords *v, int setv );
242 void Set_var_list( struct keywords *keys, struct line_list *values );
245 void Config_value_conversion( struct keywords *key, const char *s );
283 void Dump_parms( char *title, struct keywords *k );
284 void Dump_default_parms( int fd, char *title, struct keywords *k );
289 int Get_keyval( char *s, struct keywords *controlwords );
290 char *Get_keystr( int c, struct keywords *controlword
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dcontrolword.c18 static struct keywords controlwords[] = {
H A Ddebug.c15 * void Get_debug_parm(int argc, char *argv[], struct keywords *list)
30 struct keywords debug_vars[] /* debugging variables */
76 Parse_debug (char *dbgstr, struct keywords *list, int interactive );
96 struct keywords *list = debug_vars;
H A Dvars.c102 struct keywords Pc_var_list[] = {
541 struct keywords DYN_var_list[] = {
H A Dlinelist.c1374 * struct keywords *var_list, char *tag )
1382 struct keywords *var_list, char *tag )
1947 void Clear_var_list( struct keywords *v, int setv )
1951 struct keywords *vars;
1974 * Set_var_list( struct keywords *vars, struct line_list *values );
1975 * for each name in keywords
1979 void Set_var_list( struct keywords *keys, struct line_list *values )
1981 struct keywords *vars;
1998 static struct keywords simple_words[] = {
2007 struct keywords *key
[all...]
H A Dpermission.c25 struct keywords permwords[] = {
H A Dlpd_jobs.c1753 static struct keywords keys[] = {
1769 struct keywords *key;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide.c3098 * 2. if the remainder matches one of the supplied keywords,
3106 static int __init match_parm (char *s, const char *keywords[], int vals[], int max_vals) argument
3114 * Try matching against the supplied keywords,
3117 if (keywords != NULL) {
3118 for (i = 0; *keywords != NULL; ++i) {
3119 if (!strcmp(s, *keywords++))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-tunnels.tex275 output directions by prefixing corresponding keywords with letter
H A Dip-cref.tex149 Almost all keywords may be abbreviated with several first (or even single)
2456 with the same keywords that were used when creating the tunnel.

Completed in 71 milliseconds