1acl_ldap_freeconfig: void (void)
2acl_ldap_readconfig: int (dictionary *)
3ad_close: int (struct adouble *, int)
4ad_convert: int (const char *, const struct stat *, const struct vol *, const char **)
5ad_copy_header: int (struct adouble *, struct adouble *)
6add_cachebyname: int (const char *, const uuidp_t, const uuidtype_t, const long unsigned int)
7add_cachebyuuid: int (uuidp_t, const char *, uuidtype_t, const long unsigned int)
8add_charset: charset_t (const char *)
9ad_dir: char *(const char *)
10ad_dtruncate: int (struct adouble *, const off_t)
11adflags2logstr: const char *(int)
12ad_flush: int (struct adouble *)
13ad_forcegetid: uint32_t (struct adouble *)
14adf_pread: ssize_t (struct ad_fd *, void *, size_t, off_t)
15adf_pwrite: ssize_t (struct ad_fd *, const void *, size_t, off_t)
16ad_getattr: int (const struct adouble *, uint16_t *)
17ad_getdate: int (const struct adouble *, unsigned int, uint32_t *)
18ad_getentryoff: off_t (const struct adouble *, int)
19ad_getfuid: uid_t (void)
20ad_getid: uint32_t (struct adouble *, const dev_t, const ino_t, const cnid_t, const void *)
21ad_hf_mode: mode_t (mode_t)
22ad_init: void (struct adouble *, const struct vol *)
23ad_init_old: void (struct adouble *, int, int)
24ad_lock: int (struct adouble *, uint32_t, int, off_t, off_t, int)
25ad_metadata: int (const char *, int, struct adouble *)
26ad_metadataat: int (int, const char *, int, struct adouble *)
27ad_mkdir: int (const char *, mode_t)
28ad_mode: int (const char *, mode_t)
29ad_open: int (struct adouble *, const char *, int, ...)
30ad_openat: int (struct adouble *, int, const char *, int, ...)
31ad_openforks: uint16_t (struct adouble *, uint16_t)
32ad_path: const char *(const char *, int)
33ad_path_ea: const char *(const char *, int)
34ad_path_osx: const char *(const char *, int)
35ad_read: ssize_t (struct adouble *, const uint32_t, off_t, char *, const size_t)
36ad_readfile_init: int (const struct adouble *, const int, off_t *, const int)
37ad_rebuild_adouble_header_ea: int (struct adouble *)
38ad_rebuild_adouble_header_v2: int (struct adouble *)
39ad_refresh: int (const char *, struct adouble *)
40ad_rtruncate: int (struct adouble *, const off_t)
41ad_setattr: int (const struct adouble *, const uint16_t)
42ad_setdate: int (struct adouble *, unsigned int, uint32_t)
43ad_setfuid: int (const uid_t)
44ad_setid: int (struct adouble *, const dev_t, const ino_t, const uint32_t, const cnid_t, const void *)
45ad_setname: int (struct adouble *, const char *)
46ad_size: off_t (const struct adouble *, const uint32_t)
47ad_stat: int (const char *, struct stat *)
48ad_testlock: int (struct adouble *, int, const off_t)
49ad_tmplock: int (struct adouble *, uint32_t, int, off_t, off_t, int)
50ad_unlock: void (struct adouble *, const int, int)
51ad_valid_header_osx: int (const char *)
52ad_write: ssize_t (struct adouble *, uint32_t, off_t, int, const char *, size_t)
53afp_config_free: void (AFPObj *)
54afp_config_parse: int (AFPObj *, char *)
55allow_severity: 5
56apply_ip_mask: void (struct sockaddr *, int)
57atalk_iconv: size_t (atalk_iconv_t, const char **, size_t *, char **, size_t *)
58atalk_iconv_close: int (atalk_iconv_t)
59atalk_iconv_open: atalk_iconv_t (const char *, const char *)
60atalk_register_charset: int (struct charset_functions *)
61balloc: int (bstring, int)
62ballocmin: int (bstring, int)
63basename_safe: const char *(const char *)
64bassign: int (bstring, const_bstring)
65bassignblk: int (bstring, const void *, int)
66bassigncstr: int (bstring, const char *)
67bassignformat: int (bstring, const char *, ...)
68bassigngets: int (bstring, bNgetc, void *, char)
69bassignmidstr: int (bstring, const_bstring, int, int)
70bcatblk: int (bstring, const void *, int)
71bcatcstr: int (bstring, const char *)
72bconcat: int (bstring, const_bstring)
73bconchar: int (bstring, char)
74bcstrfree: int (char *)
75bdelete: int (bstring, int, int)
76bdestroy: int (bstring)
77become_root: void (void)
78bfindreplace: int (bstring, const_bstring, const_bstring, int)
79bfindreplacecaseless: int (bstring, const_bstring, const_bstring, int)
80bformat: bstring (const char *, ...)
81bformata: int (bstring, const char *, ...)
82bfromcstr: bstring (const char *)
83bfromcstralloc: bstring (int, const char *)
84bgetsa: int (bstring, bNgetc, void *, char)
85bgetstream: bstring (bNgetc, void *, char)
86binchr: int (const_bstring, int, const_bstring)
87binchrr: int (const_bstring, int, const_bstring)
88binsert: int (bstring, int, const_bstring, unsigned char)
89binsertch: int (bstring, int, int, unsigned char)
90binstr: int (const_bstring, int, const_bstring)
91binstrcaseless: int (const_bstring, int, const_bstring)
92binstrr: int (const_bstring, int, const_bstring)
93binstrrcaseless: int (const_bstring, int, const_bstring)
94biseq: int (const_bstring, const_bstring)
95biseqcaseless: int (const_bstring, const_bstring)
96biseqcstr: int (const_bstring, const char *)
97biseqcstrcaseless: int (const_bstring, const char *)
98bisstemeqblk: int (const_bstring, const void *, int)
99bisstemeqcaselessblk: int (const_bstring, const void *, int)
100bjoin: bstring (const struct bstrList *, const_bstring)
101bjoinInv: bstring (const struct bstrList *, const_bstring)
102blk2bstr: bstring (const void *, int)
103bltrimws: int (bstring)
104bmidstr: bstring (const_bstring, int, int)
105bninchr: int (const_bstring, int, const_bstring)
106bninchrr: int (const_bstring, int, const_bstring)
107bpattern: int (bstring, int)
108bread: bstring (bNread, void *)
109breada: int (bstring, bNread, void *)
110brefcstr: bstring (char *)
111breplace: int (bstring, int, int, const_bstring, unsigned char)
112brtrimws: int (bstring)
113bsbufflength: int (struct bStream *, int)
114bsclose: void *(struct bStream *)
115bseof: int (const struct bStream *)
116bsetstr: int (bstring, int, const_bstring, unsigned char)
117bsopen: struct bStream *(bNread, void *)
118bspeek: int (bstring, const struct bStream *)
119bsplit: struct bstrList *(const_bstring, unsigned char)
120bsplitcb: int (const_bstring, unsigned char, int, int (*)(void *, int, int), void *)
121bsplits: struct bstrList *(const_bstring, const_bstring)
122bsplitscb: int (const_bstring, const_bstring, int, int (*)(void *, int, int), void *)
123bsplitstr: struct bstrList *(const_bstring, const_bstring)
124bsplitstrcb: int (const_bstring, const_bstring, int, int (*)(void *, int, int), void *)
125bsread: int (bstring, struct bStream *, int)
126bsreada: int (bstring, struct bStream *, int)
127bsreadln: int (bstring, struct bStream *, char)
128bsreadlna: int (bstring, struct bStream *, char)
129bsreadlns: int (bstring, struct bStream *, const_bstring)
130bsreadlnsa: int (bstring, struct bStream *, const_bstring)
131bssplitscb: int (struct bStream *, const_bstring, int (*)(void *, int, const_bstring), void *)
132bssplitstrcb: int (struct bStream *, const_bstring, int (*)(void *, int, const_bstring), void *)
133bstr2cstr: char *(const_bstring, char)
134bstrchrp: int (const_bstring, int, int)
135bstrcmp: int (const_bstring, const_bstring)
136bstrcpy: bstring (const_bstring)
137bstricmp: int (const_bstring, const_bstring)
138bstrListAlloc: int (struct bstrList *, int)
139bstrListAllocMin: int (struct bstrList *, int)
140bstrListCreate: struct bstrList *(void)
141bstrListCreateMin: struct bstrList *(int)
142bstrListDestroy: int (struct bstrList *)
143bstrListPop: bstring (struct bstrList *)
144bstrListPush: int (struct bstrList *, bstring)
145bstrncmp: int (const_bstring, const_bstring, int)
146bstrnicmp: int (const_bstring, const_bstring, int)
147bstrrchrp: int (const_bstring, int, int)
148bsunread: int (struct bStream *, const_bstring)
149btolower: int (bstring)
150btoupper: int (bstring)
151btrimws: int (bstring)
152btrunc: int (bstring, int)
153bunrefcstr: int (bstring)
154bvcformata: int (bstring, int, const char *, struct __va_list_tag *)
155charset_decompose: size_t (charset_t, char *, size_t, char *, size_t)
156charset_mac_centraleurope: {name = "MAC_CENTRALEUROPE", kTextEncoding = 29, pull = <mac_centraleurope_pull>, push = <mac_centraleurope_push>, flags = 17, iname = 0x0, prev = 0x0, next = 0x0}
157charset_mac_chinese_simp: {name = "MAC_CHINESE_SIMP", kTextEncoding = 25, pull = <mac_chinese_simp_pull>, push = <mac_chinese_simp_push>, flags = 85, iname = "EUC-CN", prev = 0x0, next = 0x0}
158charset_mac_chinese_trad: {name = "MAC_CHINESE_TRAD", kTextEncoding = 2, pull = <mac_chinese_trad_pull>, push = <mac_chinese_trad_push>, flags = 85, iname = "BIG-5", prev = 0x0, next = 0x0}
159charset_mac_cyrillic: {name = "MAC_CYRILLIC", kTextEncoding = 7, pull = <mac_cyrillic_pull>, push = <mac_cyrillic_push>, flags = 17, iname = 0x0, prev = 0x0, next = 0x0}
160charset_mac_greek: {name = "MAC_GREEK", kTextEncoding = 6, pull = <mac_greek_pull>, push = <mac_greek_push>, flags = 17, iname = 0x0, prev = 0x0, next = 0x0}
161charset_mac_hebrew: {name = "MAC_HEBREW", kTextEncoding = 5, pull = <mac_hebrew_pull>, push = <mac_hebrew_push>, flags = 17, iname = 0x0, prev = 0x0, next = 0x0}
162charset_mac_japanese: {name = "MAC_JAPANESE", kTextEncoding = 1, pull = <mac_japanese_pull>, push = <mac_japanese_push>, flags = 85, iname = "SHIFT_JIS", prev = 0x0, next = 0x0}
163charset_mac_korean: {name = "MAC_KOREAN", kTextEncoding = 3, pull = <mac_korean_pull>, push = <mac_korean_push>, flags = 85, iname = "EUC-KR", prev = 0x0, next = 0x0}
164charset_mac_roman: {name = "MAC_ROMAN", kTextEncoding = 0, pull = <mac_roman_pull>, push = <mac_roman_push>, flags = 21, iname = 0x0, prev = 0x0, next = 0x0}
165charset_mac_turkish: {name = "MAC_TURKISH", kTextEncoding = 35, pull = <mac_turkish_pull>, push = <mac_turkish_push>, flags = 17, iname = 0x0, prev = 0x0, next = 0x0}
166charset_precompose: size_t (charset_t, char *, size_t, char *, size_t)
167charset_strlower: size_t (charset_t, const char *, size_t, char *, size_t)
168charset_strupper: size_t (charset_t, const char *, size_t, char *, size_t)
169charset_to_ucs2_allocate: size_t (charset_t, uint16_t **, const char *)
170charset_to_utf8_allocate: size_t (charset_t, char **, const char *)
171charset_utf8: {name = "UTF8", kTextEncoding = 134217987, pull = <utf8_pull>, push = <utf8_push>, flags = 22, iname = 0x0, prev = 0x0, next = 0x0}
172charset_utf8_mac: {name = "UTF8-MAC", kTextEncoding = 134217987, pull = <utf8_pull>, push = <utf8_push>, flags = 27, iname = 0x0, prev = 0x0, next = 0x0}
173check_lockfile: int (const char *, const char *)
174cjk_char_pull: size_t (uint16_t, uint16_t *, const uint32_t *)
175cjk_char_push: size_t (uint16_t, uint8_t *)
176cjk_compose: uint16_t (uint16_t, uint16_t, const uint32_t *, size_t)
177cjk_compose_seq: uint16_t (const uint16_t *, size_t *, const uint32_t *, size_t)
178cjk_generic_pull: size_t (size_t (*)(uint16_t *, const uint8_t *, size_t *), void *, char **, size_t *, char **, size_t *)
179cjk_generic_push: size_t (size_t (*)(uint8_t *, const uint16_t *, size_t *), void *, char **, size_t *, char **, size_t *)
180cjk_lookup: uint16_t (uint16_t, const cjk_index_t *, const uint16_t *)
181cnid_add: cnid_t (struct _cnid_db *, const struct stat *, const cnid_t, const char *, const size_t, cnid_t)
182cnid_close: void (struct _cnid_db *)
183cnid_dbd_add: cnid_t (struct _cnid_db *, const struct stat *, cnid_t, const char *, size_t, cnid_t)
184cnid_dbd_close: void (struct _cnid_db *)
185cnid_dbd_delete: int (struct _cnid_db *, const cnid_t)
186cnid_dbd_find: int (struct _cnid_db *, const char *, size_t, void *, size_t)
187cnid_dbd_get: cnid_t (struct _cnid_db *, cnid_t, const char *, size_t)
188cnid_dbd_getstamp: int (struct _cnid_db *, void *, const size_t)
189cnid_dbd_lookup: cnid_t (struct _cnid_db *, const struct stat *, cnid_t, const char *, size_t)
190cnid_dbd_module: {name = "dbd", db_list = {next = 0x0, prev = 0x0}, cnid_open = 0, flags = 0}
191cnid_dbd_open: struct _cnid_db *(struct cnid_open_args *)
192cnid_dbd_rebuild_add: cnid_t (struct _cnid_db *, const struct stat *, cnid_t, const char *, size_t, cnid_t)
193cnid_dbd_resolve: char *(struct _cnid_db *, cnid_t *, void *, size_t)
194cnid_dbd_update: int (struct _cnid_db *, cnid_t, const struct stat *, cnid_t, const char *, size_t)
195cnid_dbd_wipe: int (struct _cnid_db *)
196cnid_delete: int (struct _cnid_db *, cnid_t)
197cnid_find: int (struct _cnid_db *, const char *, size_t, void *, size_t)
198cnid_get: cnid_t (struct _cnid_db *, const cnid_t, char *, const size_t)
199cnid_getstamp: int (struct _cnid_db *, void *, const size_t)
200cnid_init: void (void)
201cnid_last_add: cnid_t (struct _cnid_db *, const struct stat *, cnid_t, const char *, size_t, cnid_t)
202cnid_last_close: void (struct _cnid_db *)
203cnid_last_delete: int (struct _cnid_db *, const cnid_t)
204cnid_last_get: cnid_t (struct _cnid_db *, cnid_t, const char *, size_t)
205cnid_last_lookup: cnid_t (struct _cnid_db *, const struct stat *, cnid_t, const char *, size_t)
206cnid_last_module: {name = "last", db_list = {next = 0x0, prev = 0x0}, cnid_open = 0, flags = 0}
207cnid_last_open: struct _cnid_db *(struct cnid_open_args *)
208cnid_last_resolve: char *(struct _cnid_db *, cnid_t *, void *, size_t)
209cnid_last_update: int (struct _cnid_db *, cnid_t, const struct stat *, cnid_t, const char *, size_t)
210cnid_lookup: cnid_t (struct _cnid_db *, const struct stat *, const cnid_t, char *, const size_t)
211cnid_open: struct _cnid_db *(const char *, mode_t, char *, int, const char *, const char *)
212cnid_rebuild_add: cnid_t (struct _cnid_db *, const struct stat *, const cnid_t, char *, const size_t, cnid_t)
213cnid_register: void (struct _cnid_module *)
214cnid_resolve: char *(struct _cnid_db *, cnid_t *, void *, size_t)
215cnid_tdb_add: cnid_t (struct _cnid_db *, const struct stat *, cnid_t, const char *, size_t, cnid_t)
216cnid_tdb_close: void (struct _cnid_db *)
217cnid_tdb_delete: int (struct _cnid_db *, const cnid_t)
218cnid_tdb_get: cnid_t (struct _cnid_db *, cnid_t, const char *, size_t)
219cnid_tdb_lookup: cnid_t (struct _cnid_db *, const struct stat *, cnid_t, const char *, size_t)
220cnid_tdb_module: {name = "tdb", db_list = {next = 0x0, prev = 0x0}, cnid_open = 0, flags = 12}
221cnid_tdb_open: struct _cnid_db *(struct cnid_open_args *)
222cnid_tdb_resolve: char *(struct _cnid_db *, cnid_t *, void *, size_t)
223cnid_tdb_update: int (struct _cnid_db *, cnid_t, const struct stat *, cnid_t, const char *, size_t)
224cnid_update: int (struct _cnid_db *, const cnid_t, const struct stat *, const cnid_t, char *, const size_t)
225cnid_wipe: int (struct _cnid_db *)
226compare_ip: int (const struct sockaddr *, const struct sockaddr *)
227convert_charset: size_t (charset_t, charset_t, charset_t, const char *, size_t, char *, size_t, uint16_t *)
228convert_string: size_t (charset_t, charset_t, const void *, size_t, void *, size_t)
229convert_string_allocate: size_t (charset_t, charset_t, const void *, size_t, char **)
230copy_ea: int (const char *, int, const char *, const char *, mode_t)
231copy_file: int (int, const char *, const char *, mode_t)
232copy_file_fd: int (int, int)
233copy_fork: int (int, struct adouble *, struct adouble *)
234create_lockfile: int (const char *, const char *)
235daemonize: int (int, int)
236decompose_w: size_t (uint16_t *, size_t, uint16_t *, size_t *)
237deny_severity: 3
238dequeue: void *(q_t *)
239_diacasemap: {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 231, 203, 229, 128, 204, 129, 130, 131, 233, 230, 232, 234, 237, 235, 236, 132, 238, 241, 239, 133, 205, 242, 244, 243, 134, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 198, 183, 184, 184, 186, 187, 188, 189, 174, 175, 192, 193, 194, 195, 196, 197, 198, 199...}
240_dialowermap: {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 138, 140, 141, 142, 150, 154, 159, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 132, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 190, 191, 176, 177, 178, 179, 180, 181, 198, 183, 185, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199...}
241dictionary_del: void (dictionary *)
242dictionary_dump: void (dictionary *, FILE *)
243dictionary_get: const char *(const dictionary *, const char *, const char *, const char *)
244dictionary_hash: unsigned int (char *)
245dictionary_new: dictionary *(int)
246dictionary_set: int (dictionary *, char *, char *, char *)
247dictionary_unset: void (dictionary *, char *, char *)
248dir_rx_set: int (mode_t)
249dsi_attention: int (DSI *, AFPUserBytes)
250dsi_close: void (DSI *)
251dsi_cmdreply: int (DSI *, const int)
252dsi_disconnect: int (DSI *)
253dsi_free: void (DSI *)
254dsi_getsession: int (DSI *, server_child *, int, afp_child_t **)
255dsi_getstatus: void (DSI *)
256dsi_init: DSI *(AFPObj *, const char *, const char *, const char *)
257dsi_opensession: void (DSI *)
258dsi_read: ssize_t (DSI *, void *, const size_t)
259dsi_readdone: void (DSI *)
260dsi_readinit: ssize_t (DSI *, void *, const size_t, const size_t, const int)
261dsi_stream_read: size_t (DSI *, void *, const size_t)
262dsi_stream_read_file: ssize_t (DSI *, const int, off_t, const size_t, const int)
263dsi_stream_receive: int (DSI *)
264dsi_stream_send: int (DSI *, void *, size_t)
265dsi_stream_write: ssize_t (DSI *, void *, const size_t, int)
266dsi_tcp_init: int (DSI *, const char *, const char *, const char *)
267dsi_tickle: int (DSI *)
268dsi_write: size_t (DSI *, void *, const size_t)
269dsi_writeflush: void (DSI *)
270dsi_writeinit: size_t (DSI *, void *, const size_t)
271ea_chmod_dir: int (const struct vol *, const char *, mode_t, struct stat *)
272ea_chmod_file: int (const struct vol *, const char *, mode_t, struct stat *)
273ea_chown: int (const struct vol *, const char *, uid_t, gid_t)
274ea_close: int (struct ea *)
275ea_copyfile: int (const struct vol *, int, const char *, const char *)
276ea_deletefile: int (const struct vol *, int, const char *)
277ea_open: int (const struct vol *, const char *, eaflags_t, struct ea *)
278ea_openat: int (const struct vol *, int, const char *, eaflags_t, struct ea *)
279ea_path: char *(const struct ea *, const char *, int)
280ea_renamefile: int (const struct vol *, int, const char *, const char *)
281enqueue: qnode_t *(q_t *, void *)
282fault_setup: void (void (*)(void *))
283fdset_add_fd: void (int, struct pollfd **, struct polldata **, int *, int *, int, enum fdtype, void *)
284fdset_del_fd: void (struct pollfd **, struct polldata **, int *, int *, int)
285find_charset_functions: struct charset_functions *(const char *)
286_fini: <text variable, no debug info>
287free_charset_names: void (void)
288freeifacelist: void (char **)
289fullpathname: const char *(const char *)
290getcwdpath: const char *(void)
291getdefextmap: struct extmap *(void)
292get_eacontent: int (const struct vol *, char *, size_t *, const char *, int, const char *, int)
293get_easize: int (const struct vol *, char *, size_t *, const char *, int, const char *)
294getextmap: struct extmap *(const char *)
295getifacelist: char **(void)
296getip_port: unsigned int (const struct sockaddr *)
297getip_string: const char *(const struct sockaddr *)
298getnamefromuuid: int (const uuidp_t, char **, uuidtype_t *)
299getuuidfromname: int (const char *, uuidtype_t, unsigned char *)
300getvolbyname: struct vol *(const char *)
301getvolbypath: struct vol *(AFPObj *, const char *)
302getvolbyvid: struct vol *(const uint16_t)
303getvolumes: struct vol *(void)
304gmem: int (gid_t, int, gid_t *)
305iniparser_dump: void (const dictionary *, FILE *)
306iniparser_dump_ini: void (const dictionary *, FILE *)
307iniparser_find_entry: int (const dictionary *, const char *)
308iniparser_freedict: void (dictionary *)
309iniparser_getboolean: int (const dictionary *, const char *, const char *, int)
310iniparser_getdouble: double (const dictionary *, const char *, const char *, double)
311iniparser_getint: int (const dictionary *, const char *, const char *, int)
312iniparser_getnsec: int (const dictionary *)
313iniparser_getsecname: const char *(const dictionary *, int)
314iniparser_getstrdup: char *(const dictionary *, const char *, const char *, const char *)
315iniparser_getstring: const char *(const dictionary *, const char *, const char *, const char *)
316iniparser_load: dictionary *(const char *)
317iniparser_set: int (dictionary *, char *, char *, char *)
318iniparser_unset: void (dictionary *, char *, char *)
319_init: <text variable, no debug info>
320init_iconv: void (void)
321initline: void (int, char *)
322initvol_vfs: void (struct vol *)
323ipc_child_write: int (int, uint16_t, int, void *)
324ipc_client_uds: int (const char *)
325ipc_server_read: int (server_child *, int)
326ipc_server_uds: int (const char *)
327islower_sp: int (uint32_t)
328islower_w: int (uint16_t)
329isupper_sp: int (uint32_t)
330isupper_w: int (uint16_t)
331ldap_auth_dn: 0x0
332ldap_auth_method: 0
333ldap_auth_pw: 0x0
334ldap_config_valid: 0
335ldap_getnamefromuuid: int (const char *, char **, uuidtype_t *)
336ldap_getuuidfromname: int (const char *, uuidtype_t, char **)
337ldap_group_attr: 0x0
338ldap_groupbase: 0x0
339ldap_groupscope: 0
340ldap_name_attr: 0x0
341ldap_prefs: {{pref = 0x0, name = "ldap server", strorint = 0, intfromarray = 0, valid = -1, valid_save = -1}, {pref = 0x0, name = "ldap auth method", strorint = 1, intfromarray = 1, valid = -1, valid_save = -1}, {pref = 0x0, name = "ldap auth dn", strorint = 0, intfromarray = 0, valid = 0, valid_save = 0}, {pref = 0x0, name = "ldap auth pw", strorint = 0, intfromarray = 0, valid = 0, valid_save = 0}, {pref = 0x0, name = "ldap userbase", strorint = 0, intfromarray = 0, valid = -1, valid_save = -1}, {pref = 0x0, name = "ldap userscope", strorint = 1, intfromarray = 1, valid = -1, valid_save = -1}, {pref = 0x0, name = "ldap groupbase", strorint = 0, intfromarray = 0, valid = -1, valid_save = -1}, {pref = 0x0, name = "ldap groupscope", strorint = 1, intfromarray = 1, valid = -1, valid_save = -1}, {pref = 0x0, name = "ldap uuid attr", strorint = 0, intfromarray = 0, valid = -1, valid_save = -1}, {pref = 0x0, name = "ldap uuid string", strorint = 0, intfromarray = 0, valid = 0, valid_save = 0}, {pref = 0x0, name = "ldap name attr", strorint = 0, intfromarray = 0, valid = -1, valid_save = -1}, {pref = 0x0, name = "ldap group attr", strorint = 0, intfromarray = 0, valid = -1, valid_save = -1}, {pref = 0x0, name = "ldap uid attr", strorint = 0, intfromarray = 0, valid = 0, valid_save = 0}, {pref = 0x0, name = "ldap uuid encoding", strorint = 1, intfromarray = 1, valid = 0, valid_save = 0}, {pref = 0x0, name = 0x0, strorint = 0, intfromarray = 0, valid = 0, valid_save = 0}}
342ldap_server: 0x0
343ldap_uid_attr: 0x0
344ldap_userbase: 0x0
345ldap_userscope: 0
346ldap_uuid_attr: 0x0
347ldap_uuid_encoding: 0
348ldap_uuid_string: 0x0
349list_eas: int (const struct vol *, char *, size_t *, const char *, int)
350load_charset: int (struct vol *)
351load_volumes: int (AFPObj *)
352localuuid_from_id: void (unsigned char *, uuidtype_t, unsigned int)
353lock_reg: int (int, int, int, off_t, int, off_t)
354log_config: {inited = false, syslog_opened = false, console = false, processname = '\0' <repeats 15 times>, syslog_facility = 0, syslog_display_options = 0}
355make_log_entry: void (enum loglevels, enum logtypes, const char *, int, char *, ...)
356make_tdb_data: unsigned char *(uint32_t, const struct stat *, const cnid_t, const char *, const size_t)
357mb_generic_pull: size_t (int (*)(uint16_t *, const unsigned char *), void *, char **, size_t *, char **, size_t *)
358mb_generic_push: size_t (int (*)(unsigned char *, uint16_t), void *, char **, size_t *, char **, size_t *)
359netatalk_panic: void (const char *)
360netatalk_rmdir: int (int, const char *)
361netatalk_rmdir_all_errors: int (int, const char *)
362netatalk_unlink: int (const char *)
363netatalk_unlinkat: int (int, const char *)
364nftw: int (const char *, nftw_func_t, dir_notification_func_t, int, int)
365ochdir: int (const char *, int)
366ochmod: int (char *, mode_t, const struct stat *, int)
367ochown: int (const char *, uid_t, gid_t, int)
368opendirat: DIR *(int, const char *)
369openflags2logstr: const char *(int)
370ostat: int (const char *, struct stat *, int)
371ostatat: int (int, const char *, struct stat *, int)
372parseline: int (int, char *)
373posix_chmod: int (const char *, mode_t)
374posix_fchmod: int (int, mode_t)
375precompose_w: size_t (uint16_t *, size_t, uint16_t *, size_t *)
376prefs_array: {{pref = "ldap auth method", valuestring = "none", value = 0}, {pref = "ldap auth method", valuestring = "simple", value = 128}, {pref = "ldap auth method", valuestring = "sasl", value = 163}, {pref = "ldap userscope", valuestring = "base", value = 0}, {pref = "ldap userscope", valuestring = "one", value = 1}, {pref = "ldap userscope", valuestring = "sub", value = 2}, {pref = "ldap groupscope", valuestring = "base", value = 0}, {pref = "ldap groupscope", valuestring = "one", value = 1}, {pref = "ldap groupscope", valuestring = "sub", value = 2}, {pref = "ldap uuid encoding", valuestring = "ms-guid", value = 1}, {pref = "ldap uuid encoding", valuestring = "string", value = 0}, {pref = 0x0, valuestring = 0x0, value = 0}}
377prequeue: qnode_t *(q_t *, void *)
378queue_destroy: void (q_t *, void (*)(void *))
379queue_init: q_t *(void)
380randombytes: void (void *, int)
381readt: ssize_t (int, void *, const size_t, int, int)
382realpath_safe: char *(const char *)
383reconnect_ipc: int (AFPObj *)
384recv_fd: int (int, int)
385rel_path_in_vol: bstring (const char *, const char *)
386remove_acl_vfs: int (const char *)
387remove_ea: int (const struct vol *, const char *, const char *, int)
388run_cmd: int (const char *, char **)
389search_cachebyname: int (const char *, uuidtype_t *, unsigned char *)
390search_cachebyuuid: int (uuidp_t, char **, uuidtype_t *)
391send_fd: int (int, int)
392server_child_add: afp_child_t *(server_child *, int, pid_t, int)
393server_child_alloc: server_child *(const int, const int)
394server_child_free: void (server_child *)
395server_child_kill: void (server_child *, int, int)
396server_child_kill_one_by_id: void (server_child *, int, pid_t, uid_t, uint32_t, char *, uint32_t)
397server_child_remove: int (server_child *, const int, pid_t)
398server_child_setup: void (server_child *, const int, void (*)(const pid_t))
399server_child_transfer_session: int (server_child *, int, pid_t, uid_t, int, uint16_t)
400server_lock: pid_t (char *, char *, int)
401server_reset_signal: void (void)
402set_charset_name: int (charset_t, const char *)
403set_ea: int (const struct vol *, const char *, const char *, const char *, size_t, int)
404setfilmode: int (const struct vol *, const char *, mode_t, struct stat *)
405setnonblock: int (int, int)
406set_processname: void (const char *)
407setuplog: void (const char *, const char *)
408statat: int (int, const char *, struct stat *)
409strcasechr_sp: uint16_t *(const uint16_t *, uint32_t)
410strcasechr_w: uint16_t *(const uint16_t *, uint16_t)
411strcasecmp_w: int (const uint16_t *, const uint16_t *)
412strcasestr_w: uint16_t *(const uint16_t *, const uint16_t *)
413strcat_w: uint16_t *(uint16_t *, const uint16_t *)
414strchr_w: uint16_t *(const uint16_t *, uint16_t)
415strcmp_w: int (const uint16_t *, const uint16_t *)
416strdiacasecmp: int (const char *, const char *)
417strdup_w: uint16_t *(const uint16_t *)
418stripped_slashes_basename: char *(char *)
419strlcat: size_t (char *, const char *, size_t)
420strlcpy: size_t (char *, const char *, size_t)
421strlen_w: size_t (const uint16_t *)
422strlower_w: int (uint16_t *)
423strncasecmp_w: int (const uint16_t *, const uint16_t *, size_t)
424strncat_w: uint16_t *(uint16_t *, const uint16_t *, const size_t)
425strncmp_w: int (const uint16_t *, const uint16_t *, size_t)
426strncpy_w: uint16_t *(uint16_t *, const uint16_t *, const size_t)
427strndiacasecmp: int (const char *, const char *, size_t)
428strndup_w: uint16_t *(const uint16_t *, size_t)
429strnlen_w: size_t (const uint16_t *, size_t)
430strstr_w: uint16_t *(const uint16_t *, const uint16_t *)
431strtok_quote: char *(char *, const char *)
432strupper_w: int (uint16_t *)
433sys_ea_copyfile: int (const struct vol *, int, const char *, const char *)
434sys_fgetxattr: ssize_t (int, const char *, void *, size_t)
435sys_fsetxattr: int (int, const char *, const void *, size_t, int)
436sys_ftruncate: int (int, off_t)
437sys_get_eacontent: int (const struct vol *, char *, size_t *, const char *, int, const char *, int)
438sys_get_easize: int (const struct vol *, char *, size_t *, const char *, int, const char *)
439sys_getxattr: ssize_t (const char *, const char *, void *, size_t)
440sys_getxattrfd: int (int, const char *, int, ...)
441sys_lgetxattr: ssize_t (const char *, const char *, void *, size_t)
442sys_list_eas: int (const struct vol *, char *, size_t *, const char *, int)
443sys_listxattr: ssize_t (const char *, char *, size_t)
444sys_llistxattr: ssize_t (const char *, char *, size_t)
445sys_lremovexattr: int (const char *, const char *)
446sys_lsetxattr: int (const char *, const char *, const void *, size_t, int)
447sys_remove_ea: int (const struct vol *, const char *, const char *, int)
448sys_removexattr: int (const char *, const char *)
449sys_sendfile: ssize_t (int, int, off_t *, size_t)
450sys_set_ea: int (const struct vol *, const char *, const char *, const char *, size_t, int)
451sys_setxattr: int (const char *, const char *, const void *, size_t, int)
452tdb_add_flags: void (struct tdb_context *, unsigned int)
453tdb_allocate: tdb_off_t (struct tdb_context *, tdb_len_t, struct tdb_record *)
454tdb_alloc_read: unsigned char *(struct tdb_context *, tdb_off_t, tdb_len_t)
455tdb_append: int (struct tdb_context *, TDB_DATA, TDB_DATA)
456tdb_brlock: int (struct tdb_context *, tdb_off_t, int, int, int, size_t)
457tdb_brlock_upgrade: int (struct tdb_context *, tdb_off_t, size_t)
458tdb_chainlock: int (struct tdb_context *, TDB_DATA)
459tdb_chainlock_mark: int (struct tdb_context *, TDB_DATA)
460tdb_chainlock_nonblock: int (struct tdb_context *, TDB_DATA)
461tdb_chainlock_read: int (struct tdb_context *, TDB_DATA)
462tdb_chainlock_unmark: int (struct tdb_context *, TDB_DATA)
463tdb_chainunlock: int (struct tdb_context *, TDB_DATA)
464tdb_chainunlock_read: int (struct tdb_context *, TDB_DATA)
465tdb_check: int (struct tdb_context *, int (*)(TDB_DATA, TDB_DATA, void *), void *)
466tdb_close: int (struct tdb_context *)
467tdb_convert: void *(void *, uint32_t)
468tdb_delete: int (struct tdb_context *, TDB_DATA)
469tdb_do_delete: int (struct tdb_context *, tdb_off_t, struct tdb_record *)
470tdb_dump_all: void (struct tdb_context *)
471tdb_enable_seqnum: void (struct tdb_context *)
472tdb_error: enum TDB_ERROR (struct tdb_context *)
473tdb_errorstr: const char *(struct tdb_context *)
474tdb_exists: int (struct tdb_context *, TDB_DATA)
475tdb_expand: int (struct tdb_context *, tdb_off_t)
476tdb_fd: int (struct tdb_context *)
477tdb_fetch: TDB_DATA (struct tdb_context *, TDB_DATA)
478tdb_find_lock_hash: tdb_off_t (struct tdb_context *, TDB_DATA, uint32_t, int, struct tdb_record *)
479tdb_firstkey: TDB_DATA (struct tdb_context *)
480tdb_free: int (struct tdb_context *, tdb_off_t, struct tdb_record *)
481tdb_freelist_size: int (struct tdb_context *)
482tdb_get_flags: int (struct tdb_context *)
483tdb_get_logging_private: void *(struct tdb_context *)
484tdb_get_seqnum: int (struct tdb_context *)
485tdb_hash_size: int (struct tdb_context *)
486tdb_increment_seqnum_nonblock: void (struct tdb_context *)
487tdb_io_init: void (struct tdb_context *)
488tdb_lock: int (struct tdb_context *, int, int)
489tdb_lockall: int (struct tdb_context *)
490tdb_lockall_mark: int (struct tdb_context *)
491tdb_lockall_nonblock: int (struct tdb_context *)
492tdb_lockall_read: int (struct tdb_context *)
493tdb_lockall_read_nonblock: int (struct tdb_context *)
494tdb_lockall_unmark: int (struct tdb_context *)
495tdb_lock_nonblock: int (struct tdb_context *, int, int)
496tdb_lock_record: int (struct tdb_context *, tdb_off_t)
497tdb_log_fn: tdb_log_func (struct tdb_context *)
498tdb_map_size: size_t (struct tdb_context *)
499tdb_mmap: void (struct tdb_context *)
500tdb_munmap: int (struct tdb_context *)
501tdb_name: const char *(struct tdb_context *)
502tdb_nextkey: TDB_DATA (struct tdb_context *, TDB_DATA)
503tdb_null: {dptr = 0x0, dsize = 0}
504tdb_ofs_read: int (struct tdb_context *, tdb_off_t, tdb_off_t *)
505tdb_ofs_write: int (struct tdb_context *, tdb_off_t, tdb_off_t *)
506tdb_open: struct tdb_context *(const char *, int, int, int, mode_t)
507tdb_open_ex: struct tdb_context *(const char *, int, int, int, mode_t, const struct tdb_logging_context *, tdb_hash_func)
508tdb_parse_data: int (struct tdb_context *, TDB_DATA, tdb_off_t, tdb_len_t, int (*)(TDB_DATA, TDB_DATA, void *), void *)
509tdb_parse_record: int (struct tdb_context *, TDB_DATA, int (*)(TDB_DATA, TDB_DATA, void *), void *)
510tdb_printfreelist: int (struct tdb_context *)
511tdb_rec_free_read: int (struct tdb_context *, tdb_off_t, struct tdb_record *)
512tdb_rec_read: int (struct tdb_context *, tdb_off_t, struct tdb_record *)
513tdb_rec_write: int (struct tdb_context *, tdb_off_t, struct tdb_record *)
514tdb_remove_flags: void (struct tdb_context *, unsigned int)
515tdb_reopen: int (struct tdb_context *)
516tdb_reopen_all: int (int)
517tdb_repack: int (struct tdb_context *)
518tdb_setalarm_sigptr: void (struct tdb_context *, volatile sig_atomic_t *)
519tdb_set_logging_function: void (struct tdb_context *, const struct tdb_logging_context *)
520tdb_set_max_dead: void (struct tdb_context *, int)
521tdb_store: int (struct tdb_context *, TDB_DATA, TDB_DATA, int)
522_tdb_transaction_cancel: int (struct tdb_context *)
523tdb_transaction_cancel: int (struct tdb_context *)
524tdb_transaction_commit: int (struct tdb_context *)
525tdb_transaction_lock: int (struct tdb_context *, int)
526tdb_transaction_prepare_commit: int (struct tdb_context *)
527tdb_transaction_recover: int (struct tdb_context *)
528tdb_transaction_start: int (struct tdb_context *)
529tdb_transaction_unlock: int (struct tdb_context *)
530tdb_traverse: int (struct tdb_context *, tdb_traverse_func, void *)
531tdb_traverse_read: int (struct tdb_context *, tdb_traverse_func, void *)
532tdb_unlock: int (struct tdb_context *, int, int)
533tdb_unlockall: int (struct tdb_context *)
534tdb_unlockall_read: int (struct tdb_context *)
535tdb_unlock_record: int (struct tdb_context *, tdb_off_t)
536tdb_validate_freelist: int (struct tdb_context *, int *)
537tdb_wipe_all: int (struct tdb_context *)
538tdb_write_lock_record: int (struct tdb_context *, tdb_off_t)
539tdb_write_unlock_record: int (struct tdb_context *, tdb_off_t)
540tolower_sp: uint32_t (uint32_t)
541tolower_w: uint16_t (uint16_t)
542toupper_sp: uint32_t (uint32_t)
543toupper_w: uint16_t (uint16_t)
544type_configs: {{set = false, syslog = false, fd = -1, level = log_none, display_options = 0}, {set = false, syslog = false, fd = -1, level = log_none, display_options = 0}, {set = false, syslog = false, fd = -1, level = log_none, display_options = 0}, {set = false, syslog = false, fd = -1, level = log_none, display_options = 0}, {set = false, syslog = false, fd = -1, level = log_none, display_options = 0}, {set = false, syslog = false, fd = -1, level = log_none, display_options = 0}, {set = false, syslog = false, fd = -1, level = log_none, display_options = 0}, {set = false, syslog = false, fd = -1, level = log_none, display_options = 0}}
545ucs2_to_charset: size_t (charset_t, const uint16_t *, char *, size_t)
546ucs2_to_charset_allocate: size_t (charset_t, char **, const uint16_t *)
547unbecome_root: void (void)
548unix_rename: int (int, const char *, int, const char *)
549unix_strlower: size_t (const char *, size_t, char *, size_t)
550unix_strupper: size_t (const char *, size_t, char *, size_t)
551unload_volumes: void (AFPObj *)
552utf8_charlen: size_t (char *)
553utf8_decompose: size_t (char *, size_t, char *, size_t)
554utf8_precompose: size_t (char *, size_t, char *, size_t)
555utf8_strlen_validate: size_t (char *)
556utf8_strlower: size_t (const char *, size_t, char *, size_t)
557utf8_strupper: size_t (const char *, size_t, char *, size_t)
558utf8_to_charset_allocate: size_t (charset_t, char **, const char *)
559uuid_bin2string: const char *(const unsigned char *)
560uuidcache_dump: void (void)
561uuid_string2bin: void (const char *, unsigned char *)
562uuidtype: {"", "USER", "GROUP", "LOCAL"}
563volume_free: void (struct vol *)
564volume_unlink: void (struct vol *)
565writet: ssize_t (int, void *, const size_t, int, int)
566