Home
last modified time | relevance | path

Searched refs:asciitime (Results 1 – 6 of 6) sorted by relevance

/dports/devel/9base/9base-6/ls/
H A Dls.c32 char* asciitime(long);
236 asciitime(uflag? db->atime : db->mtime)); in format()
293 asciitime(long l) in asciitime() function
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/
H A Dls.c32 char* asciitime(long);
236 asciitime(uflag? db->atime : db->mtime)); in format()
293 asciitime(long l) in asciitime() function
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dtools.cpp7 static string asciitime; in timestring() local
11 …strftime(asciitime, sizeof(string) - 1, fmt ? fmt : "%Y%m%d_%H.%M.%S", timeinfo); // sortable time… in timestring()
12 return asciitime; in timestring()
/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Danalyzer.h492 TimeType asciitime; /* time this value corresponds with */ member
H A Dwavewindow.c2329 t->asciitime=GLOBALS->tims.marker; in MaxSignalLength()
2563 if((t->asciivalue)&&(t->asciitime==GLOBALS->tims.marker))return; in UpdateSigValue()
2610 t->asciitime=GLOBALS->tims.marker; in UpdateSigValue()
H A Dprint.c684 t->asciitime = GLOBALS->tims.marker; in ps_MaxSignalLength()