Lines Matching defs:fields
853 int fields;
884 * Now loop through the fields and init the struct we already have
887 for(ptr = firstptr, fields = 0; ptr && !badcookie;
888 ptr = strtok_r(NULL, "\t", &tok_buf), fields++) {
889 switch(fields) {
927 fields++; /* add a field and fall down to secure */
961 if(6 == fields) {
967 fields++;
970 if(!badcookie && (7 != fields))
971 /* we did not find the sufficient number of fields */