Lines Matching refs:warnmsg
10 local function warnmsg(str, prepend) function
22 warnmsg(str, prepend)
61 warnmsg("Impossible to open " .. hostnamepath .. ":" .. err)
77 warnmsg("Invalid type " .. type(list) .. ", expecting table or string")
84 warnmsg("Argument should be a table")
139 warnmsg("fail to add user " .. pwd.name)
140 warnmsg(cmd)
156 warnmsg("Argument should be a table")
182 warnmsg("fail to add group " .. grp.name)
183 warnmsg(cmd)
211 warnmsg("impossible to open " .. ak_path)
227 warn = warnmsg,