Lines Matching full:ud
22 ** ud -- unix style date string. if NULL, one is created.
56 arpadate(ud)
57 register char *ud;
75 /* SM_REQUIRE(ud == NULL || strlen(ud) >= 23); */
77 if (ud == NULL)
78 ud = ctime(&t);
86 p = &ud[0]; /* Mon */
93 p = &ud[8]; /* 16 */
101 p = &ud[4]; /* Sep */
107 p = &ud[20]; /* 1979 */
114 p = &ud[11]; /* 01:03:52 */
119 ** should really get the timezone from the time in "ud" (which