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

/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Drevnetgroup.c64 typedef struct stringnode *stringlist;
65 struct stringnode { struct
69 typedef struct stringnode stringnode; typedef in typeref:struct:stringnode
217 new->groups = MALLOC(stringnode);
235 prev->next = MALLOC(stringnode);
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c125 (void) nassign(np, stringnode(string, flags, length));
327 stringnode(STRING s, int how, size_t length) function
988 lnp = stringnode(cp, FNOALLOC, llen);
1538 return (stringnode(linebuf, FSTATIC|FSENSE, lbuflen));
1542 return (stringnode(_null, FSTATIC, 0));
1544 return (stringnode(cp, FSTATIC|FSENSE, wcslen(cp)));

Completed in 60 milliseconds