Lines Matching defs:foff
1206 int *foff; /* field value offsets in string */
1212 foff = malloc(num * sizeof(*foff), M_NETGRAPH_PARSE, M_NOWAIT | M_ZERO);
1213 if (foff == NULL) {
1312 if (foff[index] != 0) {
1318 foff[index] = *off;
1342 if (foff[index] == 0) { /* use default value */
1346 *off = foff[index];
1369 if (foff != NULL)
1370 free(foff, M_NETGRAPH_PARSE);