force 130 librpc/tools/ndrdump.c static void ndrdump_data(uint8_t *d, uint32_t l, bool force)
force 132 librpc/tools/ndrdump.c if (force) {
force 1483 source3/printing/printing.c static void print_queue_update(int snum, bool force)
force 1546 source3/printing/printing.c if ( force || background_lpq_updater_pid == -1 ) {
force 38 source3/rpcclient/cmd_shutdown.c bool force = False;
force 66 source3/rpcclient/cmd_shutdown.c force = True;
force 73 source3/rpcclient/cmd_shutdown.c result = cli_shutdown_init(cli, mem_ctx, msg, timeout, reboot, force);
force 466 source3/winbindd/winbindd_cache.c static void refresh_sequence_number(struct winbindd_domain *domain, bool force)
force 489 source3/winbindd/winbindd_cache.c if (!force && (time_diff < cache_time) &&
force 163 source4/ntvfs/common/opendb.c NTTIME write_time, bool force)
force 165 source4/ntvfs/common/opendb.c return ops->odb_set_write_time(lck, write_time, force);
force 41 source4/ntvfs/common/opendb.h NTTIME write_time, bool force);
force 796 source4/ntvfs/common/opendb_tdb.c NTTIME write_time, bool force)
force 802 source4/ntvfs/common/opendb_tdb.c if (lck->file.changed_write_time != 0 && !force) {