Lines Matching defs:p
104 char *p;106 p = strrchr (buf, '/');107 if (p == NULL)109 c = *p;110 *p = '\0';120 *p = c;135 char *p;141 if ((p = strstr (dsk, "/dsk/")) == NULL) {142 if ((p = strstr (dsk, "/lofi/")) == NULL) {143 p = strstr (dsk, "/diskette");146 if (p == NULL) {150 pos = (uintptr_t)p - (uintptr_t)dsk;