Searched refs:NAMED_LEN (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/avs/dsstat/
H A Dii_stats.c371 char vol[(NAMED_LEN * 4) + 1] = {0};
377 (void) strncpy(vol, c, NAMED_LEN);
379 (void) strncat(vol, c, NAMED_LEN);
381 (void) strncat(vol, c, NAMED_LEN);
383 (void) strncat(vol, c, NAMED_LEN);
385 offset = strlen(vol) - NAMED_LEN;
471 char vol[(NAMED_LEN * 4) + 1] = {0};
475 (void) strncat(vol, c, NAMED_LEN);
477 (void) strncat(vol, c, NAMED_LEN);
479 (void) strncat(vol, c, NAMED_LEN);
[all...]
H A Dsndr_stats.c430 char vn[NAMED_LEN + 1];
443 if (strlen(c) >= NAMED_LEN) {
444 c += strlen(c) - NAMED_LEN;
446 (void) strncpy(vn, c, NAMED_LEN);
447 vn[NAMED_LEN] = '\0';
475 if (strlen(c) >= NAMED_LEN) {
476 c += strlen(c) - NAMED_LEN;
478 (void) strncpy(vn, c, NAMED_LEN);
479 vn[NAMED_LEN] = '\0';
775 (strlen(partial) == NAMED_LEN)
[all...]
H A Ddsstat.h51 #define NAMED_LEN 15 macro
H A Dsdbc_stats.c105 if (strncmp(cur_vname, tst_vname, NAMED_LEN) == 0)
219 if (strncmp(pname, cname, NAMED_LEN) != 0)
257 char volname[NAMED_LEN + 1];
263 SDBC_CDKSTAT_VOL_NAME), NAMED_LEN);
264 volname[NAMED_LEN] = '\0';
467 if (strncmp(volname, vn, NAMED_LEN) == 0)
505 if (strncmp(cur_vname, tst_vname, NAMED_LEN) > 0) {
526 if (strncmp(nxt_vname, tst_vname, NAMED_LEN) > 0) {

Completed in 66 milliseconds