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

/freebsd-9.3-release/usr.sbin/ppp/
H A Dradius.h57 char *repstr; /* Reply-Message */ member in struct:radius
H A Dpap.c149 if (*bundle->radius.cfg.file && bundle->radius.repstr)
150 SendPapCode(authp, PAP_ACK, bundle->radius.repstr);
H A Dradius.c443 free(r->repstr);
444 if ((r->repstr = rad_cvt_string(data, len)) == NULL) {
451 " Reply-Message \"%s\"\n", r->repstr);
775 r->repstr = NULL;
808 free(r->repstr);
809 r->repstr = NULL;
1309 prompt_Printf(p, " Message: %s\n", r->repstr ? r->repstr : "");
H A Dchap.c567 if (*bundle->radius.cfg.file && bundle->radius.repstr)
568 msg = bundle->radius.repstr;
/freebsd-9.3-release/contrib/texinfo/info/
H A Dinfodoc.c944 char *repstr = NULL;
1011 repstr = (char *)xmalloc (replen);
1012 repstr[0] = '\0';
1015 strcat(repstr, argstr);
1016 strcat(repstr, " ");
1019 strcat(repstr, rep);
1035 sprintf (result + next, fmt, repstr);
1037 strcpy (result + next, repstr);
1040 free (repstr);
943 char *repstr = NULL; local

Completed in 62 milliseconds