Searched refs:f_type (Results 1 - 7 of 7) sorted by relevance

/sendmail/libsm/
H A Dfindfp.c196 fp->f_type = t->f_type; /* file type */
253 empty.f_type = NULL;
308 sm_free(fp->f_type);
309 fp->f_type = sm_strdup_x(v->f_type);
382 v->f_type = fp->f_type;
391 valp = sm_strdup_x(fp->f_type);
400 return strcmp(fp->f_type, val
[all...]
H A Dsnprintf.c81 fake.f_type = "sm_snprintf:fake";
H A Dsscanf.c93 fake.f_type = "sm_io_sscanf:fake";
H A Dvasprintf.c79 fake.f_type = "sm_vasprintf:fake";
H A Dvsnprintf.c74 fake.f_type = "sm_vsnprintf:fake";
H A Dvfprintf.c121 fake.f_type = "sm_bprintf:fake";
/sendmail/include/sm/
H A Dio.h131 char *f_type; /* for by-type lookups */ member in struct:sm_file
210 (f).f_type = (name);

Completed in 12 milliseconds