Searched refs:xfree (Results 101 - 123 of 123) sorted by relevance

12345

/opensolaris-onvv-gate/usr/src/cmd/csh/
H A Dsh.lex.c184 xfree(fp->word);
185 xfree(fp);
500 xfree(buf);
1270 xfree((char *)fbuf);
1382 xfree(fbuf[i]);
H A Dsh.file.c358 xfree(pw_dir); /* free it */
508 xfree(items[i]);
509 xfree((char *)items);
H A Dsh.dol.c540 xfree(cp);
582 xfree(dp);
H A Dsh.glob.c680 xfree((char *)gargv); gargv = 0;
819 xfree(cp);
H A Dsh.h471 extern void xfree(void *);
H A Dsh.proc.c203 xfree(pp->p_command);
207 xfree((tchar *)pp);
999 xfree(cp);
H A Dsh.tchar.c60 * free the space allocated in this way, by calling xfree(ptr).
347 xfree(pbuf);
/opensolaris-onvv-gate/usr/src/cmd/ssh/ssh/
H A Dssh.c727 xfree(pw_dir);
750 xfree(pw_name);
762 xfree(sensitive_data.keys);
766 xfree(options.identity_files[i]);
1203 xfree(options.identity_files[i]);
/opensolaris-onvv-gate/usr/src/cmd/oawk/
H A Db.c161 xfree(foll[(int)left(p)]);
162 xfree(p);
166 xfree(p);
172 xfree(p);
214 xfree(op);
801 xfree(state[i]); /* free state[i] */
H A Dawk.def31 #define xfree(a) { if (a!=NULL) { yfree(a); a=NULL; } }
H A Drun.c30 #define tempfree(a) {if (istemp(a)) {xfree(a->sval); a->tval = 0; }}
196 xfree(x->sval);
/opensolaris-onvv-gate/usr/src/cmd/ssh/sshd/
H A Dsshd.c1317 xfree(fdset);
1440 xfree(fdset);
1903 xfree(buf);
1998 * initialized with "" for the language fields; we must not xfree such
2003 xfree(myproposal[PROPOSAL_LANG_STOC]);
2006 xfree(myproposal[PROPOSAL_LANG_CTOS]);
2037 xfree(kex->name);
H A Dauth-krb5.c155 xfree(reply->data);
H A Dservconf.c1420 xfree(dst->n); \
1476 xfree(obuf);
H A Dloginrec.c342 xfree(li);
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dauthfile.c370 xfree(buffer_get_string(&buffer, NULL));
420 xfree(*commentp);
H A Dcanohost.c34 * caller should free the returned string with xfree.
142 xfree(canonical_host_name);
H A Dhostfile.c97 xfree(b64salt);
H A Daddrmatch.c423 xfree(o);
/opensolaris-onvv-gate/usr/src/cmd/awk/
H A Dparse.c215 xfree(cp->sval);
H A Dawk.h43 #define xfree(a) { if ((a) != NULL) { free(a); a = NULL; } } macro
H A Drun.c387 xfree(recloc->sval);
453 xfree(x->sval);
659 xfree(a->sval);
1696 xfree(files[i].fname);
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinit_sec_context.c243 xfree(data->md5.contents);
658 xfree(ctx_free);

Completed in 199 milliseconds

12345