Lines Matching refs:fetch
3 PACKAGE= fetch
5 LIB= fetch
7 SRCS= fetch.c common.c ftp.c http.c file.c \
9 INCS= fetch.h
10 MAN= fetch.3
51 MLINKS+= fetch.3 fetchFreeURL.3
52 MLINKS+= fetch.3 fetchGet.3
53 MLINKS+= fetch.3 fetchGetFTP.3
54 MLINKS+= fetch.3 fetchGetFile.3
55 MLINKS+= fetch.3 fetchGetHTTP.3
56 MLINKS+= fetch.3 fetchGetURL.3
57 MLINKS+= fetch.3 fetchList.3
58 MLINKS+= fetch.3 fetchListFTP.3
59 MLINKS+= fetch.3 fetchListFile.3
60 MLINKS+= fetch.3 fetchListHTTP.3
61 MLINKS+= fetch.3 fetchListURL.3
62 MLINKS+= fetch.3 fetchMakeURL.3
63 MLINKS+= fetch.3 fetchParseURL.3
64 MLINKS+= fetch.3 fetchPut.3
65 MLINKS+= fetch.3 fetchPutFTP.3
66 MLINKS+= fetch.3 fetchPutFile.3
67 MLINKS+= fetch.3 fetchPutHTTP.3
68 MLINKS+= fetch.3 fetchPutURL.3
69 MLINKS+= fetch.3 fetchReqHTTP.3
70 MLINKS+= fetch.3 fetchStat.3
71 MLINKS+= fetch.3 fetchStatFTP.3
72 MLINKS+= fetch.3 fetchStatFile.3
73 MLINKS+= fetch.3 fetchStatHTTP.3
74 MLINKS+= fetch.3 fetchStatURL.3
75 MLINKS+= fetch.3 fetchXGet.3
76 MLINKS+= fetch.3 fetchXGetFTP.3
77 MLINKS+= fetch.3 fetchXGetFile.3
78 MLINKS+= fetch.3 fetchXGetHTTP.3
79 MLINKS+= fetch.3 fetchXGetURL.3