Lines Matching defs:len
230 int len = strlen(_idmapdstate.hostname);
231 char my_host_name[len + 1];
293 int len = strlen(_idmapdstate.cfg->pgcfg.machine_sid);
294 char my_machine_sid[len + 1];
378 int len = strlen(_idmapdstate.cfg->pgcfg.machine_sid);
379 char my_machine_sid[len + 1];
384 int len;
394 len = strlen(prefix);
401 if (strncasecmp(sid, prefix, len) != 0)
403 if (sid[len] != '-')
405 rid = strtoul(sid + len + 1, &p, 10);