Searched refs:parse_error (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/aparser/
H A Dtoken.awk3 function parse_error(msg) { function
45 {if (module!="") parse_error("you can only specify one module name");}
50 {if (module=="") parse_error("you must specify the module name first");}
58 {if (current_struct!="") parse_error("you cannot have nested structures");}
64 {if (current_struct!="") parse_error("you cannot have nested structures");}
70 {if (current_struct!="") parse_error("this cannot appear inside a structure");}
77 {if (current_struct!="") parse_error("you cannot have nested structures");}
85 {if (current_struct!="") parse_error("you cannot have nested structures");}
92 {if (current_struct=="") parse_error("this must appear inside a structure");}
95 {if (current_union!="") parse_error("yo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/applets/
H A Dapplets.c125 #define parse_error(x) do { errmsg = x; goto pe_label; } while (0) macro
166 parse_error("reading");
184 parse_error("line too long");
205 parse_error("section header");
235 parse_error("keyword");
265 parse_error("mode");
278 parse_error("<uid>.<gid>");
288 parse_error("user");
298 parse_error("group");
314 parse_error("keywor
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Dled.c198 if (d != 0 && d != 1) goto parse_error;
201 if (*cur++ != ' ') goto parse_error;
204 if (d != 0 && d != 1) goto parse_error;
207 if (*cur++ != ' ') goto parse_error;
210 if (d != 0 && d != 1) goto parse_error;
227 parse_error:
H A Dpdc_stable.c768 goto parse_error;
792 parse_error:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-proc.c472 goto parse_error;
474 goto parse_error;
482 goto parse_error;
488 goto parse_error;
499 goto parse_error;
508 parse_error:

Completed in 97 milliseconds