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

  /external/ltp/testcases/kernel/security/prot_hsymlinks/
prot_hsymlinks.c 160 static int create_check_hlinks(const struct user_file *ufile, int owner);
161 static int create_check_slinks(const struct user_file *ufile, int owner);
244 const struct user_file *ufile; local
252 ufile = &users[usr].file[file];
253 result_slink |= create_check_slinks(ufile, usr);
254 result_hlink |= create_check_hlinks(ufile, usr);
414 struct user_file *ufile = &users[usr].file[file]; local
421 strcpy(ufile->path, path);
423 ufile->is_dir = (type == IS_DIRECTORY);
437 static int create_check_slinks(const struct user_file *ufile, int owner
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
RandomAccessFileTest.java 40 public boolean ufile = true; field in class:RandomAccessFileTest
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldRandomAccessFileTest.java 35 public boolean ufile = true; field in class:OldRandomAccessFileTest
    [all...]
  /external/ppp/pppd/
auth.c 414 FILE *ufile; local
431 ufile = fopen(fname, "r");
434 if (ufile == NULL) {
438 check_access(ufile, fname);
442 if (fgets(u, MAXNAMELEN - 1, ufile) == NULL
443 || fgets(p, MAXSECRETLEN - 1, ufile) == NULL) {
444 fclose(ufile);
448 fclose(ufile);
    [all...]

Completed in 3581 milliseconds