Lines Matching refs:p
55 char *p = *mbuf;
68 q = p;
69 while (((*fsize) != 0) && (*p++ != '\n')) {
72 len = p - q;
80 *mbuf = p;
90 char *mbuf, *p, *buf;
108 p = linebuf;
110 while ((*p == '#') || (*p == '\n')) {
116 p = linebuf;
119 if (strncmp(p, "domain", 6) == 0)
122 if (strncmp(p, "msgid", 5) != 0) {
127 p += 5;
128 if ((*p != ' ') && (*p != '\t') &&
129 (*p != '\n') && (*p != '\0')) {
134 while ((*p == ' ') || (*p == '\t'))
135 p++;
138 if ((*p != '\"') || (*(p + 1) != '\"')) {
142 p += 2;
143 while (*p && ((*p == ' ') || (*p == '\t'))) {
144 p++;
146 if ((*p != '\n') && (*p != '\0')) {
157 p = linebuf;
159 while ((*p == ' ') || (*p == '\t'))
160 p++;
162 if (*p != '\"') {
163 if (strncmp(p, "msgstr", 6) == 0) {
169 if (*(p + 1) != '\"') {
173 p += 2;
174 while ((*p == ' ') || (*p == '\t'))
175 p++;
177 if ((*p != '\n') && (*p != '\0')) {
185 * Now p points to "msgstr"
187 p += 6;
188 if ((*p != ' ') && (*p != '\t') &&
189 (*p != '\n') && (*p != '\0')) {
195 while ((*p == ' ') || (*p == '\t'))
196 p++;
198 if (*p != '\"') {
208 if (*p != '\"') {
214 if (*p++ != '\"') {
218 while (*p) {
219 switch (mc = *p++) {
230 if (!*p)
232 switch (c = *p++) {
264 (unsigned char *)p;
274 p = (char *)up;
285 while (*p && ((*p == ' ') || (*p == '\t'))) {
286 p++;
288 if ((*p != '\n') && (*p != '\0')) {
300 p = linebuf;
302 while ((*p == ' ') || (*p == '\t'))
303 p++;