Symbol: subtract
games/sail/dr_1.c
181
subtract(from, totalfrom, crewfrom, fromcap, pcfrom);
games/sail/dr_1.c
182
subtract(to, totalto, crewto, tocap, pcto);
games/sail/dr_1.c
192
subtract(from, totalfrom, crewfrom, fromcap, pcfrom);
games/sail/dr_1.c
193
subtract(to, totalto, crewto, tocap, pcto);
games/sail/dr_1.c
214
subtract(to, mento, crewto, tocap, pcto);
games/sail/dr_1.c
215
subtract(from, - mento, crewfrom, to, 0);
games/sail/extern.h
339
void subtract(struct ship *, int, int [3], struct ship *, int);
sbin/unwind/libunbound/services/listen_dnsport.c
5727
doq_table_quic_size_subtract(struct doq_table* table, size_t subtract)
sbin/unwind/libunbound/services/listen_dnsport.c
5730
if(table->current_size < subtract)
sbin/unwind/libunbound/services/listen_dnsport.c
5732
else table->current_size -= subtract;
sbin/unwind/libunbound/services/listen_dnsport.h
868
void doq_table_quic_size_subtract(struct doq_table* table, size_t subtract);
usr.sbin/unbound/cachedb/cachedb.c
472
packed_rrset_ttl_subtract(struct packed_rrset_data* data, time_t subtract,
usr.sbin/unbound/cachedb/cachedb.c
477
if(subtract >= 0 && data->ttl > subtract)
usr.sbin/unbound/cachedb/cachedb.c
478
data->ttl -= subtract;
usr.sbin/unbound/cachedb/cachedb.c
481
if(subtract >= 0 && data->rr_ttl[i] > subtract)
usr.sbin/unbound/cachedb/cachedb.c
482
data->rr_ttl[i] -= subtract;
usr.sbin/unbound/services/listen_dnsport.c
5727
doq_table_quic_size_subtract(struct doq_table* table, size_t subtract)
usr.sbin/unbound/services/listen_dnsport.c
5730
if(table->current_size < subtract)
usr.sbin/unbound/services/listen_dnsport.c
5732
else table->current_size -= subtract;
usr.sbin/unbound/services/listen_dnsport.h
868
void doq_table_quic_size_subtract(struct doq_table* table, size_t subtract);