Searched refs:whenstr (Results 1 – 2 of 2) sorted by relevance
67 const char *whenstr = opts->time; in qmp_expire_password() local71 if (strcmp(whenstr, "now") == 0) { in qmp_expire_password()73 } else if (strcmp(whenstr, "never") == 0) { in qmp_expire_password()75 } else if (whenstr[0] == '+') { in qmp_expire_password()77 numstr = whenstr + 1; in qmp_expire_password()80 numstr = whenstr; in qmp_expire_password()86 whenstr); in qmp_expire_password()
299 const char *whenstr = qdict_get_str(qdict, "time"); in hmp_expire_password() local304 .time = (char *)whenstr, in hmp_expire_password()