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

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblber/
H A Detest.c52 static char* getbuf( void ) { function
128 buf = getbuf();
142 buf = getbuf();
147 buf = getbuf();
151 buf = getbuf();
/macosx-10.10/man-16/man/src/
H A Dmakemsg.c48 #define getbuf if (fgets (buf, sizeof(buf), fin) == NULL) {\ macro
141 getbuf;
150 getbuf;
/macosx-10.10/ipsec-286.1.1/ipsec-tools/libipsec/
H A Dtest-policy.c156 char getbuf[1024]; local
183 memset(getbuf, 0, sizeof(getbuf));
184 memcpy(getbuf, policy, sizeof(struct sadb_x_policy));
185 if (getsockopt(so, proto, optname, getbuf, &len) < 0) {
198 if ((buf = ipsec_dump_policy(getbuf, NULL)) == NULL) {
/macosx-10.10/gpatch-3/patch/
H A Dutil.c261 struct stat const *filestat, char **getbuf, char **diffbuf)
293 if (getbuf)
295 char *p = *getbuf = xmalloc (maxgetsize);
317 if (getbuf)
319 char *p = *getbuf = xmalloc (maxgetsize);
344 if (getbuf)
346 char *p = *getbuf = xmalloc (maxgetsize);
361 if (getbuf)
363 char *p = *getbuf = xmalloc (maxgetsize);
387 char const *getbuf, struc
260 version_controller(char const *filename, int readonly, struct stat const *filestat, char **getbuf, char **diffbuf) argument
386 version_get(char const *filename, char const *cs, int exists, int readonly, char const *getbuf, struct stat *filestat) argument
[all...]
H A Dinp.c147 char *getbuf; local
165 &getbuf, &diffbuf))))) {
191 if (cs && version_get (filename, cs, ! inerrno, elsewhere, getbuf,
195 free (getbuf);
H A Dpch.c566 char *getbuf; local
574 &getbuf, &diffbuf));
579 getbuf, &st[i]))
584 free (getbuf);
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dname.c129 static char *getbuf(size_t len) function
2885 base64encode(up->cp, size, (void**)0, cp=getbuf(insize), insize, (void**)&ep);
2892 char *cp = getbuf(numeric+1);

Completed in 67 milliseconds