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

/freebsd-10.1-release/usr.bin/csup/
H A Dupdater.c70 char *wantmd5; member in struct:file_update
187 if (fup->wantmd5 != NULL) {
188 free(fup->wantmd5);
189 fup->wantmd5 = NULL;
352 char *expand, *wantmd5, *revnum; local
446 wantmd5 = proto_get_ascii(&line);
447 if (wantmd5 == NULL || line != NULL)
466 fup->wantmd5 = xstrdup(wantmd5);
594 wantmd5
[all...]

Completed in 62 milliseconds