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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dfixpath.c798 int path_size; local
838 path_size = orig_offset_rel + strlen(path);
840 (*server_ptr) = pathalloc(path_size);
849 (void) snprintf(*server_ptr, path_size+1,
/illumos-gate/usr/src/cmd/format/
H A Dstartup.c464 * The static path_size and path_alloc are used to build up the
474 static int path_size; local
512 search_path = build_argvlist(search_path, &path_size,

Completed in 72 milliseconds