| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | event_rpcgen.py | 565 def CodeClear(self, structname): argument 675 def CodeClear(self, structname): argument 679 % (structname, self._name, structname, self._name), 848 def CodeClear(self, structname): argument 995 def CodeComplete(self, structname, var_name): argument 1028 def CodeClear(self, structname): argument 1152 def CodeClear(self, structname): argument 1330 def CodeComplete(self, structname, var_name): argument 1400 def CodeClear(self, structname): argument 1443 def CodeFree(self, structname): argument [all …]
|
| /freebsd-14.2/contrib/libevent/ |
| H A D | event_rpcgen.py | 565 def CodeClear(self, structname): argument 675 def CodeClear(self, structname): argument 679 % (structname, self._name, structname, self._name), 848 def CodeClear(self, structname): argument 995 def CodeComplete(self, structname, var_name): argument 1028 def CodeClear(self, structname): argument 1152 def CodeClear(self, structname): argument 1330 def CodeComplete(self, structname, var_name): argument 1400 def CodeClear(self, structname): argument 1443 def CodeFree(self, structname): argument [all …]
|
| /freebsd-14.2/crypto/heimdal/appl/ftp/ftp/ |
| H A D | globals.c | 39 char structname[32]; /* name of file transfer structure */ variable
|
| H A D | ftp_var.h | 80 extern char structname[32]; /* name of file transfer structure */
|
| H A D | cmds.c | 138 strlcpy(structname, "file", sizeof(structname)); in setpeer() 368 printf("We only support %s structure, sorry.\n", structname); in setstruct() 870 modename, typename, formname, structname); in status()
|
| /freebsd-14.2/contrib/tnftp/src/ |
| H A D | ftp_var.h | 239 GLOBAL char structname[32]; /* name of file transfer structure */ variable
|
| H A D | util.c | 163 (void)strlcpy(structname, "file", sizeof(structname)); in setpeer()
|
| H A D | cmds.c | 402 fprintf(ttyout, "We only support %s structure, sorry.\n", structname); in setstruct() 830 modename, typename, formname, structname); in status()
|