Lines Matching defs:p
457 { "p", tZONE, HOURN(- 3) },
620 char *p;
627 for (p = buff; *p; p++)
628 if (isupper((u_char)*p))
629 *p = tolower(*p);
635 if (strcmp(buff, "pm") == 0 || strcmp(buff, "p.m.") == 0) {
702 for (i = 0, p = q = buff; *q; q++)
704 *p++ = *q;
707 *p = '\0';
719 pdateerr(p)
720 char *p;
733 p, name);
740 dgettext(domainname, "%s: Unkown getdate() error\n"), p);
744 dgettext(domainname, "%s: %s null or undefined\n"), p, name);
748 "%s: Cannot read template file %s\n"), p, value);
752 "%s: Failed to get file status information\n"), p);
756 "%s: Template file %s not a regular file\n"), p, value);
760 "%s: Error reading template file %s\n"), p, value);
764 "%s: %s failed\n"), p, "malloc()");
768 "%s: Bad date/time format\n"), p);
787 "%s: Invalid date specification\n"), p);
797 char *p;
828 for (p = buff; isalpha((u_char)(c = *yyInput++)) || c == '.'; )
829 if (p < &buff[sizeof (buff) - 1])
830 *p++ = c;
831 *p = '\0';
852 getreldate(p, now)
853 char *p;
865 tm = getdate(p);
894 p = localedate;
897 yyInput = p;