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

  /external/selinux/libselinux/src/
matchmediacon.c 20 char current_line[PATH_MAX]; local
24 if (!fgets_unlocked(current_line, sizeof(current_line), infile)) {
27 if (current_line[strlen(current_line) - 1])
28 current_line[strlen(current_line) - 1] = 0;
30 ptr = current_line;
  /cts/tools/dasm/src/java_cup/
lexer.java 87 protected static int current_line = 1; field in class:lexer
162 current_line++;
176 System.err.println("Error at " + current_line + "(" + current_position +
190 System.err.println("Warning at " + current_line + "(" + current_position +
  /external/e2fsprogs/ext2ed/
init.c 109 char current_line [500],current_word [50],*ch; local
119 fgets (current_line,500,fp);
121 ch=parse_word (current_line,current_word);
126 while (strchr (current_line,'{')==NULL) {
127 fgets (current_line,500,fp);
132 fgets (current_line,500,fp);
134 while (strchr (current_line,'}')==NULL) {
135 while (strchr (current_line,';')==NULL) {
136 fgets (current_line,500,fp);
137 if (strchr (current_line,'}')!=NULL) break
611 char current_line [500],current_word [200]; local
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 

Completed in 118 milliseconds