Searched refs:npart (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/tools/ctf/stabs/common/ |
H A D | forth.c | 182 char *curtype, *lpart, *part, *npart; local 227 * Stop if there aren't any more parts. We use `npart' here 230 if ((npart = strtok(NULL, ".")) == NULL) 237 part = npart;
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | callers.c | 84 char pre[MAXPH], npart[MAXPH], tpre[MAXPH], p[MAXPH]; local 97 s1 = npart; 116 (void) strcat(out, npart);
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | callers.c | 144 char pre[MAXPH], npart[MAXPH], tpre[MAXPH], p[MAXPH]; local 157 s1 = npart; 176 (void) strcat(out, npart);
|
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_activate.c | 840 int fd, npart, i, j; local 851 if ((npart = efi_alloc_and_read(fd, &gpt)) <= 0) 854 for (i = 0; i != npart; i++) {
|
Completed in 75 milliseconds