Searched refs:sdtp (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/cvs/src/
H A Dvers_ts.c41 struct stickydirtag *sdtp; local
60 sdtp = NULL;
66 sdtp = finfo->entries->list->data; /* list-private */
98 if (!(tag || date) && !(sdtp && sdtp->aflag))
110 if (!(sdtp && sdtp->aflag))
161 else if (!vers_ts->entdata && (sdtp && sdtp->aflag == 0))
165 vers_ts->tag = xstrdup (sdtp
[all...]
H A Dentries.c151 struct stickydirtag *sdtp; local
156 sdtp = list->list->data;
157 if (sdtp == NULL || sdtp->subdirs)
285 struct stickydirtag *sdtp = p->data; local
287 if (sdtp->tag)
288 free (sdtp->tag);
289 if (sdtp->date)
290 free (sdtp->date);
291 free ((char *) sdtp);
476 struct stickydirtag *sdtp = NULL; local
876 struct stickydirtag *sdtp = entries->list->data; local
[all...]
H A Dfind_names.c183 struct stickydirtag *sdtp; local
195 sdtp = tmpentries->list->data;
197 /* If we do have an entries list, then if sdtp is NULL, or if
198 sdtp->subdirs is nonzero, all subdirectory information is
200 if (tmpentries != NULL && (sdtp == NULL || sdtp->subdirs))
H A Dignore.c385 struct stickydirtag *sdtp = entries->list->data; local
387 subdirs = sdtp == NULL || sdtp->subdirs;
/freebsd-9.3-release/sys/dev/ct/
H A Dct.c313 struct ct_synch_data *sdtp, *sdp; local
316 sdtp = sdp = &ct->sc_default_sdt[0];
347 return sdtp;

Completed in 113 milliseconds