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

  /ndk/sources/host-tools/make-3.81/
vmsfunctions.c 163 static unsigned long Rdate[2];
169 { sizeof (Rdate), ATR$C_REVDATE, (unsigned int) &Rdate[0] },
174 { sizeof (Rdate), ATR$C_REVDATE, &Rdate[0] },
235 buf->st_mtime = ((Rdate[0] >> 24) & 0xff) + ((Rdate[1] << 8) & 0xffffff00);
  /prebuilts/go/darwin-x86/src/log/
log_test.go 20 Rdate = `[0-9][0-9][0-9][0-9]/[0-9][0-9]/[0-9][0-9]`
38 {Ldate, "", Rdate + " "},
46 {Ldate | Ltime | Lmicroseconds | Llongfile, "XXX", "XXX" + Rdate + " " + Rtime + Rmicroseconds + " " + Rlongfile + " "},
47 {Ldate | Ltime | Lmicroseconds | Lshortfile, "XXX", "XXX" + Rdate + " " + Rtime + Rmicroseconds + " " + Rshortfile + " "},
114 pattern := "^Reality:" + Rdate + " " + Rtime + Rmicroseconds + " hello\n"
  /prebuilts/go/linux-x86/src/log/
log_test.go 20 Rdate = `[0-9][0-9][0-9][0-9]/[0-9][0-9]/[0-9][0-9]`
38 {Ldate, "", Rdate + " "},
46 {Ldate | Ltime | Lmicroseconds | Llongfile, "XXX", "XXX" + Rdate + " " + Rtime + Rmicroseconds + " " + Rlongfile + " "},
47 {Ldate | Ltime | Lmicroseconds | Lshortfile, "XXX", "XXX" + Rdate + " " + Rtime + Rmicroseconds + " " + Rshortfile + " "},
114 pattern := "^Reality:" + Rdate + " " + Rtime + Rmicroseconds + " hello\n"

Completed in 236 milliseconds