Searched refs:tno (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/utimensat/ |
H A D | utimensat01.c | 41 static struct mytime tno = {0, UTIME_NOW, 0, UTIME_OMIT, 1, 0}; variable 59 {AT_FDCWD, TEST_FILE, &tno, 0, O_RDONLY, 0, 0400, 0}, 67 {AT_FDCWD, TEST_FILE, &tno, 0, O_RDONLY, 0, 0666, 0}, 75 {AT_FDCWD, TEST_FILE, &tno, 0, O_RDONLY, FS_APPEND_FL, 0600, EPERM}, 83 {AT_FDCWD, TEST_FILE, &tno, 0, O_RDONLY, FS_IMMUTABLE_FL, 0600, EPERM}, 91 {AT_FDCWD, TEST_FILE, &tno, 0, O_RDONLY, FS_APPEND_FL|FS_IMMUTABLE_FL, 0600, EPERM},
|
/third_party/sqlite/src/ |
H A D | shell.c | 16970 " tno INTEGER PRIMARY KEY,\n" /* Test number */ in createSelftestTable() 16977 " VALUES(coalesce((SELECT (max(tno)+100)/10 FROM selftest),10),\n" in createSelftestTable() 16999 "INSERT INTO selftest(tno,op,cmd,ans)" in createSelftestTable() 24360 "SELECT tno,op,cmd,ans FROM selftest ORDER BY tno", in do_meta_command() 24375 int tno = sqlite3_column_int(pStmt, 0); in do_meta_command() local 24385 printf("%d: %s %s\n", tno, zOp, zSql); in do_meta_command() 24402 utf8_printf(p->out, "%d: error-code-%d: %s\n", tno, rc, zErrMsg); in do_meta_command() 24407 utf8_printf(p->out, "%d: Expected: [%s]\n", tno, zAns); in do_meta_command() 24408 utf8_printf(p->out, "%d: Got: [%s]\n", tno, st in do_meta_command() [all...] |
Completed in 32 milliseconds