Searched refs:the_date (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/emacs-93/emacs/lib-src/
H A Dfakemail.c145 static char *the_date;
385 && (the_date = asctime (tm))))
387 /* the_date has an unwanted newline at the end */
388 date_length = strlen (the_date) - 1;
389 the_date[date_length] = '\0';
404 strcpy (temp, the_date);
754 the_date = ((char *) NULL);
143 static char *the_date; variable
/macosx-10.10/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMAutoWake.c103 CFDateRef the_date; local
110 the_date = CFDateCreate(0, the_time);
113 CFDictionaryAddValue(d, CFSTR(kIOPMPowerEventTimeKey), the_date);
117 CFRelease(the_date);

Completed in 79 milliseconds