Searched defs:news (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_subr.c | 421 int news = olds * 2; local 422 char **argv = realloc(dtp->dt_cpp_argv, sizeof (char *) * news); 429 dtp->dt_cpp_args = news;
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | collect.c | 64 static char **Xaddone(char **hf, char news[]); 1255 addto(char hf[], char news[]) argument 1258 int comma = docomma(news); 1260 while (news = yankword(news, name, sizeof (name), comma)) { 1271 addone(char hf[], char news[]) argument 1277 if (*news == '\0') 1279 linebuf = (char *)srealloc(hf, (unsigned)(strlen(hf) + strlen(news) + 2)); 1283 for (cp = news; any(*cp, " \t"); cp++) 1307 Xaddone(char **hf, char news[]) argument [all...] |
/illumos-gate/usr/src/lib/libast/common/vmalloc/ |
H A D | vmprofile.c | 578 reg size_t news; local 619 news = ROUND(size,ALIGN) + PF_EXTRA; 620 if((addr = KPVRESIZE(vm,data,news,(type&~VM_RSZERO),Vmbest->resizef)) )
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_client.c | 4214 char *news; local 4222 news = kmem_alloc(len, KM_SLEEP); 4223 (void) strncpy(news, prepend, len); 4232 news = kmem_alloc(len, KM_SLEEP); 4233 (void) strncpy(news, prepend, len); 4234 (void) strcat(news, "/"); 4235 (void) strcat(news, *curses); 4238 *curses = news;
|
H A D | nfs_subr.c | 3313 char *news; local 3319 news = kmem_alloc(MAXNAMELEN, KM_SLEEP); 3320 s = news; 3329 return (news);
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | cgrep.c | 678 State *news; local 693 news = &r->istate; 694 else if ((news = stateof(r, &r->tmp)) == NULL) 695 news = addstate(r, &r->tmp, 1); 696 s->tab[a] = news; 700 s-r->states, a, news); 703 return (news);
|
Completed in 71 milliseconds