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

  /external/ltp/testcases/kernel/fs/doio/include/
pattern.h 36 * pattern_check(buf, buflen, pat, patlen, patshift)
45 * pattern_check returns -1 if the buffer does not contain repeated
61 int pattern_check( char * , int , char * , int , int );
  /external/ltp/testcases/kernel/fs/doio/
pattern.c 40 int pattern_check(char *buf, int buflen, char *pat, int patlen, int patshift) function
doio.c     [all...]

Completed in 168 milliseconds