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

  /src/external/gpl2/diffutils/dist/lib/
strftime.c 426 /* When compiling this file, GNU applications can #define my_strftime
430 defines my_strftime. */
431 #if defined emacs && !defined my_strftime
432 # define my_strftime nstrftime macro
435 #ifdef my_strftime
441 # define my_strftime wcsftime macro
443 # define my_strftime strftime macro
459 my_strftime (s, maxsize, format, tp extra_args)
470 # undef my_strftime macro
471 # define my_strftime _strftime_copyt macro
    [all...]
  /src/external/gpl2/diffutils/include/
config.h 497 #define my_strftime nstrftime macro
  /src/external/gpl2/xcvs/dist/lib/
strftime.c 352 /* When compiling this file, GNU applications can #define my_strftime
356 defines my_strftime. */
357 #if defined emacs && !defined my_strftime
358 # define my_strftime nstrftime macro
361 #ifdef my_strftime
366 # define my_strftime wcsftime macro
369 # define my_strftime strftime macro
387 my_strftime (CHAR_T *s, size_t maxsize, const CHAR_T *format, function
748 size_t len = my_strftime (NULL, (size_t) -1, subfmt,
750 add (len, my_strftime (p, maxsize - i, subfmt
    [all...]
  /src/external/gpl2/xcvs/include/
config.h 1210 #define my_strftime nstrftime macro

Completed in 30 milliseconds