Home
last modified time | relevance | path

Searched refs:awka_error (Results 1 – 16 of 16) sorted by relevance

/dports/lang/awka/awka-0.7.5/lib/
H A Dmem.c73 awka_error("Mem_Debug: Corruption in leading block for ptr %p, offset %d\n",pmem->ptr, i); in awka_mtestall()
77 awka_error("Mem_Debug: Corruption in trailing block for ptr %p, offset %d\n",pmem->ptr, i); in awka_mtestall()
99awka_error("Mem_Debug: (test): Internal error in allocation structure looking for ptr %p.\n",ptr); in awka_mtest()
104 awka_error("Mem_Debug: Corruption in leading block for ptr %p, offset %d\n",ptr, i); in awka_mtest()
108 awka_error("Mem_Debug: Corruption in trailing block for ptr %p, offset %d\n",ptr, i); in awka_mtest()
128awka_error("Mem_Debug: (free): Internal error in allocation structure looking for ptr %p.\n",ptr); in awka_mfree()
135 awka_error("Mem_Debug: Corruption in leading block for ptr %p, offset %d\n",ptr, i); in awka_mfree()
139 awka_error("Mem_Debug: Corruption in trailing block for ptr %p, offset %d\n",ptr, i); in awka_mfree()
167awka_error("Mem_Debug: (free): Internal error in allocation structure looking for ptr %p.\n",ptr); in awka_mcheck()
190 awka_error("Memory Error - Failed to allocate %d bytes, file %s line %d.\n",size,file,line); in awka_malloc()
[all …]
H A Dio.c95 awka_error("Something wierd has happened.\n"); in _awka_str2mode()
158 awka_error("Something strange has happened.\n"); in _awka_socketopen()
190 awka_error("/inet/raw client not ready yet, sorry\n"); in _awka_socketopen()
192 awka_error("only root may use `/inet/raw'.\n"); in _awka_socketopen()
234 awka_error("only root may use `/inet/raw'.\n"); in _awka_socketopen()
309 awka_error("local port invalid in '%s'\n",name); in _awka_io_opensocket()
337 awka_error("must supply a remote port to '/inet/'\n"); in _awka_io_opensocket()
344 awka_error("remote port invalid in '%s'\n", name); in _awka_io_opensocket()
358 awka_error("file '%s' is a directory\n",name); in _awka_io_opensocket()
468 awka_error("close of pipe failed.\n"); in _awka_io_2open()
[all …]
H A Dmem.h13 void awka_error( char *fmt, ... );
36 awka_error("Memory Error - Failed to allocate %d bytes, file %s line %d.\n",size,file,line); in awka_malloc()
56awka_error("Memory Error - Failed to reallocate ptr %p to %d bytes, file %s line %d.\n",*oldptr,si… in awka_realloc()
76 awka_error("Memory Error - Free of Null ptr, file %s, line %d.\n",file,line); in awka_free()
H A Dinit.c440 awka_error("command line parse: expecting argument after %s.\n",_argv[i-1]); \
524 awka_error("command line parse: unknown option %s\n",_argv[i]); in awka_parsecmdline()
544 awka_error("command line parse: expected 'var=value' after -v.\n"); in awka_parsecmdline()
546 awka_error("command line parse: null value for 'var' in 'var=value' after -v.\n"); in awka_parsecmdline()
558 awka_error("command line parse: variable '%s' not defined.\n",tmp); in awka_parsecmdline()
562 awka_error("command line parse: array variable '%s' used as scalar.\n",tmp); in awka_parsecmdline()
568 awka_error("command line parse: array variable '%s' used as scalar.\n",tmp); in awka_parsecmdline()
586 awka_error("command line parse: unknown option -W%s\n",p); in awka_parsecmdline()
606awka_error("command-line parse error: unknown argument '%s' - type \"-help\" for more info.\n",_ar… in awka_parsecmdline()
H A Dvar.c351awka_error("runtime error: awka_getd in file %s, line %d - %s\n", file,line,"array used as scalar"… in _awka_getdval()
391awka_error("runtime error: awka_setd in file %s, line %d - %s\n", file,line,"array used as scalar"… in _awka_setdval()
462awka_error("runtime error: awka_gets in file %s, line %d - array used as scalar.\n",file,line); in _awka_getsval()
488awka_error("runtime error: awka_getre in file %s, line %d - %s\n", file,line,"array used as scalar… in _awka_getreval()
508 awka_error("runtime error: Regular Expression failed to compile, file %s line %d\n",file,line); in _awka_getreval()
520awka_error("runtime error: awka_sets in file %s, line %d - %s\n", file,line,"array used as scalar"… in awka_setsval()
598 awka_error("runtime error: awka_vardblset - %s\n", "array used as scalar"); in awka_vardblset()
637 awka_error("runtime error: awka_varcpy - %s\n", "array used as scalar"); in awka_varcpy()
743 awka_error("runtime error: awka_varcmp", "array used as scalar"); in awka_varcmp()
796 awka_error("runtime error: awka_var2dblcmp", "array used as scalar"); in awka_var2dblcmp()
[all …]
H A Derror.h12 void awka_error( char *fmt, ... );
H A Drexp.c144 awka_error("fail to compile regular expression '%s'\n",list->str); \
158 awka_error("fail to compile regular expression '%s'\n",list->str); \
171 awka_error("fail to compile regular expression '%s'\n",list->str); \
H A Dbuiltin.c97 awka_error("internal runtime error: only %d args passed to %s - needed %d.\n", \
101 awka_error("internal runtime error: %d args passed to %s - max allowed is %d.\n", \
1185awka_error("runtime error: Second Argument must be >= 1 in call to Left, got %d\n",(int) vb->dval); in awka_left()
1221awka_error("runtime error: Second Argument must be >= 1 in call to Right, got %d\n",(int) vb->dval… in awka_right()
1697 awka_error("%s: missing argument %d.\n",caller,cur_arg); in _awka_formatstr()
1706 awka_error("%s: incomplete symbol after %% specifier %d.\n",caller,cur_arg); in _awka_formatstr()
1732 awka_error("%s: incomplete symbol after %%, specifier %d\n",caller,cur_arg); in _awka_formatstr()
1740 awka_error("%s: incomplete symbol after %%, specifier %d\n",caller,cur_arg); in _awka_formatstr()
1749 awka_error("%s: incomplete symbol after %%, specifier %d\n",caller,cur_arg); in _awka_formatstr()
1798awka_error("%s: unknown format specification (%d) '%s'\n",caller,cur_arg,awka_gets1(va->var[cur_ar… in _awka_formatstr()
[all …]
H A Derror.c34 awka_error( char *fmt, ... ) in awka_error() function
H A Darray.h115 awka_error("Runtime Error: Scalar used as Array when passed to alength()\n"); in awka_alength()
H A Dvar.h343 awka_error("Math Error: Divide By Zero, file %s line %d.\n",file,line); in _awka_dnotzero()
353 awka_error("Math Error: Divide By Zero"); in awka_div()
H A Darray.c204 awka_error("array: internal corruption detected.\n"); in _awka_hshdouble()
860 awka_error("runtime error: Scalar used as array in call to ArrayClear\n"); in awka_arrayclear()
1105 awka_error("runtime error: Scalar used as array in call to ArraySearch\n"); in awka_arraysearch1()
1234 awka_error("runtime error: Scalar used as array in call to ArraySearch\n"); in awka_arraysearch()
2004 awka_error("runtime error: Scalar used as array in call to ArraySplitStr\n"); in awka_arraysplitstr()
2024 awka_error("runtime error: Array used as scalar in call to ArraySplitStr\n"); in awka_arraysplitstr()
2358 awka_error("awka_doln: field variable referenced with negative index.\n"); in awka_doln()
2558 awka_error("runtime error: Scalar used as array in call to ArrayLoop\n"); in awka_arrayloop()
2631 awka_error("runtime error: Array used as scalar in call to ArrayNext.\n"); in awka_arraynext()
/dports/lang/awka/awka-0.7.5/awka/
H A Dmem.h15 void awka_error(char *fmt, ...);
22 awka_error("Memory Error - Failed to allocate %d bytes, file %s line %d.\n",size,file,line); in awka_malloc()
31awka_error("Memory Error - Failed to reallocate ptr %p to %d bytes, file %s line %d.\n",oldptr,siz… in awka_realloc()
40 awka_error("Memory Error - Free of Null ptr, file %s, line %d.\n",file,line); in awka_free()
H A Dtranslate.c1834 awka_error("jnz error: expecting a prior opcode.\n"); in awka_jnz()
1905 awka_error("jz error: expecting a prior opcode.\n"); in awka_jz()
2769 awka_error("printf error: expected at least one prior opcode.\n"); in awka_printf()
3014 awka_error("alength error: expected a prior opcode.\n"); in awka_alength()
3019 awka_error("alength error: expecting a variable as argument.\n"); in awka_alength()
3040 awka_error("asort error: expected a prior opcode.\n"); in awka_asort()
3057 awka_error("asort error: expecting a variable as argument.\n"); in awka_asort()
3063 awka_error("asort error: expecting a variable as argument.\n"); in awka_asort()
3090 awka_error("split error: expected at least two prior opcodes.\n"); in awka_split()
3475 awka_error("uplus error: expected at least one prior opcode.\n"); in awka_uplus()
[all …]
H A Dawka.c70 awka_error(char *fmt, ...) in awka_error() function
164 awka_error("Failed to open temporary output file.\n"); in main()
179 awka_error("Failed to open awka_out.c in current directory.\n"); in main()
186 awka_error("Sorry, program was not parsed successfully.\n"); in main()
245 awka_error("Awka error: compile failed.\n"); in main()
H A Dpreprocess.c645 awka_error("parse error: lj[n]z target not found, line %d.\n",progcode[cur].line); in preprocess()
689 awka_error("parse error: jmp target not found, line %d.\n",progcode[cur].line); in preprocess()
730awka_error("parse error: set_al/jz/qmark target not found, line %d.\n",progcode[cur].line); in preprocess()
798 awka_error("parse error: jnz target not found, line %d.\n",progcode[cur].line); in preprocess()
936 awka_error("parse error: range value not set correctly, line %d.\n",progcode[cur].line); in preprocess()
940 awka_error("parse error: range value not set correctly, line %d.\n",progcode[cur].line); in preprocess()
947 awka_error("parse error: can't find range target (1), line %d.\n", progcode[cur].line); in preprocess()
952 awka_error("parse error: can't find range target (2), line %d.\n", progcode[cur].line); in preprocess()
959 awka_error("parse error: can't find range target (3), line %d.\n", progcode[cur].line); in preprocess()
964 awka_error("parse error: can't find range target (4), line %d.\n", progcode[cur].line); in preprocess()