Lines Matching refs:part
3 * This software is part of the ast package *
54 const char* part;
64 if (part = (const char*)strchr(meth, ' '))
65 len = part - meth;
102 part = 0;
113 if (part)
116 while (part[0] == ' ')
117 part++;
118 if (part[0] != '-' || part[1] != '-')
120 if (!part[0])
121 part = 0;
124 part += 2;
125 if (part[0] == ' ')
127 while (part[0] == ' ')
128 part++;
129 if (!part[0])
130 part = 0;
133 if (!part[0])
135 part = 0;
138 if (part[0] == 'n' && part[1] == 'o')
140 part += 2;
145 if (!(meth = (const char*)strchr(part, ' ')))
146 meth = part + strlen(part);
147 switch (meth - part)
150 if (strneq(part, "crc", 3))
164 part = meth;
190 if ((sfset(sp, 0, 0) & SF_WRITE) && !(disc.partition = part))