HomeSort by relevance Sort by last modified time
    Searched defs:addl (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/lib/libdtrace/common/
dt_string.c 156 size_t addl = 0; local
170 addl++; /* 1 add'l char needed to follow \ */
176 addl += 3; /* 3 add'l chars following \ */
180 if ((s2 = malloc(n + addl + 1)) == NULL)
  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb_string.c 373 size_t addl = 0; local
387 addl++; /* 1 add'l char needed to follow \ */
393 addl += 3; /* 3 add'l chars following \ */
397 s2 = mdb_alloc(n + addl + 1, UM_SLEEP);
467 size_t addl = 0; local
475 addl++; /* 1 add'l char needed for "^" */
478 s2 = mdb_alloc(n + addl + 1, UM_SLEEP);

Completed in 600 milliseconds