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

/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dupload.c50 char *unit_str; local
69 unit_str = pop_a_duped_string(env, NULL);
70 if (unit_str == NULL) {
71 unit_str = STRDUP("");
74 debug_msg(DEBUG_UPLOAD, " Unit Addr : '%s'\n", unit_str);
78 fc_ptr2cell(unit_str), fc_ptr2cell(p->data));
80 FREE(unit_str);

Completed in 30 milliseconds