Home
last modified time | relevance | path

Searched refs:PROTO (Results 1 – 25 of 120) sorted by relevance

12345

/openbsd/gnu/usr.bin/cvs/src/
H A Dcvs.h29 #ifndef PROTO
31 #define PROTO(ARGS) ARGS macro
33 #define PROTO(ARGS) () macro
451 DBM *open_module PROTO((void));
481 char *getcaller PROTO((void));
519 int yesno PROTO((void));
557 void ign_setup PROTO((void));
591 char *xgetwd PROTO((void));
663 int SIG_inCrSect PROTO((void));
808 Ctype Classify_File PROTO
[all …]
H A Drcs.h190 void RCS_fully_parse PROTO((RCSNode *));
207 char *RCS_head PROTO((RCSNode * rcs));
210 List *RCS_symbols PROTO((RCSNode *rcs));
211 void RCS_check_tag PROTO((const char *tag));
212 int RCS_valid_rev PROTO ((char *rev));
213 List *RCS_getlocks PROTO((RCSNode *rcs));
214 void freercsnode PROTO((RCSNode ** rnodep));
219 char *RCS_getexpand PROTO ((RCSNode *));
234 char *RCS_getaccess PROTO ((RCSNode *));
235 RETSIGTYPE rcs_cleanup PROTO ((void));
[all …]
H A Dbuffer.h49 int (*flush) PROTO((void *closure));
56 int (*block) PROTO ((void *closure, int block));
64 int (*shutdown) PROTO((void *closure));
70 void (*memory_error) PROTO((struct buffer *));
111 extern void buf_free PROTO((struct buffer *));
121 extern int buf_empty_p PROTO((struct buffer *));
127 extern int set_nonblock PROTO((struct buffer *));
128 extern int set_block PROTO((struct buffer *));
145 extern int buf_length PROTO((struct buffer *));
146 extern int buf_shutdown PROTO((struct buffer *));
[all …]
H A Dclient.h4 extern char *mode_to_string PROTO((mode_t));
5 extern int change_mode PROTO((char *, char *, int));
79 int supported_request PROTO ((char *));
83 extern int get_responses_and_close PROTO((void));
85 extern int get_server_responses PROTO((void));
89 start_server PROTO((void));
116 send_arg PROTO((char *string));
120 send_option_string PROTO((char *string));
144 void (*func) PROTO((char *args, int len));
189 extern void send_init_command PROTO ((void));
[all …]
H A Dserver.h32 extern int server PROTO((int argc, char **argv));
35 extern void server_pathname_check PROTO ((char *));
39 PROTO((char *name, char *version, char *timestamp,
51 extern void server_scratch PROTO((char *name));
57 extern void server_scratch_entry_only PROTO((void));
95 PROTO((struct file_info *finfo, Vers_TS *vers,
100 extern int server_use_rcs_diff PROTO((void));
111 extern void server_template PROTO ((char *, char *));
124 extern void server_cleanup PROTO((int sig));
128 extern void server_pause_check PROTO((void));
[all …]
H A Dhash.h46 List *getlist PROTO((void));
47 Node *findnode PROTO((List * list, const char *key));
48 Node *findnode_fn PROTO((List * list, const char *key));
49 Node *getnode PROTO((void));
51 int addnode PROTO((List * list, Node * p));
52 int addnode_at_front PROTO((List * list, Node * p));
54 int list_isempty PROTO ((List *list));
55 void dellist PROTO((List ** listp));
56 void delnode PROTO((Node * p));
57 void freenode PROTO((Node * p));
[all …]
H A Dfileattr.h59 extern void fileattr_startdir PROTO ((char *repos));
68 extern char *fileattr_get PROTO ((const char *filename, const char *attrname));
72 extern char *fileattr_get0 PROTO ((const char *filename,
103 extern char *fileattr_modify PROTO ((char *list, const char *attrname,
111 extern void fileattr_set PROTO ((const char *filename, const char *attrname,
118 extern char *fileattr_getall PROTO ((const char *filename));
123 extern void fileattr_setall PROTO ((const char *filename, const char *attrs));
127 extern void fileattr_newfile PROTO ((const char *filename));
130 extern void fileattr_write PROTO ((void));
133 extern void fileattr_free PROTO ((void));
H A Dedit.h13 extern int watch_on PROTO ((int argc, char **argv));
14 extern int watch_off PROTO ((int argc, char **argv));
20 extern void notify_check PROTO ((char *repository, char *update_dir));
28 extern void notify_do PROTO ((int type, char *filename, char *who,
34 extern void editor_set PROTO ((char *filename, char *editor, char *val));
38 extern void mark_up_to_date PROTO ((char *file));
H A Dmyndbm.h38 DBM *mydbm_open PROTO((char *file, int flags, int mode));
39 void mydbm_close PROTO((DBM * db));
40 datum mydbm_fetch PROTO((DBM * db, datum key));
41 datum mydbm_firstkey PROTO((DBM * db));
42 datum mydbm_nextkey PROTO((DBM * db));
43 extern int mydbm_store PROTO ((DBM *, datum, datum, int));
H A Dhardlink.h29 Node *lookup_file_by_inode PROTO ((const char *));
30 void update_hardlink_info PROTO ((const char *));
31 List *list_linked_files_on_disk PROTO ((char *));
32 int compare_linkage_lists PROTO ((List *, List *));
33 int find_checkedout_proc PROTO ((Node *, void *));
H A Derror.h19 #ifndef PROTO
21 #define PROTO(ARGS) ARGS macro
23 #define PROTO(ARGS) () macro
49 extern void error_exit PROTO ((void));
H A Dclient.c93 int add PROTO((int argc, char **argv));
94 int admin PROTO((int argc, char **argv));
96 int commit PROTO((int argc, char **argv));
97 int diff PROTO((int argc, char **argv));
99 int import PROTO((int argc, char **argv));
100 int cvslog PROTO((int argc, char **argv));
101 int patch PROTO((int argc, char **argv));
104 int rtag PROTO((int argc, char **argv));
105 int status PROTO((int argc, char **argv));
106 int tag PROTO((int argc, char **argv));
[all …]
H A Dbuffer.c20 static void allocate_buffer_datas PROTO((void));
29 int (*flush) PROTO((void *));
30 int (*block) PROTO((void *, int));
31 int (*shutdown) PROTO((void *));
32 void (*memory) PROTO((struct buffer *));
69 void (*memory) PROTO((struct buffer *));
74 (int (*) PROTO((void *))) NULL,
75 (int (*) PROTO((void *, int))) NULL,
76 (int (*) PROTO((void *))) NULL,
1229 (int (*) PROTO((void *, int))) NULL,
[all …]
H A Drcscmds.c54 static void RCS_output_diff_options PROTO ((char *, char *, char *, char *));
75 static void call_diff_add_arg PROTO ((const char *));
76 static void call_diff_setup PROTO ((const char *prog));
77 static int call_diff PROTO ((char *out));
78 static int call_diff3 PROTO ((char *out));
80 static void call_diff_write_output PROTO((const char *, size_t));
81 static void call_diff_flush_output PROTO((void));
82 static void call_diff_write_stdout PROTO((const char *));
83 static void call_diff_error PROTO((const char *, const char *, const char *));
201 (void (*) PROTO((const char *, size_t))) NULL,
[all …]
H A Dlock.c93 static void remove_locks PROTO((void));
94 static int readers_exist PROTO((char *repository));
96 static void clear_lock PROTO ((struct lock *lock));
97 static void set_lockers_name PROTO((struct stat *statp));
99 static int unlock_proc PROTO((Node * p, void *closure));
100 static int write_lock PROTO ((struct lock *lock));
101 static void lock_simple_remove PROTO ((struct lock *lock));
102 static void lock_wait PROTO((char *repository));
103 static void lock_obtained PROTO((char *repository));
141 static char *lock_name PROTO ((char *repository, char *name));
[all …]
H A Dupdate.h13 int do_update PROTO((int argc, char *argv[], char *xoptions, char *xtag,
18 int joining PROTO((void));
19 extern int isemptydir PROTO ((char *dir, int might_not_exist));
H A Dwatch.h48 extern void watch_modify_watchers PROTO ((char *file,
51 extern int watch_add PROTO ((int argc, char **argv));
52 extern int watch_remove PROTO ((int argc, char **argv));
H A Dhash.c20 static void freenode_mem PROTO((Node * p));
359 int (*proc) PROTO ((Node *, void *));
381 static int (*client_comp) PROTO ((const Node *, const Node *));
382 static int qsort_comp PROTO ((const void *, const void *));
400 int (*comp) PROTO ((const Node *, const Node *));
452 static char *nodetypestring PROTO ((Ntype));
479 static int printnode PROTO ((Node *, void *));
500 void printlist PROTO ((List *));
H A Dlog.c115 static Dtype log_dirproc PROTO ((void *callerdat, char *dir,
121 static void log_parse_list PROTO ((List **, const char *));
125 static void log_free_revlist PROTO ((struct revlist *));
128 static int log_symbol PROTO ((Node *, void *));
129 static int log_count PROTO ((Node *, void *));
130 static int log_fix_singledate PROTO ((Node *, void *));
131 static int log_count_print PROTO ((Node *, void *));
138 static int log_branch PROTO ((Node *, void *));
174 static int send_one PROTO ((Node *, void *));
198 static void send_arg_list PROTO ((char *, List *));
[all …]
/openbsd/usr.bin/lex/
H A Dflexdef.h95 #ifndef PROTO
97 #define PROTO(proto) proto macro
99 #define PROTO(proto) () macro
793 extern void flexend PROTO ((int));
794 extern void usage PROTO ((void));
886 extern void mk2data PROTO ((int));
908 extern void outc PROTO ((int));
958 extern int mkposcl PROTO ((int));
963 extern int mkstate PROTO ((int));
1003 extern int yywrap PROTO ((void));
[all …]
H A Dscanopt.h52 #ifndef PROTO
53 #define PROTO(args) args macro
90 scanopt_t *scanopt_init PROTO ((const optspec_t * options,
94 void scanopt_destroy PROTO ((scanopt_t * scanner));
105 PROTO (
125 PROTO (
/openbsd/lib/libfuse/
H A Dfuse_private.h152 PROTO(fuse_daemonize);
153 PROTO(fuse_destroy);
154 PROTO(fuse_get_context);
155 PROTO(fuse_get_session);
156 PROTO(fuse_loop);
157 PROTO(fuse_mount);
158 PROTO(fuse_new);
162 PROTO(fuse_opt_match);
163 PROTO(fuse_opt_parse);
166 PROTO(fuse_setup);
[all …]
/openbsd/gnu/usr.bin/cvs/lib/
H A Dmd5.h19 void cvs_MD5Init PROTO ((struct cvs_MD5Context *context));
20 void cvs_MD5Update PROTO ((struct cvs_MD5Context *context,
22 void cvs_MD5Final PROTO ((unsigned char digest[16],
24 void cvs_MD5Transform PROTO ((cvs_uint32 buf[4], const unsigned char in[64]));
H A Dsighandle.c41 #ifndef PROTO
43 #define PROTO(ARGS) ARGS macro
45 #define PROTO(ARGS) () macro
87 static RETSIGTYPE (**SIG_defaults) PROTO ((int));
132 SIG_defaults = (RETSIGTYPE (**) PROTO ((int)) ) in SIG_init()
133 calloc(i, sizeof(RETSIGTYPE (**) PROTO ((int)) )); in SIG_init()
147 static RETSIGTYPE SIG_handle PROTO ((int));
/openbsd/lib/libkvm/
H A Dkvm_private.h116 #define PROTO(x) __dso_hidden typeof(x) x asm("__"#x) macro
119 PROTO(kvm_close);
120 PROTO(kvm_nlist);
121 PROTO(kvm_read);

12345