Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dnimltest.c163 nn, NI_stream_getbuf(nsout) ) ; in main()
H A Dthd_niftiwrite.c689 rhs = NI_stream_getbuf( ns ) ; in nifti_set_afni_extension()
H A Dthd_atlas.c3121 encstr = SUMA_copy_string( NI_stream_getbuf(ns)); in atlas_point_to_niml_string()
H A Dsuma_datasets.c5178 s = SUMA_copy_string( NI_stream_getbuf(ns) ) ; in SUMA_NI_nel_Info()
6869 SS = SUMA_StringAppend(SS, NI_stream_getbuf(ns)); in SUMA_DsetInfo()
6883 SS = SUMA_StringAppend(SS, NI_stream_getbuf(ns)); in SUMA_DsetInfo()
/dports/science/afni/afni-AFNI_21.3.16/src/niml/
H A Dniml_dtable.c154 stout = strdup( NI_stream_getbuf(ns) ) ; in Dtable_to_nimlstring()
H A Dniml.h686 extern char * NI_stream_getbuf( NI_stream_type * ) ;
H A Dniml_elemio.c1529 stout = strdup( NI_stream_getbuf(ns) ) ; in NI_write_element_tostring()
H A Dniml_stream.c2248 char * NI_stream_getbuf( NI_stream_type *ns ) in NI_stream_getbuf() function