Searched defs:inst_strlen (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c3735 int inst_strlen; local
3744 inst_strlen = strlen(inst_file);
3745 new_inst_file = s_malloc(inst_strlen + PID_STR_LEN + 2);
3746 old_inst_file = s_malloc(inst_strlen + PID_STR_LEN + 6);
3747 old_inst_file_npid = s_malloc(inst_strlen +
3750 (void) snprintf(new_inst_file, inst_strlen + PID_STR_LEN + 2,
3786 (void) snprintf(old_inst_file, inst_strlen + PID_STR_LEN + 6,
3837 inst_strlen + sizeof (INSTANCE_FILE_SUFFIX),

Completed in 63 milliseconds