Searched refs:then (Results 1 - 25 of 132) sorted by relevance

123456

/freebsd-current/sbin/dump/
H A Dunctime.c43 struct tm then; local
45 str = strptime(str, "%a %b %e %T %Y", &then);
48 then.tm_isdst = -1;
49 return (mktime(&then));
/freebsd-current/libexec/nuageinit/
H A Dnuage.lua17 if not oldpath then
21 if path == "" then
28 if lfs.attributes(path, "mode") ~= nil then
32 if not r then
39 if hostname == nil then return end
41 if not root then
48 if not f then
58 if type(list) == "string" then
62 elseif type(list) == "table" then
71 if (type(pwd) ~= "table") then
[all...]
H A Dyaml.lua9 if type(value) == "table" and not done [value] then
22 if key == last then
28 if type(key) == "number" then
47 elseif type(value) == "string" then
82 if type(str) ~= "string" then
159 if not inline or tokens[i].noinline == nil then
163 if #captures > 0 then
171 if token[1] == "{" or token[1] == "[" then
173 elseif token.const then
177 elseif token[1] == "id" then
[all...]
/freebsd-current/lib/libifconfig/
H A Dlibifconfig_sfp_tables.tpl.h34 if type(ent) == "string" then
66 if disp then
82 if type(ent) == "table" then
104 if type(ent) == "table" then
119 if type(ent) == "table" then
H A Dlibifconfig_sfp_tables_internal.tpl.h39 if type(ent) == "table" then
55 if type(ent) == "table" then
H A Dlibifconfig_sfp_tables.tpl.c48 if type(ent) == "string" then
71 if disp then
106 if disp then
/freebsd-current/sys/contrib/openzfs/contrib/zcp/
H A Dautosnap.lua24 if arg == "-n" then
26 elseif arg == "-p" then
27 elseif argv[i-1] == "-p" then
34 if root_snap == nil or property == nil then
41 if root_snap:sub(i, i) == "@" then
49 if auto == "true" then
52 if noop then
67 if err ~= 0 then
71 if err_txt ~= "" then
/freebsd-current/stand/lua/
H A Dcore.lua43 if argstr ~= nil then
67 if module:sub(1, 1) ~= "/" then
74 if module:match(".lua$") == nil then
78 if lfs.attributes(module, "mode") ~= "file" then
104 if verbose == nil then
108 if verbose then
117 if single_user == nil then
121 if single_user then
134 if loader.getenv("acpi.rsdp") ~= nil then
142 if not core.hasACPI() then
[all...]
H A Ddrawer.lua57 if gfx == nil then
66 if name_handler ~= nil then
69 if type(entry.name) == "function" then
76 if gfxname == nil then
81 if ret == nil then
86 if type(ret) ~= "table" then
91 if gfxtype == "brand" then
93 elseif gfxtype == "logo" then
105 if brand == nil then
112 if branddef == nil then
[all...]
H A Dconfig.lua88 if restore_value == nil then
93 if current_value ~= v then
99 if restore_value ~= nil then
117 env_changed[key] ~= nil then
127 if loader_env_restricted_table[key] ~= nil then
132 if env_restore[key] == nil then
143 if modules[key] == nil then
161 if i < nextpos then
166 if c == '\\' then
167 if i == vlen then
[all...]
H A Dcli.lua39 if with_kernel == nil then
42 if #argv == 0 then
43 if with_kernel then
53 if with_kernel and v:sub(1,1) ~= "-" then
59 if with_kernel then
67 if loading and config.enableModule(module) then
69 elseif not loading and config.disableModule(module) then
84 if #argv == 0 then
90 if cmd ~= nil and type(cmd) == "function" then
111 if kernel ~= nil then
[all...]
H A Dcolor.lua54 if c ~= nil then
61 if color.disabled then
68 if color.disabled then
75 if color.disabled then
82 if color.disabled then
89 if color.disabled then
92 if attribute == nil then
102 if color.disabled then
109 if color.disabled then
H A Dpassword.lua63 if ch == core.KEY_ENTER then
66 if ch == core.KEY_BACKSPACE or ch == core.KEY_DELETE then
67 if #str > 0 then
68 if show_password_mask then
76 if show_password_mask then
96 if not screen_setup then
101 if attempts > 1 then
107 if pwd == nil or pwd == read_pwd then
118 if pwd == nil then
128 if geli_prompt ~= nil and geli_prompt:lower() == "yes" then
[all...]
H A Dmenu.lua46 if value then
59 if loader.getenv("kernelname") ~= nil then
84 if type(choices) == "function" then
87 if #choices > 0 then
98 if entry.func ~= nil then
115 if #all_choices == 0 then
122 if is_default then
226 if core.isSingleUserBoot() then
230 if alts == nil then
330 if #all_choices == 0 then
[all...]
H A Dhook.lua35 -- initial load. Other modules may then, at any time, register a hook for these
49 if selected_hooks == nil then
63 if selected_hooks == nil then
66 -- module load, so if this hasn't happened then we have messed
73 if #selected_hooks > 0 then
/freebsd-current/tools/lua/
H A Dtemplate.lua98 if _VERSION == "Lua 5.1" then
112 if not ok then newtab = function() return {} end end
116 if val == nil then return true end
127 if c == SP or c == HT or c == VT or c == NUL then
137 if s > 1 and byte(view, s - 1, s - 1) == BSOL then
138 if s > 2 and byte(view, s - 2, s - 2) == BSOL then
149 if not file then return nil, err end
158 if plain == true then return view end
160 if root and root ~= EMPTY then
161 if byte(root, -1) == SOL then roo
[all...]
/freebsd-current/sys/tools/
H A Dmakesyscalls.lua121 if cleantmp then
122 if lfs.dir(tmpspace) then
124 if fname ~= "." and fname ~= ".." then
131 if lfs.attributes(tmpspace) and not lfs.rmdir(tmpspace) then
245 if s == nil then
248 if char == nil then
263 -- use a pattern to strip out the meaty part of the line, but then we
267 if not file then
278 if key ~= nil and value ~= nil then
283 if delim == '"' then
[all...]
/freebsd-current/share/mk/
H A Dinstall-new.mk21 if ! test -s $$target || ! cmp -s $$target $$src; then \
23 if test -s $$target; then \
24 if test "x$$_bak" != x; then \
37 if ! test -s $$target || ! cmp -s $$target $$src; then \
39 if test -s $$target; then \
40 if test "x$$_bak" != x; then \
60 if test $$_t $$new; then \
/freebsd-current/usr.bin/resizewin/
H A Dresizewin.c63 struct timeval then, now; local
110 gettimeofday(&then, NULL);
118 timersub(&now, &then, &now);
/freebsd-current/contrib/libucl/lua/
H A Dtest.lua19 if not res then
26 if expect == got then
/freebsd-current/sys/cam/
H A Dcam_iosched.h66 cam_iosched_delta_t(uintptr_t then) argument
70 return (cam_iosched_now() - then);
/freebsd-current/contrib/bmake/mk/
H A Dinstall-new.mk23 if ! test -s $$target || ! cmp -s $$target $$src; then \
25 if test -s $$target; then \
26 if test "x$$_bak" != x; then \
48 if test $$_t $$new; then \
/freebsd-current/contrib/netbsd-tests/kernel/kqueue/
H A Dt_sig.c117 struct timeval then, now, diff; local
119 RL(gettimeofday(&then, NULL));
122 timersub(&now, &then, &diff);
/freebsd-current/tools/tools/netrate/netreceive/
H A Dnetreceive.c160 struct timespec now, then, delta; local
163 clock_gettime(CLOCK_REALTIME, &then);
164 fprintf(stderr, "start at %ld.%09ld\n", then.tv_sec, then.tv_nsec);
180 timespec_sub(&delta, &then);
181 then = now;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp934 // if BitCount(registers) < 1 then UNPREDICTABLE;
941 // if BitCount(registers) < 2 then UNPREDICTABLE;
947 // if BadReg(t) then UNPREDICTABLE;
956 // if BitCount(register_list) < 2 then SEE STMDB / STMFD;
960 // if t == 13 then UNPREDICTABLE;
1023 if registers<i> == '1' then
1024 R[i] = if UnalignedAllowed then MemU[address,4] else MemA[address,4]; address = address + 4;
1025 if registers<15> == '1' then
1026 if UnalignedAllowed then
1030 if registers<13> == '0' then S
[all...]

Completed in 309 milliseconds

123456