HomeSort by relevance Sort by last modified time
    Searched refs:outn (Results 1 - 6 of 6) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/
gen.c 140 outn( " {" );
208 outn( " };\n" );
214 outn( " {" ); /* } so vi doesn't get confused */
283 outn(
1038 outn( "" );
1050 outn( str );
1207 outn(
1209 outn( "static char *yy_full_match;" );
1210 outn( "static int yy_lp;" );
1217 outn(
    [all...]
main.c 335 outn( "" );
947 outn( "\n#define YY_USES_REJECT" );
951 outn( "\n#define yywrap() 1" );
952 outn( "#define YY_SKIP_YYWRAP" );
956 outn( "\n#define FLEX_DEBUG" );
959 outn( "typedef unsigned char YY_CHAR;" );
961 outn( "typedef char YY_CHAR;" );
965 outn( "#define yytext_ptr yytext" );
968 outn( "#define YY_INTERACTIVE" );
975 outn( "#ifdef VMS" )
    [all...]
misc.c 297 outn( " } ;\n" );
699 void outn( str ) function
823 outn( buf );
dfa.c 539 outn( " {" );
546 outn( " },\n" );
711 outn( " {" );
726 outn( " },\n" );
flexdef.h 896 extern void outn PROTO((const char []));
    [all...]
  /system/core/libsparse/
output_file.c 127 struct output_file_normal *outn = to_output_file_normal(out); local
129 outn->fd = fd;
136 struct output_file_normal *outn = to_output_file_normal(out); local
138 ret = lseek64(outn->fd, cnt, SEEK_CUR);
149 struct output_file_normal *outn = to_output_file_normal(out); local
151 ret = ftruncate64(outn->fd, len);
162 struct output_file_normal *outn = to_output_file_normal(out); local
164 ret = write(outn->fd, data, len);
178 struct output_file_normal *outn = to_output_file_normal(out); local
180 free(outn);
630 struct output_file_normal *outn = calloc(1, sizeof(struct output_file_normal)); local
    [all...]

Completed in 161 milliseconds