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

/ast/src/cmd/3d/
H A Dmap.c485 mapset(Table_t* tab, const char* from, int fromsize, register const char* to, int tosize) argument
502 if (!tosize && (!to || !to[0] || to[0] == '-' && !to[1]) || tosize == 1 && to[0] == '-')
505 tosize = 0;
507 message((-2, "mount: %-*s %-*s", from == state.null ? 1 : fromsize ? fromsize : strlen(from), from == state.null ? "-" : from, to == state.null ? 1 : tosize ? tosize : strlen(to), to == state.null ? "-" : to));
508 if ((!tosize || tosize >= 2) && to[0] == '/' && to[1] == '#')
511 if (tosize)
512 tosize
617 int tosize; local
[all...]

Completed in 8 milliseconds