Searched refs:p (Results 1 – 4 of 4) sorted by relevance
84 char *p; in __tzstring_len() local94 return p; in __tzstring_len()156 while (('a' <= *p && *p <= 'z') in parse_tzname()157 || ('A' <= *p && *p <= 'Z')) in parse_tzname()158 ++p; in parse_tzname()166 while (('a' <= *p && *p <= 'z') in parse_tzname()167 || ('A' <= *p && *p <= 'Z') in parse_tzname()168 || ('0' <= *p && *p <= '9') in parse_tzname()169 || *p == '+' || *p == '-') in parse_tzname()170 ++p; in parse_tzname()[all …]
247 p += _n; \530 CHAR_T *p = s; in libc_hidden_def() local609 add (1, *p = *f); in libc_hidden_def()660 add (1, *p = *f); in libc_hidden_def()749 add (1, *p = *f); in libc_hidden_def()1013 if (p) in libc_hidden_def()1027 if (p) in libc_hidden_def()1028 *p++ = L_('-'); in libc_hidden_def()1032 if (p) in libc_hidden_def()1408 add (1, *p = L_('-')); in libc_hidden_def()[all …]
117 char *p; in compare() local123 p = strptime (buf, "%s %z", &tm); in compare()124 test_string_valid = p != NULL; in compare()
77 const unsigned char *p = ptr; in decode() local78 int result = *p & (1 << (CHAR_BIT - 1)) ? ~0 : 0; in decode()80 result = (result << 8) | *p++; in decode()81 result = (result << 8) | *p++; in decode()82 result = (result << 8) | *p++; in decode()83 result = (result << 8) | *p++; in decode()
Completed in 8 milliseconds