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

  /external/libxml2/
build_glob.py 24 def writeline(file, line=None): function
45 writeline(global_functions_hdr, line)
47 writeline(global_functions_hdr, " * Automatically generated by build_glob.py.")
48 writeline(global_functions_hdr, " * Do not modify the previous line.")
49 writeline(global_functions_hdr, " */")
50 writeline(global_functions_hdr)
56 writeline(global_functions_impl, line)
58 writeline(global_functions_impl, " * Automatically generated by build_glob.py.")
59 writeline(global_functions_impl, " * Do not modify the previous line.")
60 writeline(global_functions_impl, " */"
    [all...]
  /external/toybox/toys/posix/
comm.c 28 static void writeline(const char *line, int col) function
60 writeline(line[0], 2);
67 writeline(line[i], i);
75 writeline(line[i], i);
  /hardware/ril/reference-ril/
atchannel.c 86 static int writeline (const char *s);
474 static int writeline (const char *s) function
683 err = writeline (command);

Completed in 88 milliseconds