Searched refs:app_netstr_cstr (Results 1 – 1 of 1) sorted by relevance
/dports/devel/vstr/vstr-1.0.15/examples/ |
H A D | ex_dir_list.c | 9 static void app_netstr_cstr(Vstr_base *s1, const char *val) in app_netstr_cstr() function 108 app_netstr_cstr(s1, "version"); in main() 109 app_netstr_cstr(s1, "1"); in main() 121 app_netstr_cstr(s1, "name"); in main() 122 app_netstr_cstr(s1, ent->d_name); in main() 134 app_netstr_cstr(s1, "inode"); in main() 139 app_netstr_cstr(s1, "type"); in main() 144 app_netstr_cstr(s1, "type"); in main() 148 app_netstr_cstr(s1, "size"); in main() 153 app_netstr_cstr(s1, "inode"); in main() [all …]
|