Home
last modified time | relevance | path

Searched refs:acorntime (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/RISCOS/
Dunixstuff.h9 int acorntime(unsigned int *ex, unsigned int *ld, time_t ut);
Dunixstuff.c26 int acorntime(bits *ex, bits *ld, time_t utime) in acorntime() function
/external/python/cpython2/RISCOS/Modules/
Driscosmodule.c285 if(acorntime(&exec_addr, &load_addr, (time_t) mtime)) in riscos_utime()