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

/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py481 def CodeClear(self, structname):
482 code = [ '%s->%s_set = 0;' % (structname, self.Name()) ]
486 def CodeComplete(self, structname, var_name):
584 def CodeClear(self, structname):
585 code = [ '%s->%s_set = 0;' % (structname, self.Name()),
587 structname, self._name, structname, self._name)]
743 def CodeClear(self, structname):
744 code = [ 'if (%s->%s_set == 1) {' % (structname, self.Name()),
745 ' free(%s->%s_data);' % (structname, sel
[all...]
/freebsd-10-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp_var.h80 extern char structname[32]; /* name of file transfer structure */
H A Dglobals.c39 char structname[32]; /* name of file transfer structure */ variable
H A Dcmds.c138 strlcpy(structname, "file", sizeof(structname));
368 printf("We only support %s structure, sorry.\n", structname);
870 modename, typename, formname, structname);
/freebsd-10-stable/contrib/tnftp/src/
H A Dftp_var.h239 GLOBAL char structname[32]; /* name of file transfer structure */ variable
H A Dutil.c163 (void)strlcpy(structname, "file", sizeof(structname));
H A Dcmds.c402 fprintf(ttyout, "We only support %s structure, sorry.\n", structname);
830 modename, typename, formname, structname);

Completed in 67 milliseconds