Searched defs:?* (Results 51 - 75 of 45685) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/mtree/
H A Dmtree.h35 #define _MTREE_H_ macro
37 #define KEYDEFAULT macro
40 #define MISMATCHEXIT macro
42 typedef struct _node { struct
43 struct _node *parent, *child; /* up, down */ member in struct:_node
44 struct _node *prev, *next; /* left, right */ member in struct:_node
45 off_t st_size; /* size */ member in struct:_node
46 struct timespec st_mtimespec; /* last modification time */ member in struct:_node
47 char *slink; /* symbolic link reference */ member in struct:_node
48 uid_t st_uid; /* uid */ member in struct:_node
49 gid_t st_gid; /* gid */ member in struct:_node
50 #define MBITS macro
51 mode_t st_mode; /* mode */ member in struct:_node
52 dev_t st_rdev; /* device type */ member in struct:_node
53 u_long st_flags; /* flags */ member in struct:_node
54 nlink_t st_nlink; /* link count */ member in struct:_node
55 u_long cksum; /* check sum */ member in struct:_node
56 char *md5digest; /* MD5 digest */ member in struct:_node
57 char *rmd160digest; /* RMD-160 digest */ member in struct:_node
58 char *sha1digest; /* SHA1 digest */ member in struct:_node
59 char *sha256digest; /* SHA256 digest */ member in struct:_node
60 char *sha384digest; /* SHA384 digest */ member in struct:_node
61 char *sha512digest; /* SHA512 digest */ member in struct:_node
62 char *tags; /* tags, comma delimited, member in struct:_node
65 size_t lineno; /* line # entry came from */ member in struct:_node
67 #define F_CKSUM macro
68 #define F_DEV macro
69 #define F_DONE macro
70 #define F_FLAGS macro
71 #define F_GID macro
72 #define F_GNAME macro
73 #define F_IGN macro
74 #define F_MAGIC macro
75 #define F_MD5 macro
76 #define F_MODE macro
77 #define F_NLINK macro
78 #define F_OPT macro
79 #define F_RMD160 macro
80 #define F_SHA1 macro
81 #define F_SIZE macro
82 #define F_SLINK macro
83 #define F_TAGS macro
84 #define F_TIME macro
85 #define F_TYPE macro
86 #define F_UID macro
87 #define F_UNAME macro
88 #define F_VISIT macro
89 #define F_NOCHANGE macro
91 #define F_SHA256 macro
92 #define F_SHA384 macro
93 #define F_SHA512 macro
95 int flags; /* items set */ member in struct:_node
97 #define F_BLOCK macro
98 #define F_CHAR macro
99 #define F_DIR macro
100 #define F_FIFO macro
101 #define F_FILE macro
102 #define F_LINK macro
103 #define F_SOCK macro
104 #define F_DOOR macro
105 int type; /* file type */ member in struct:_node
107 char name[1]; /* file name (must be last) */ member in struct:_node
108 } NODE; typedef in typeref:struct:_node
112 char **list; member in struct:__anon4622
113 int count; member in struct:__anon4622
114 } slist_t; typedef in typeref:struct:__anon4622
130 #define KEY_DIGEST macro
132 #define KEY_DIGEST macro
135 #define MD5KEY macro
137 #define RMD160KEY macro
139 #define RMD160KEY macro
141 #define SHA1KEY macro
142 #define SHA256KEY macro
143 #define SHA384KEY macro
144 #define SHA512KEY macro
146 #define RP macro
150 #define UF_MASK macro
153 #define SF_MASK macro
155 #define CH_MASK macro
156 #define SP_FLGS macro
[all...]
H A Dverify.c60 static NODE *root; variable
61 static char path[MAXPATHLEN]; variable
67 verify(FILE *fi) argument
69 int rval; local
78 vwalk(void) function
80 FTS *t; local
81 FTSENT *p; local
82 NODE *ep, *level; local
83 int specdepth, rval; local
84 char *argv[2]; local
85 char dot[] = "."; local
170 miss(NODE *p, char *tail) argument
172 int create; local
173 char *tp; local
174 const char *type; local
175 u_int32_t flags; local
186 struct stat statbuf; local
[all...]
/freebsd-11-stable/contrib/ncurses/
H A Dconfig.guess555 main() function
701 main () function
1370 main () function
[all...]
H A Dconfigure4946 Gpm_Open (); function
5096 dlsym (); function
5274 Gpm_Wgetch (); function
5317 Gpm_Wgetch(); function
13112 dmalloc_debug (); function
13324 debug_malloc (); function
13729 gettimeofday (); function
14034 opendir (); function
14088 opendir (); function
14268 regcomp (); function
14391 compile (); function
14796 bzero (); function
17468 sparc_address_test (); function
17593 openpty (); function
19155 NCursesPanel(); function
19590 function Continue return Boolean; function
19605 function Continue return Boolean is function
[all...]
H A Ddist.mk35 SHELL = /bin/sh macro
38 NCURSES_MAJOR = 5 macro
39 NCURSES_MINOR = 9 macro
40 NCURSES_PATCH = 20140222 macro
43 VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) macro
50 DUMP = lynx -dump -scrollbar=0 -width=79 macro
51 DUMP2 = $(DUMP) -nolist macro
54 GNATHTML= gnathtml macro
62 MAN2HTML= man2html -botm=0 -topm=0 -cgiurl '$$title.$$section$$subsection.html' macro
64 ALL = ANNOUNCE doc/html/announce.html doc/ncurses-intro.doc doc/hackguide.doc manhtml adahtml macro
99 MANPROG = tbl | nroff -mandoc -rLL=65n -rLT=71n -Tascii macro
[all...]
/freebsd-11-stable/contrib/ncurses/form/
H A Df_trace.c38 _nc_retrace_field_ptr(FIELD **code) argument
45 _nc_retrace_field(FIELD *code) argument
52 _nc_retrace_field_type(FIELDTYPE *code) argument
59 _nc_retrace_form(FORM *code) argument
65 NCURSES_EXPORT(Form_Hook) function
[all...]
H A Dfld_arg.c64 set_fieldtype_arg(FIELDTYPE *typ, void *(*const make_arg)(va_list *), void *(*const copy_arg)(const void *), void (*const free_arg) (void *)) argument
92 field_arg(const FIELD *field) argument
[all...]
H A Dfld_attr.c41 #define GEN_FIELD_ATTR_SET_FCT macro
66 #define GEN_FIELD_ATTR_GET_FCT macro
[all...]
H A Dfld_current.c51 set_current_field(FORM *form, FIELD *field) argument
53 int err = E_OK; local
114 current_field(const FORM *form) argument
131 field_index(const FIELD *field) argument
[all...]
H A Dfld_def.c38 static FIELD default_field = variable
85 _nc_Make_Argument(const FIELDTYPE *typ, va_list *ap, int *err) argument
87 TypeArgument *res = (TypeArgument *)0; local
88 TypeArgument *p; local
133 _nc_Copy_Argument(const FIELDTYPE *typ, const TypeArgument *argp, int *err) argument
135 TypeArgument *res = (TypeArgument *)0; local
136 TypeArgument *p; local
182 _nc_Free_Argument(const FIELDTYPE *typ, TypeArgument *argp) argument
214 NCURSES_EXPORT(bool) function
217 int err = 0; local
250 _nc_Free_Type(FIELD *field) argument
277 new_field(int rows, int cols, int frow, int fcol, int nrow, int nbuf) argument
279 static const FIELD_CELL blank = BLANK; local
280 static const FIELD_CELL zeros = ZEROS; local
282 FIELD *New_Field = (FIELD *)0; local
283 int err = E_BAD_ARGUMENT; local
314 size_t len; local
321 int i, j; local
322 int cells = Buffer_Length(New_Field); local
326 FIELD_CELL *buffer = &(New_Field->buf[(cells + 1) * i]); local
357 free_field(FIELD *field) argument
375 FIELD *f; local
386 int n; local
[all...]
H A Dfld_dup.c51 dup_field(FIELD *field, int frow, int fcol) argument
53 FIELD *New_Field = (FIELD *)0; local
54 int err = E_BAD_ARGUMENT; local
82 size_t i, len; local
[all...]
H A Dfld_ftchoice.c50 set_fieldtype_choice(FIELDTYPE *typ, bool (*const next_choice) (FIELD *, const void *), bool (*const prev_choice) (FIELD *, const void *)) argument
[all...]
H A Dfld_ftlink.c52 link_fieldtype(FIELDTYPE *type1, FIELDTYPE *type2) argument
54 FIELDTYPE *nftyp = (FIELDTYPE *)0; local
[all...]
H A Dfld_info.c50 field_info(const FIELD *field, int *rows, int *cols, int *frow, int *fcol, int *nrow, int *nbuf) argument
92 dynamic_field_info(const FIELD *field, int *drows, int *dcols, int *maxgrow) argument
[all...]
H A Dfld_just.c48 set_field_just(FIELD *field, int just) argument
50 int res = E_BAD_ARGUMENT; local
80 field_just(const FIELD *field) argument
[all...]
H A Dfld_link.c52 link_field(FIELD *field, int frow, int fcol) argument
54 FIELD *New_Field = (FIELD *)0; local
55 int err = E_BAD_ARGUMENT; local
[all...]
H A Dfld_max.c48 set_max_field(FIELD *field, int maxgrow) argument
56 bool single_line_field = Single_Line_Field(field); local
[all...]
H A Dfld_move.c49 move_field(FIELD *field, int frow, int fcol) argument
[all...]
H A Dfld_newftyp.c37 static FIELDTYPE default_fieldtype = variable
74 new_fieldtype(bool (const field_check) FIELD *, const void *), bool (*const char_check) (int, const void *)) argument
77 FIELDTYPE *nftyp = (FIELDTYPE *)0; local
119 free_fieldtype(FIELDTYPE *typ) argument
[all...]
H A Dfld_opts.c54 set_field_opts(FIELD *field, Field_Options opts) argument
56 int res = E_BAD_ARGUMENT; local
74 NCURSES_EXPORT(Field_Options) function
95 field_opts_on(FIELD *field, Field_Options opts) argument
97 int res = E_BAD_ARGUMENT; local
123 field_opts_off(FIELD *field, Field_Options opts) argument
125 int res = E_BAD_ARGUMENT; local
[all...]
H A Dfld_pad.c49 set_field_pad(FIELD *field, int ch) argument
51 int res = E_BAD_ARGUMENT; local
78 field_pad(const FIELD *field) argument
[all...]
H A Dfld_page.c48 set_new_page(FIELD *field, bool new_page_flag) argument
74 NCURSES_EXPORT(bool) function
[all...]
H A Dfld_stat.c47 set_field_status(FIELD *field, bool status) argument
71 NCURSES_EXPORT(bool) function
[all...]
H A Dfld_type.c49 set_field_type(FIELD *field, FIELDTYPE *type,...) argument
51 va_list ap; local
52 int res = E_SYSTEM_ERROR; local
53 int err = 0; local
91 field_type(const FIELD *field) argument
[all...]
H A Dfld_user.c47 set_field_userptr(FIELD *field, void *usrptr) argument
66 field_userptr(const FIELD *field) argument
[all...]

Completed in 1589 milliseconds

1234567891011>>