Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/cscope-fast/
H A Ddir.c79 dirlist = stralloc(dirlist); in sourcedir()
97 srcdirs[nsrcdirs++] = stralloc(dir); in sourcedir()
112 dirlist = stralloc(dirlist); in includedir()
131 incdirs[nincdirs++] = stralloc(dir); in includedir()
406 p->file = stralloc(compath(path)); in addsrcfile()
H A Dmain.c174 (void) putenv(stralloc(path)); in main()
180 s = strtok(stralloc(s), OPTSEPS); in main()
183 envv[envc - 1] = stralloc(s); in main()
215 reffile = stralloc(path); in main()
217 invname = stralloc(path); in main()
219 invpost = stralloc(path); in main()
313 dbvpdirs[i] = stralloc(path); in main()
400 srcfiles[i] = stralloc(path); in main()
435 newreffile = stralloc(path); in main()
437 newinvname = stralloc(path); in main()
[all …]
H A Dalloc.c41 char *stralloc(char *s);
50 stralloc(char *s) in stralloc() function
H A Dlibrary.h44 char *stralloc(char *s);
H A Dhistory.c61 h->text = stralloc(s); in addcmd()
H A Dvpinit.c97 vpath = stralloc(vpath); in vpinit()
/titanic_41/usr/src/lib/libmail/common/
H A Ds_string.c47 } stralloc; typedef
48 static stralloc *freep = NULL;
69 freep = (stralloc *)malloc(sizeof (stralloc)); in s_alloc()
/titanic_41/usr/src/cmd/mailx/
H A DMakefile36 receipt.o send.o sigretro.o stralloc.o temp.o \