opnsense-src/usr.bin/rpcgen
John Baldwin 4fa1e855be rpcgen: Unindent a line not guarded by if (mtflag).
mtflag is used to add pthread mutex locking around operations to make
them thread-safe.  Setting the state to _SERVED is not conditional on
locking.

Reviewed by:	imp, emaste
Differential Revision:	https://reviews.freebsd.org/D37541
2022-12-04 16:32:03 -08:00
..
Makefile
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
rpc_clntout.c
rpc_cout.c rpcgen(1): Avoid unused variable warning on generated code. 2017-01-11 23:05:29 +00:00
rpc_hout.c
rpc_main.c rpcgen: Don't free() a pointer after realloc(). 2022-12-04 16:31:35 -08:00
rpc_parse.c Plug two resource leaks. 2017-12-28 05:33:29 +00:00
rpc_parse.h
rpc_sample.c rpcgen: fix use use of strcmp 2015-04-19 04:53:28 +00:00
rpc_scan.c Plug two resource leaks. 2017-12-28 05:33:29 +00:00
rpc_scan.h
rpc_svcout.c rpcgen: Unindent a line not guarded by if (mtflag). 2022-12-04 16:32:03 -08:00
rpc_tblout.c
rpc_util.c rpcgen(1): Tag crash() routine as __dead2 for static analyzers 2016-05-12 03:49:05 +00:00
rpc_util.h rpcgen(1): Tag crash() routine as __dead2 for static analyzers 2016-05-12 03:49:05 +00:00
rpcgen.1