#include <errno.h>#include <limits.h>#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>#include <unistd.h>#include <bstrlib.h>#include <atalk/adouble.h>#include <atalk/cnid_bdb_private.h>#include <atalk/cnid.h>#include <atalk/directory.h>#include <atalk/unicode.h>#include <atalk/util.h>#include "nad.h"Functions | |
| static void | sig_handler (int signo) |
| static void | set_signal (void) |
| static void | usage_find (void) |
| int | bstr_list_push (struct bstrList *sl, bstring bs) |
| Push a bstring to the end of a list. | |
| struct bstrList * | bstr_list_create_min (int min) |
| Create an empty list with preallocated storage for at least 'min' members. | |
| bstring | bjoin_inv (const struct bstrList *bl, const bstring sep) |
| Inverse bjoin. | |
| int | ad_find (int argc, char **argv, AFPObj *obj) |
Variables | |
| static volatile sig_atomic_t | alarmed |
| int ad_find | ( | int | argc, |
| char ** | argv, | ||
| AFPObj * | obj ) |
| bstring bjoin_inv | ( | const struct bstrList * | bl, |
| const bstring | sep ) |
Inverse bjoin.
| struct bstrList * bstr_list_create_min | ( | int | min | ) |
Create an empty list with preallocated storage for at least 'min' members.
| int bstr_list_push | ( | struct bstrList * | sl, |
| bstring | bs ) |
Push a bstring to the end of a list.
|
static |
|
static |
|
static |
|
static |