Home
last modified time | relevance | path

Searched refs:stralloc (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Ddir.c77 dirlist = stralloc(dirlist); in sourcedir()
95 srcdirs[nsrcdirs++] = stralloc(dir); in sourcedir()
110 dirlist = stralloc(dirlist); in includedir()
129 incdirs[nincdirs++] = stralloc(dir); in includedir()
404 p->file = stralloc(compath(path)); in addsrcfile()
H A Dmain.c172 (void) putenv(stralloc(path)); in main()
181 envv[envc - 1] = stralloc(s); in main()
213 reffile = stralloc(path); in main()
215 invname = stralloc(path); in main()
217 invpost = stralloc(path); in main()
398 srcfiles[i] = stralloc(path); in main()
433 newreffile = stralloc(path); in main()
435 newinvname = stralloc(path); in main()
437 newinvpost = stralloc(path); in main()
720 invname = stralloc(path); in options()
[all …]
H A Dalloc.c39 char *stralloc(char *s);
48 stralloc(char *s) in stralloc() function
H A Dlibrary.h41 char *stralloc(char *s);
H A Dhistory.c59 h->text = stralloc(s); in addcmd()
H A Dvpinit.c95 vpath = stralloc(vpath); in vpinit()
/illumos-gate/usr/src/lib/libmail/common/
H A Ds_string.c45 } stralloc; typedef
46 static stralloc *freep = NULL;
67 freep = (stralloc *)malloc(sizeof (stralloc)); in s_alloc()
/illumos-gate/usr/src/cmd/mailx/
H A DMakefile37 receipt.o send.o sigretro.o stralloc.o temp.o \