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

  /external/webkit/Tools/android/flex-2.5.4a/
misc.c 297 outn( " } ;\n" );
699 void outn( str ) function
823 outn( buf );
  /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 663 milliseconds