Searched refs:PID_STR_LEN (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h92 #define PID_STR_LEN 10 macro
H A Ddevfsadm.c3745 new_inst_file = s_malloc(inst_strlen + PID_STR_LEN + 2);
3746 old_inst_file = s_malloc(inst_strlen + PID_STR_LEN + 6);
3750 (void) snprintf(new_inst_file, inst_strlen + PID_STR_LEN + 2,
3786 (void) snprintf(old_inst_file, inst_strlen + PID_STR_LEN + 6,

Completed in 60 milliseconds