Searched refs:ialloc_string (Results 1 – 8 of 8) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | zfontenum.c | 98 string = ialloc_string(length, "native font name"); in z_fontenum() 105 string = ialloc_string(length, "native font path"); in z_fontenum()
|
H A D | zfile1.c | 48 buffer = ialloc_string(blen, "zfile_name_combine"); in zfile_name_combine()
|
H A D | zmisc.c | 230 value = ialloc_string(len, "getenv value"); in zgetenv() 402 return ialloc_string(bytes, "pcache buffer"); in pcache_alloc_callback()
|
H A D | ialloc.h | 54 #define ialloc_string(nbytes, cname)\ macro
|
H A D | zstring.c | 59 sbody = ialloc_string(size, "string"); in zstring()
|
H A D | iscanbin.c | 292 byte *str = ialloc_string(arg, "string token"); in scan_binary_token() 517 sbase = ialloc_string(str_size, in scan_bos_continue()
|
H A D | zfileio.c | 659 str = ialloc_string(fname.size, "filename"); in zfilename()
|
H A D | iscan.c | 336 byte *cstr = ialloc_string(len, "scan_comment"); in scan_comment()
|