Searched refs:nil (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dgenerate_module.rb92 raise "ERROR: You can't have more than one Module name specified!" unless @module_name.nil?
101 raise "ERROR: You must have a Module name specified! (use option -h for help)" if @module_name.nil?
107 @path_src = cfg[:defaults][:path_src] if @path_src.nil?
108 @path_inc = cfg[:defaults][:path_inc] if @path_inc.nil?
109 @path_tst = cfg[:defaults][:path_tst] if @path_tst.nil?
110 @update_svn = cfg[:defaults][:update_svn] if @update_svn.nil?
118 @path_src = HERE + "../src/" if @path_src.nil?
119 @path_inc = @path_src if @path_inc.nil?
120 @path_tst = HERE + "../test/" if @path_tst.nil?
124 @pattern = 'src' if @pattern.nil
[all...]
H A Dgenerate_test_runner.rb12 def initialize(options = nil)
39 unless (config_file.nil? or config_file.empty?)
48 def run(input_file, output_file, options=nil)
54 @options.merge!(options) unless options.nil?
60 source = source.force_encoding("ISO-8859-1").encode("utf-8", :replace => nil) if ($QUICK_RUBY_VERSION > 10900)
113 args = nil
247 unless (@options[:suite_setup].nil?)
254 unless (@options[:suite_teardown].nil?)
330 output.puts(" suite_setup();") unless @options[:suite_setup].nil?
336 if ((test[:args].nil
[all...]
H A Dunity_test_summary.rb83 def usage(err_msg=nil)
/freebsd-11-stable/lib/libc/uuid/
H A Duuid_to_string.c46 uuid_t nil; local
56 u = &nil;
57 uuid_create_nil(&nil, NULL);
/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_fleximap.h222 cl_fmap_item_t nil; member in struct:_cl_fmap
234 * nil
422 return (&p_map->nil);
459 return ((cl_fmap_item_t *) p_map->nil.pool_item.list_item.p_next);
495 return ((cl_fmap_item_t *) p_map->nil.pool_item.list_item.p_prev);
803 p_map->root.p_left = &p_map->nil;
804 p_map->nil.pool_item.list_item.p_next = &p_map->nil.pool_item.list_item;
805 p_map->nil.pool_item.list_item.p_prev = &p_map->nil
[all...]
H A Dcl_qmap.h248 cl_map_item_t nil; member in struct:_cl_qmap
259 * nil
495 return (&p_map->nil);
532 return ((cl_map_item_t *) p_map->nil.pool_item.list_item.p_next);
568 return ((cl_map_item_t *) p_map->nil.pool_item.list_item.p_prev);
835 p_map->root.p_left = &p_map->nil;
836 p_map->nil.pool_item.list_item.p_next = &p_map->nil.pool_item.list_item;
837 p_map->nil.pool_item.list_item.p_prev = &p_map->nil
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_match.c48 0x00, // nil
59 sdp_data_t nil; local
69 ATF_REQUIRE(sdp_get_data(&test, &nil)); /* (skip) */
70 ATF_CHECK_EQ(sdp_data_type(&nil), SDP_DATA_NIL);
H A Dt_sdp_get.c145 0x00, // nil
177 sdp_data_t nil; local
191 ATF_REQUIRE(sdp_get_data(&test, &nil)); /* (skip) */
192 ATF_CHECK_EQ(sdp_data_type(&nil), SDP_DATA_NIL);
212 0x00, // nil
216 sdp_data_t nil; local
227 ATF_REQUIRE(sdp_get_data(&test, &nil)); /* (skip) */
228 ATF_CHECK_EQ(sdp_data_type(&nil), SDP_DATA_NIL);
251 0x00, // nil
279 sdp_data_t nil; local
389 sdp_data_t nil; local
559 sdp_data_t nil; local
604 sdp_data_t nil; local
[all...]
/freebsd-11-stable/stand/libsa/
H A Duuid_to_string.c65 * NOTE: we don't support u == NULL for a nil UUID, sorry.
76 uuid_t nil; local
90 u = &nil;
91 uuid_create_nil(&nil, NULL);
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_map.c134 CL_ASSERT(p_item->p_right != &p_map->nil);
149 if ((*pp_root)->p_left != &p_map->nil)
180 CL_ASSERT(p_item->p_left != &p_map->nil);
194 if ((*pp_root)->p_right != &p_map->nil)
211 p_map->root.p_left = &p_map->nil;
212 p_map->root.p_right = &p_map->nil;
216 p_map->nil.p_up = &p_map->nil;
217 p_map->nil.p_left = &p_map->nil;
[all...]
/freebsd-11-stable/stand/lua/
H A Dconfig.lua39 -- Values to restore env to (nil to unset)
79 if restore_value == nil then
90 if restore_value ~= nil then
107 if loader_env_restricted_table[key] ~= nil or
108 env_changed[key] ~= nil then
118 if loader_env_restricted_table[key] ~= nil then
123 if env_restore[key] == nil then
134 if modules[key] == nil then
167 if k ~= nil then
204 if modules[k] == nil the
[all...]
H A Dcore.lua42 if argstr ~= nil then
76 if lua_path == nil then
85 if module:match(".lua$") == nil then
115 if verbose == nil then
128 if single_user == nil then
143 if c ~= nil then
149 return c == nil or tonumber(c) ~= 1
155 if acpi == nil then
172 if safe_mode == nil then
199 core.cached_kernels = nil
[all...]
H A Ddrawer.lua55 if name_handler ~= nil then
65 if brand == nil then
66 return nil
72 if branddef == nil then
81 if logo == nil then
82 return nil
88 if logodef == nil then
121 if e.visible ~= nil and not e.visible() then
133 if e.alias ~= nil then
164 if framespec == nil the
[all...]
H A Dmenu.lua93 if entry.func ~= nil then
222 if alts == nil then
324 if loader.getenv("kernelname") ~= nil then
358 return loader.getenv('chain_disk') ~= nil
382 assert(menudef ~= nil)
390 keypress = nil
405 local sel_entry = nil
414 if sel_entry ~= nil then
416 assert(handler ~= nil)
434 if delay ~= nil an
[all...]
H A Dcli.lua38 -- Defaults to nil and "" respectively.
42 if with_kernel == nil then
47 return nil, ""
85 if cmd ~= nil and type(cmd) == "function" then
106 if kernel ~= nil then
122 if kernel ~= nil then
H A Dpassword.lua109 if pwd == nil or pwd == read_pwd then
120 if pwd == nil then
130 if geli_prompt ~= nil and geli_prompt:lower() == "yes" then
136 if pwd ~= nil then
H A Dhook.lua52 if selected_hooks == nil then
66 if selected_hooks == nil then
H A Dcolor.lua56 if c ~= nil then
94 if attribute == nil then
/freebsd-11-stable/tools/regression/usr.bin/env/
H A Dregress-sb.rb65 @user_args = nil
138 return false if symres == nil
207 usercmd += " " + @user_args if @user_args != nil
272 if $rgdatafile == nil
316 @@rgtest_opts = nil;
420 $cmdopt_testpgm = nil
421 $testpgm = nil
422 $rgdatafile = nil
429 errline = nil
456 if $cmdopt_testpgm == nil
[all...]
/freebsd-11-stable/sys/geom/uzip/
H A Dg_uzip_zlib.c131 z_alloc(void *nil, u_int type, u_int size) argument
141 z_free(void *nil, void *ptr) argument
/freebsd-11-stable/sys/arm/arm/
H A Ddb_interface.c69 static int nil = 0; variable
98 { "und_sp", &nil, db_access_und_sp, },
99 { "abt_sp", &nil, db_access_abt_sp, },
100 { "irq_sp", &nil, db_access_irq_sp, },
/freebsd-11-stable/sys/opencrypto/
H A Dcryptodeflate.c248 z_alloc(nil, type, size)
249 void *nil;
259 z_free(nil, ptr)
260 void *nil, *ptr;
/freebsd-11-stable/sys/kern/
H A Dkern_ctf.c42 z_alloc(void *nil, u_int items, u_int size) argument
51 z_free(void *nil, void *ptr) argument
/freebsd-11-stable/contrib/dialog/package/
H A Ddialog.spec31 %define debug_package %{nil}
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp47 #ifndef nil
48 #define nil (__null) macro

Completed in 175 milliseconds

12