Searched refs:utime (Results 1 – 8 of 8) sorted by relevance
160 long utime; in mch_inchar() local165 utime = 100L; // time = 0 causes problems in DOS 1.2 in mch_inchar()167 utime = time * 1000L; // convert from milli to micro secs in mch_inchar()168 if (WaitForChar(raw_in, utime) == 0) // no character available in mch_inchar()
240 /* Define if you do not have utime(), but do have the utimes() function. */
585 (void)utime((char *)fname, &buf); in set_file_time()
3294 utime.h sys/param.h sys/ptms.h libintl.h libgen.h \3733 tzset usleep utime utimes mblen ftruncate unsetenv posix_openpt)
91 …r\|mod\|own\|root\)\|glob\|link\|mkdir\|readlink\|rename\|rmdir\|symlink\|umask\|unlink\|utime\)\>"
3658 syn keyword xsMacro utf8_to_uvchr_buf utime uvchr_to_utf8 uvchr_to_utf8_flags
11125 utime.h sys/param.h sys/ptms.h libintl.h libgen.h \12616 tzset usleep utime utimes mblen ftruncate unsetenv posix_openpt
8314 Solution: Move including "utime.h" to outside the function. (Derek Wyatt)