Lines Matching defs:This
16 * 2.1. This is your license from Intel Corp. under its intellectual property
204 const char *This;
209 This = Field;
218 Last = This + strlen (This);
219 while ((Next = strpbrk (This, " ")))
221 TokenLength = Next - This;
232 printf ("%.*s ", (int) TokenLength, This);
233 This = Next + 1;
238 TokenLength = Last - This;
247 printf ("%s", This);