Lines Matching defs:cq
98 char *cp, *cq; /* can't be */
113 cq = dp->d_typename;
115 while (cq < dp->d_typename + sizeof(dp->d_typename) - 1 &&
116 (*cq = *cp) && *cq != '|' && *cq != ':')
117 cq++, cp++;
118 *cq = '\0';
125 if (cgetstr(buf, "ty", &cq) >= 0) {
126 if (strcmp(cq, "removable") == 0)
128 else if (strcmp(cq, "simulated") == 0)
130 free(cq);
145 if (cgetstr(buf, "dt", &cq) >= 0) {
146 dp->d_type = gettype(cq, dktypenames);
147 free(cq);
188 if (cgetstr(buf, ptype, &cq) >= 0) {
189 pp->p_fstype = gettype(cq, fstypenames);
190 free(cq);