Lines Matching defs:tmpkey
396 char tmpkey[CFG_MAX_KEY];
424 bzero(tmpkey, sizeof (tmpkey));
425 strcpy(tmpkey, key);
426 section = strtok(tmpkey, ".");
692 char tmpkey[CFG_MAX_KEY];
714 strcpy(tmpkey, key);
715 section = strtok(tmpkey, ".");
2373 char tmpkey[CFG_MAX_KEY];
2388 bzero(tmpkey, sizeof (tmpkey));
2389 strcpy(tmpkey, key);
2397 ky = strtok(tmpkey, ".");