Searched refs:PROTO (Results 1 - 25 of 79) sorted by relevance

1234

/freebsd-9.3-release/gnu/usr.bin/cvs/cvs/
H A Dprepend_args.h22 current GNU coding standards requires. Older GNU code used the "PROTO"
26 void prepend_default_options PROTO ((char const *, int *, char ***));
/freebsd-9.3-release/contrib/cvs/src/
H A Dfileattr.h60 extern void fileattr_startdir PROTO ((const char *repos));
69 extern char *fileattr_get PROTO ((const char *filename, const char *attrname));
73 extern char *fileattr_get0 PROTO ((const char *filename,
104 extern char *fileattr_modify PROTO ((char *list, const char *attrname,
112 extern void fileattr_set PROTO ((const char *filename, const char *attrname,
119 extern char *fileattr_getall PROTO ((const char *filename));
124 extern void fileattr_setall PROTO ((const char *filename, const char *attrs));
128 extern void fileattr_newfile PROTO ((const char *filename));
131 extern void fileattr_write PROTO ((void));
134 extern void fileattr_free PROTO ((voi
[all...]
H A Dbuffer.h52 int (*input) PROTO((void *closure, char *data, int need, int size,
58 int (*output) PROTO((void *closure, const char *data, int have,
63 int (*flush) PROTO((void *closure));
70 int (*block) PROTO ((void *closure, int block));
78 int (*shutdown) PROTO((struct buffer *));
84 void (*memory_error) PROTO((struct buffer *));
114 typedef void (*BUFMEMERRPROC) PROTO ((struct buffer *));
116 extern struct buffer *buf_initialize PROTO((int (*) (void *, char *, int,
125 extern void buf_free PROTO((struct buffer *));
126 extern struct buffer *buf_nonio_initialize PROTO((voi
[all...]
H A Dstack.h9 void push PROTO((List *_stack, void *_elem));
10 void *pop PROTO((List *_stack));
11 void unshift PROTO((List *_stack, void *_elem));
12 void *shift PROTO((List *_stack));
13 void push_string PROTO((List *_stack, char *_elem));
14 char *pop_string PROTO((List *_stack));
15 void unshift_string PROTO((List *_stack, char *_elem));
16 char *shift_string PROTO((List *_stack));
17 int isempty PROTO((List *_stack));
H A Droot.h49 cvsroot_t *Name_Root PROTO((const char *dir, const char *update_dir));
50 void free_cvsroot_t PROTO((cvsroot_t *root_in));
51 cvsroot_t *parse_cvsroot PROTO((const char *root));
52 cvsroot_t *local_cvsroot PROTO((const char *dir));
53 void Create_Root PROTO((const char *dir, const char *rootdir));
54 void root_allow_add PROTO ((char *));
55 void root_allow_free PROTO ((void));
56 int root_allow_ok PROTO ((char *));
57 int root_allow_used PROTO ((void));
H A Dhardlink.h30 Node *lookup_file_by_inode PROTO ((const char *));
31 void update_hardlink_info PROTO ((const char *));
32 List *list_linked_files_on_disk PROTO ((char *));
33 int compare_linkage_lists PROTO ((List *, List *));
34 int find_checkedout_proc PROTO ((Node *, void *));
H A Drcs.h183 typedef void (*RCSCHECKOUTPROC) PROTO ((void *, const char *, size_t));
195 RCSNode *RCS_parse PROTO((const char *file, const char *repos));
196 RCSNode *RCS_parsercsfile PROTO((const char *rcsfile));
197 void RCS_fully_parse PROTO((RCSNode *));
198 void RCS_reparsercsfile PROTO((RCSNode *, FILE **, struct rcsbuffer *));
199 extern int RCS_setattic PROTO ((RCSNode *, int));
201 char *RCS_check_kflag PROTO((const char *arg));
202 char *RCS_getdate PROTO((RCSNode * rcs, const char *date,
204 char *RCS_gettag PROTO((RCSNode * rcs, const char *symtag, int force_tag_match,
206 int RCS_exist_rev PROTO((RCSNod
[all...]
H A Dcvs.h34 #ifndef PROTO
36 #define PROTO(ARGS) ARGS macro
38 #define PROTO(ARGS) () macro
403 extern char *emptydir_name PROTO ((void));
404 extern int safe_location PROTO ((char *));
430 int RCS_merge PROTO((RCSNode *, const char *, const char *, const char *,
441 extern int RCS_exec_rcsdiff PROTO ((RCSNode *rcsfile, int diff_argc,
447 extern int diff_exec PROTO ((const char *file1, const char *file2,
455 DBM *open_module PROTO((void));
456 FILE *open_file PROTO((cons
[all...]
H A Dclient.h18 extern char *mode_to_string PROTO((mode_t));
19 extern int change_mode PROTO((char *, char *, int));
79 void connect_to_pserver PROTO ((cvsroot_t *,
95 void send_to_server PROTO((const char *str, size_t len));
96 void read_from_server PROTO((char *buf, size_t len));
99 int supported_request PROTO ((char *));
100 void option_with_arg PROTO((char *option, char *arg));
103 extern int get_responses_and_close PROTO((void));
105 extern int get_server_responses PROTO((void));
109 start_server PROTO((voi
[all...]
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 cvs_notify_check PROTO ((const char *repository,
29 extern void notify_do PROTO ((int type, const char *filename, const char *who,
36 extern void editor_set PROTO ((const char *filename, const char *editor,
41 extern void mark_up_to_date PROTO ((const char *file));
H A Dserver.h43 extern int server PROTO((int argc, char **argv));
47 extern void kserver_authenticate_connection PROTO ((void));
52 extern void pserver_authenticate_connection PROTO ((void));
56 extern void server_pathname_check PROTO ((char *));
60 PROTO((const char *name, const char *version, const char *timestamp,
66 extern void server_modtime PROTO ((struct file_info *finfo,
73 extern void server_scratch PROTO((const char *name));
79 extern void server_scratch_entry_only PROTO((void));
87 PROTO((const char *file, const char *update_dir, const char *repository));
90 PROTO((cons
[all...]
H A Dhash.h51 List *getlist PROTO((void));
52 Node *findnode PROTO((List * list, const char *key));
53 Node *findnode_fn PROTO((List * list, const char *key));
54 Node *getnode PROTO((void));
55 int insert_before PROTO((List * list, Node * marker, Node * p));
56 int addnode PROTO((List * list, Node * p));
57 int addnode_at_front PROTO((List * list, Node * p));
58 int walklist PROTO((List * list, int (*)(Node *n, void *closure), void *closure));
59 int list_isempty PROTO ((List *list));
60 void dellist PROTO((Lis
[all...]
H A Dupdate.h17 int do_update PROTO((int argc, char *argv[], char *xoptions, char *xtag,
22 int joining PROTO((void));
23 extern int isemptydir PROTO ((const char *dir, int might_not_exist));
H A Dwatch.h48 extern void watch_modify_watchers PROTO ((const char *file,
51 extern int watch_add PROTO ((int argc, char **argv));
52 extern int watch_remove PROTO ((int argc, char **argv));
H A Dmyndbm.h52 DBM *mydbm_open PROTO((char *file, int flags, int mode));
53 void mydbm_close PROTO((DBM * db));
54 datum mydbm_fetch PROTO((DBM * db, datum key));
55 datum mydbm_firstkey PROTO((DBM * db));
56 datum mydbm_nextkey PROTO((DBM * db));
57 extern int mydbm_store PROTO ((DBM *, datum, datum, int));
H A Derror.h19 #ifndef PROTO
21 #define PROTO(ARGS) ARGS macro
23 #define PROTO(ARGS) () macro
H A Drcscmds.c61 static void RCS_output_diff_options PROTO ((int, char *const *, const char *,
83 static void call_diff_add_arg PROTO ((const char *));
84 static void call_diff_setup PROTO ((const char *prog,
86 static int call_diff PROTO ((const char *out));
87 static int call_diff3 PROTO ((char *out));
89 static void call_diff_write_output PROTO((const char *, size_t));
90 static void call_diff_flush_output PROTO((void));
91 static void call_diff_write_stdout PROTO((const char *));
92 static void call_diff_error PROTO((const char *, const char *, const char *));
185 (void (*) PROTO((cons
[all...]
H A Dlock.c111 static void remove_locks PROTO((void));
112 static int readers_exist PROTO((char *repository));
113 static int set_lock PROTO ((struct lock *lock, int will_wait));
114 static void clear_lock PROTO ((struct lock *lock));
115 static void set_lockers_name PROTO((struct stat *statp));
116 static int set_writelock_proc PROTO((Node * p, void *closure));
117 static int unlock_proc PROTO((Node * p, void *closure));
118 static int write_lock PROTO ((struct lock *lock));
119 static void lock_simple_remove PROTO ((struct lock *lock));
120 static void lock_wait PROTO((cha
[all...]
H A Dbuffer.c41 static void buf_default_memory_error PROTO ((struct buffer *));
42 static void allocate_buffer_datas PROTO((void));
43 static struct buffer_data *get_buffer_data PROTO((void));
49 int (*input) PROTO((void *, char *, int, int, int *));
50 int (*output) PROTO((void *, const char *, int, int *));
51 int (*flush) PROTO((void *));
52 int (*block) PROTO((void *, int));
53 int (*shutdown) PROTO((struct buffer *));
54 void (*memory) PROTO((struct buffer *));
96 void (*memory) PROTO((struc
[all...]
H A Dwrapper.c76 void wrap_add_entry PROTO((WrapperEntry *e,int temp));
77 void wrap_kill PROTO((void));
78 void wrap_kill_temp PROTO((void));
79 void wrap_free_entry PROTO((WrapperEntry *e));
80 void wrap_free_entry_internal PROTO((WrapperEntry *e));
81 void wrap_restore_saved PROTO((void));
524 static WrapperEntry *wrap_matching_entry PROTO ((const char *));
H A Dfind_names.c26 static int find_dirs PROTO((char *dir, List * list, int checkadm,
28 static int find_rcs PROTO((char *dir, List * list));
29 static int add_subdir_proc PROTO((Node *, void *));
30 static int register_subdir_proc PROTO((Node *, void *));
35 static int add_entries_proc PROTO((Node *, void *));
H A Dclient.c88 static int connect_to_gserver PROTO((cvsroot_t *, int, struct hostent *));
105 static void add_prune_candidate PROTO((const char *));
108 int add PROTO((int argc, char **argv));
109 int admin PROTO((int argc, char **argv));
110 int checkout PROTO((int argc, char **argv));
111 int commit PROTO((int argc, char **argv));
112 int diff PROTO((int argc, char **argv));
113 int history PROTO((int argc, char **argv));
114 int import PROTO((int argc, char **argv));
115 int cvslog PROTO((in
[all...]
/freebsd-9.3-release/usr.bin/lex/
H A Dflexdef.h83 #ifndef PROTO
85 #define PROTO(proto) proto macro
87 #define PROTO(proto) () macro
656 void *allocate_array PROTO((int, size_t));
657 void *reallocate_array PROTO((void*, int, size_t));
659 void *flex_alloc PROTO((size_t));
660 void *flex_realloc PROTO((void*, size_t));
661 void flex_free PROTO((void*));
713 extern void ccladd PROTO((int, int)); /* add a single character to a ccl */
714 extern int cclinit PROTO((voi
[all...]
/freebsd-9.3-release/contrib/cvs/lib/
H A Dmd5.h32 void cvs_MD5Init PROTO ((struct cvs_MD5Context *context));
33 void cvs_MD5Update PROTO ((struct cvs_MD5Context *context,
35 void cvs_MD5Final PROTO ((unsigned char digest[16],
37 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));
133 SIG_defaults = (RETSIGTYPE (**) PROTO ((int)) )
134 calloc(i, sizeof(RETSIGTYPE (**) PROTO ((int)) ));
149 static RETSIGTYPE SIG_handle PROTO ((int));

Completed in 159 milliseconds

1234