Searched refs:f_str (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/pjdfstest/
H A Dpjdfstest.c277 const char *f_str; member in struct:flag
457 for (i = 0; tflags[i].f_str != NULL; i++) {
458 if (strcmp(tflags[i].f_str, f) == 0)
461 if (tflags[i].f_str == NULL) {
478 for (i = 0; tflags[i].f_str != NULL; i++) {
482 strlcat(sflags, tflags[i].f_str, sizeof(sflags));
/freebsd-12-stable/contrib/ntp/libparse/
H A Dparsestreams.c244 (fm->f_str == (struct streamtab *)0))
269 ifm->f_str = &parseinfo;
329 fm->f_str = (struct streamtab *)0;

Completed in 68 milliseconds