faux.map 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  1. FAUX_2.0 {
  2. global:
  3. faux_argv_new;
  4. faux_argv_dup;
  5. faux_argv_free;
  6. faux_argv_set_quotes;
  7. faux_argv_iter;
  8. faux_argv_iterr;
  9. faux_argv_each;
  10. faux_argv_eachr;
  11. faux_argv_current;
  12. faux_argv_parse;
  13. faux_argv_len;
  14. faux_argv_is_continuable;
  15. faux_argv_set_continuable;
  16. faux_argv_del_continuable;
  17. faux_argv_is_last;
  18. faux_argv_add;
  19. faux_argv_del;
  20. faux_argv_index;
  21. faux_argv_line;
  22. faux_async_new;
  23. faux_async_free;
  24. faux_async_fd;
  25. faux_async_ibuf;
  26. faux_async_obuf;
  27. faux_async_set_read_cb;
  28. faux_async_set_read_limits;
  29. faux_async_set_stall_cb;
  30. faux_async_set_write_overflow;
  31. faux_async_set_read_overflow;
  32. faux_async_write;
  33. faux_async_writev;
  34. faux_async_out;
  35. faux_async_out_easy;
  36. faux_async_in;
  37. faux_async_in_easy;
  38. faux_conv_atol;
  39. faux_conv_atoul;
  40. faux_conv_atoll;
  41. faux_conv_atoull;
  42. faux_conv_atoi;
  43. faux_conv_atoui;
  44. faux_conv_atos;
  45. faux_conv_atous;
  46. faux_conv_atoc;
  47. faux_conv_atouc;
  48. faux_conv_str2bool;
  49. faux_conv_bool2str;
  50. faux_conv_str2tri;
  51. faux_conv_tri2str;
  52. faux_ctype_isdigit;
  53. faux_ctype_isspace;
  54. faux_ctype_tolower;
  55. faux_ctype_toupper;
  56. faux_eloop_new;
  57. faux_eloop_free;
  58. faux_eloop_loop;
  59. faux_eloop_add_fd;
  60. faux_eloop_del_fd;
  61. faux_eloop_del_fd_all;
  62. faux_eloop_add_signal;
  63. faux_eloop_del_signal;
  64. faux_eloop_del_signal_all;
  65. faux_eloop_add_sched_once;
  66. faux_eloop_add_sched_once_delayed;
  67. faux_eloop_add_sched_periodic;
  68. faux_eloop_add_sched_periodic_delayed;
  69. faux_eloop_del_sched;
  70. faux_eloop_del_sched_by_id;
  71. faux_eloop_del_sched_all;
  72. faux_eloop_include_fd_event;
  73. faux_eloop_exclude_fd_event;
  74. faux_error_new;
  75. faux_error_free;
  76. faux_error_reset;
  77. faux_error_len;
  78. faux_error;
  79. faux_error_add;
  80. faux_error_sprintf;
  81. faux_error_iter;
  82. faux_error_iterr;
  83. faux_error_each;
  84. faux_error_eachr;
  85. faux_error_fshow;
  86. faux_error_show;
  87. faux_error_cstr;
  88. faux_free;
  89. faux_malloc;
  90. faux_bzero;
  91. faux_zmalloc;
  92. faux_cleanse;
  93. faux_write;
  94. faux_read;
  95. faux_write_block;
  96. faux_read_block;
  97. faux_read_whole_file;
  98. faux_filesize;
  99. faux_isdir;
  100. faux_isfile;
  101. faux_rm;
  102. faux_mkdir_p;
  103. faux_expand_tilde;
  104. faux_daemon;
  105. faux_file_fdopen;
  106. faux_file_open;
  107. faux_file_close;
  108. faux_file_fileno;
  109. faux_file_eof;
  110. faux_file_getline_raw;
  111. faux_file_getline;
  112. faux_file_write;
  113. faux_file_write_block;
  114. faux_file_read;
  115. faux_file_read_block;
  116. faux_pair_name;
  117. faux_pair_value;
  118. faux_ini_new;
  119. faux_ini_free;
  120. faux_ini_set;
  121. faux_ini_unset;
  122. faux_ini_is_empty;
  123. faux_ini_find_pair;
  124. faux_ini_find;
  125. faux_ini_iter;
  126. faux_ini_each;
  127. faux_ini_parse_str;
  128. faux_ini_parse_file;
  129. faux_ini_write_str;
  130. faux_ini_write_file;
  131. faux_ini_extract_subini;
  132. faux_list_prev_node;
  133. faux_list_next_node;
  134. faux_list_data;
  135. faux_list_each_node;
  136. faux_list_eachr_node;
  137. faux_list_each;
  138. faux_list_eachr;
  139. faux_list_new;
  140. faux_list_free;
  141. faux_list_head;
  142. faux_list_tail;
  143. faux_list_len;
  144. faux_list_is_empty;
  145. faux_list_add;
  146. faux_list_add_find;
  147. faux_list_takeaway;
  148. faux_list_del;
  149. faux_list_kdel;
  150. faux_list_del_all;
  151. faux_list_match_node;
  152. faux_list_kmatch_node;
  153. faux_list_match;
  154. faux_list_kmatch;
  155. faux_list_find_node;
  156. faux_list_kfind_node;
  157. faux_list_find;
  158. faux_list_kfind;
  159. faux_list_index_node;
  160. faux_list_index;
  161. faux_log_facility_id;
  162. faux_log_facility_str;
  163. faux_hdr_set_cmd;
  164. faux_hdr_cmd;
  165. faux_hdr_set_status;
  166. faux_hdr_status;
  167. faux_hdr_set_req_id;
  168. faux_hdr_req_id;
  169. faux_hdr_set_param_num;
  170. faux_hdr_param_num;
  171. faux_hdr_set_len;
  172. faux_hdr_len;
  173. faux_hdr_set_magic;
  174. faux_hdr_magic;
  175. faux_hdr_set_major;
  176. faux_hdr_major;
  177. faux_hdr_set_minor;
  178. faux_hdr_minor;
  179. faux_phdr_set_type;
  180. faux_phdr_get_type;
  181. faux_phdr_set_len;
  182. faux_phdr_get_len;
  183. faux_msg_new;
  184. faux_msg_free;
  185. faux_msg_set_cmd;
  186. faux_msg_get_cmd;
  187. faux_msg_set_status;
  188. faux_msg_get_status;
  189. faux_msg_set_req_id;
  190. faux_msg_get_req_id;
  191. faux_msg_get_param_num;
  192. faux_msg_get_len;
  193. faux_msg_get_magic;
  194. faux_msg_get_major;
  195. faux_msg_get_minor;
  196. faux_msg_add_param;
  197. faux_msg_init_param_iter;
  198. faux_msg_get_param_each;
  199. faux_msg_get_param_by_index;
  200. faux_msg_get_param_by_type;
  201. faux_msg_get_str_param_by_type;
  202. faux_msg_send;
  203. faux_msg_send_async;
  204. faux_msg_recv;
  205. faux_msg_iov;
  206. faux_msg_serialize;
  207. faux_msg_deserialize_parts;
  208. faux_msg_deserialize;
  209. faux_msg_debug;
  210. faux_send;
  211. faux_send_block;
  212. faux_sendv;
  213. faux_sendv_block;
  214. faux_recv;
  215. faux_recv_block;
  216. faux_recvv;
  217. faux_recvv_block;
  218. faux_net_new;
  219. faux_net_free;
  220. faux_net_set_fd;
  221. faux_net_unset_fd;
  222. faux_net_get_fd;
  223. faux_net_set_send_timeout;
  224. faux_net_set_recv_timeout;
  225. faux_net_set_timeout;
  226. faux_net_set_isbreak_func;
  227. faux_net_sigmask_empty;
  228. faux_net_sigmask_fill;
  229. faux_net_sigmask_add;
  230. faux_net_sigmask_del;
  231. faux_net_send;
  232. faux_net_sendv;
  233. faux_net_recv;
  234. faux_net_recvv;
  235. faux_pollfd_new;
  236. faux_pollfd_free;
  237. faux_pollfd_vector;
  238. faux_pollfd_len;
  239. faux_pollfd_item;
  240. faux_pollfd_find;
  241. faux_pollfd_add;
  242. faux_pollfd_del_by_fd;
  243. faux_pollfd_del_by_index;
  244. faux_pollfd_init_iterator;
  245. faux_pollfd_each;
  246. faux_pollfd_each_active;
  247. faux_pollfd_del_all;
  248. faux_ev_new;
  249. faux_ev_free;
  250. faux_ev_is_busy;
  251. faux_ev_set_free_data_cb;
  252. faux_ev_set_time;
  253. faux_ev_time;
  254. faux_ev_set_periodic;
  255. faux_ev_is_periodic;
  256. faux_ev_time_left;
  257. faux_ev_id;
  258. faux_ev_data;
  259. faux_sched_new;
  260. faux_sched_free;
  261. faux_sched_add;
  262. faux_sched_once;
  263. faux_sched_once_delayed;
  264. faux_sched_periodic;
  265. faux_sched_periodic_delayed;
  266. faux_sched_next_interval;
  267. faux_sched_del_all;
  268. faux_sched_pop;
  269. faux_sched_del;
  270. faux_sched_del_by_id;
  271. faux_sched_del_by_data;
  272. faux_sched_init_ev_iter;
  273. faux_sched_get_by_id;
  274. faux_sched_get_by_data;
  275. faux_str_free;
  276. faux_str_dupn;
  277. faux_str_dup;
  278. faux_str_catn;
  279. faux_str_cat;
  280. faux_str_mcat;
  281. faux_str_vsprintf;
  282. faux_str_sprintf;
  283. faux_str_tolower;
  284. faux_str_toupper;
  285. faux_str_cmpn;
  286. faux_str_cmp;
  287. faux_str_casecmpn;
  288. faux_str_casecmp;
  289. faux_str_numcmp;
  290. faux_str_casestr;
  291. faux_str_charsn;
  292. faux_str_chars;
  293. faux_str_is_empty;
  294. faux_str_has_content;
  295. faux_str_c_esc;
  296. faux_str_c_esc_space;
  297. faux_str_c_esc_quote;
  298. faux_str_c_bin;
  299. faux_str_nextword;
  300. faux_str_suffix;
  301. faux_str_decode;
  302. faux_str_ndecode;
  303. faux_str_encode;
  304. faux_str_equal_part;
  305. faux_str_getline;
  306. faux_str_unclosed_quotes;
  307. faux_sysdb_getpwnam;
  308. faux_sysdb_getpwuid;
  309. faux_sysdb_uid_by_name;
  310. faux_sysdb_name_by_uid;
  311. faux_sysdb_getgrnam;
  312. faux_sysdb_getgrgid;
  313. faux_sysdb_gid_by_name;
  314. faux_sysdb_name_by_gid;
  315. faux_testc_file_deploy;
  316. faux_testc_file_deploy_str;
  317. faux_testc_tmpfile_deploy;
  318. faux_testc_tmpfile_deploy_str;
  319. faux_testc_file_cmp;
  320. faux_timespec_cmp;
  321. faux_timespec_diff;
  322. faux_timespec_sum;
  323. faux_timespec_now;
  324. faux_timespec_now_monotonic;
  325. faux_timespec_before_now;
  326. faux_timespec_to_nsec;
  327. faux_nsec_to_timespec;
  328. faux_vec_new;
  329. faux_vec_free;
  330. faux_vec_len;
  331. faux_vec_item_size;
  332. faux_vec_item;
  333. faux_vec_data;
  334. faux_vec_add;
  335. faux_vec_del;
  336. faux_vec_find_fn;
  337. faux_vec_find;
  338. faux_vec_del_all;
  339. faux_buf_new;
  340. faux_buf_free;
  341. faux_buf_len;
  342. faux_buf_limit;
  343. faux_buf_will_be_overflow;
  344. faux_buf_set_limit;
  345. faux_buf_is_wlocked;
  346. faux_buf_is_rlocked;
  347. faux_buf_write;
  348. faux_buf_read;
  349. faux_buf_dread_lock;
  350. faux_buf_dread_unlock;
  351. faux_buf_dwrite_lock;
  352. faux_buf_dwrite_unlock;
  353. faux_buf_dwrite_lock_easy;
  354. faux_buf_dwrite_unlock_easy;
  355. faux_buf_dread_lock_easy;
  356. faux_buf_dread_unlock_easy;
  357. faux_buf_empty;
  358. testc_version_major;
  359. testc_version_minor;
  360. testc_module;
  361. testc_faux_*;
  362. local: *;
  363. };