HomeSort by: relevance | last modified time | path
    Searched defs:difftm (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/touch/
touch.c 71 static int difftm(const struct tm *, const struct tm *);
309 if (tsp[0].tv_sec == NO_TIME || difftm(t, &tm))
343 if (tsp[0].tv_sec == NO_TIME || difftm(t, &tm))
500 if ((errno != 0 && tsp[1].tv_sec == NO_TIME) || difftm(&tm, &tms))
516 difftm(const struct tm *t1, const struct tm *t2) function in typeref:typename:int
touch.c 71 static int difftm(const struct tm *, const struct tm *);
309 if (tsp[0].tv_sec == NO_TIME || difftm(t, &tm))
343 if (tsp[0].tv_sec == NO_TIME || difftm(t, &tm))
500 if ((errno != 0 && tsp[1].tv_sec == NO_TIME) || difftm(&tm, &tms))
516 difftm(const struct tm *t1, const struct tm *t2) function in typeref:typename:int

Completed in 56 milliseconds