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

/haiku-fatelf/src/bin/patch/
H A Dutil.c269 struct stat const *filestat, char **getbuf, char **diffbuf)
301 if (getbuf)
303 char *p = *getbuf = xmalloc (maxgetsize);
325 if (getbuf)
327 char *p = *getbuf = xmalloc (maxgetsize);
352 if (getbuf)
354 char *p = *getbuf = xmalloc (maxgetsize);
378 char const *getbuf, struct stat *filestat)
392 quotearg (filename), getbuf);
399 if (systemic (getbuf) !
268 version_controller(char const *filename, int readonly, struct stat const *filestat, char **getbuf, char **diffbuf) argument
377 version_get(char const *filename, char const *cs, int exists, int readonly, char const *getbuf, struct stat *filestat) argument
[all...]
H A Dinp.c146 char *getbuf; local
164 &getbuf, &diffbuf))))) {
190 if (cs && version_get (filename, cs, ! inerrno, elsewhere, getbuf,
194 free (getbuf);
H A Dpch.c557 char *getbuf; local
565 &getbuf, &diffbuf));
570 getbuf, &st[i]))
575 free (getbuf);

Completed in 65 milliseconds