Home
last modified time | relevance | path

Searched +defs:s +defs:proc (Results 1 – 25 of 3560) sorted by relevance

12345678910>>...143

/dports/net/ocserv/ocserv-1.1.3/src/
H A Droute-add.c38 int call_script(main_server_st *s, proc_st *proc, const char *cmd) in call_script()
83 int replace_cmd(struct main_server_st* s, proc_st *proc, in replace_cmd()
117 int route_adddel(struct main_server_st* s, proc_st *proc, in route_adddel()
147 int route_add(struct main_server_st* s, proc_st *proc, const char* route, const char* dev) in route_add()
153 int route_del(struct main_server_st* s, proc_st *proc, const char* route, const char* dev) in route_del()
161 int apply_iroutes(struct main_server_st* s, struct proc_st *proc) in apply_iroutes()
187 void remove_iroutes(struct main_server_st* s, struct proc_st *proc) in remove_iroutes()
H A Dmain-user.c67 static void export_fw_info(main_server_st *s, struct proc_st* proc) in export_fw_info()
249 int call_script(main_server_st *s, struct proc_st* proc, script_type_t type) in call_script()
406 add_utmp_entry(main_server_st *s, struct proc_st* proc) in add_utmp_entry()
444 static void remove_utmp_entry(main_server_st *s, struct proc_st* proc) in remove_utmp_entry()
475 int user_connected(main_server_st *s, struct proc_st* proc) in user_connected()
489 void user_hostname_update(main_server_st *s, struct proc_st* proc) in user_hostname_update()
497 void user_disconnected(main_server_st *s, struct proc_st* proc) in user_disconnected()
H A Dproc-search.c44 const struct proc_st * proc = _p; in rehash_ip() local
53 const struct proc_st * proc = _p; in rehash_dtls_ip() local
62 const struct proc_st * proc = _p; in rehash_dtls_id() local
69 const struct proc_st * proc = _p; in rehash_sid() local
74 void proc_table_init(main_server_st *s) in proc_table_init()
87 void proc_table_deinit(main_server_st *s) in proc_table_deinit()
102 int proc_table_add(main_server_st *s, struct proc_st *proc) in proc_table_add()
127 int proc_table_update_ip(main_server_st *s, struct proc_st *proc, struct sockaddr_storage *addr, in proc_table_update_ip()
170 int proc_table_update_dtls_ip(main_server_st *s, struct proc_st *proc, struct sockaddr_storage *add… in proc_table_update_dtls_ip()
202 void proc_table_del(main_server_st *s, struct proc_st *proc) in proc_table_del()
[all …]
H A Dtun.c76 int os_set_ipv6_addr(main_server_st * s, struct proc_st *proc) in os_set_ipv6_addr()
163 static void os_reset_ipv6_addr(struct proc_st *proc) in os_reset_ipv6_addr()
222 int os_set_ipv6_addr(main_server_st * s, struct proc_st *proc) in os_set_ipv6_addr()
316 static int os_set_ipv6_addr(main_server_st * s, struct proc_st *proc) in os_set_ipv6_addr()
328 static int set_network_info(main_server_st * s, struct proc_st *proc) in set_network_info()
443 static int bsd_ifrename(main_server_st *s, struct proc_st *proc) in bsd_ifrename()
517 static int os_open_tun(main_server_st * s, struct proc_st *proc) in os_open_tun()
637 static int os_open_tun(main_server_st * s, struct proc_st *proc) in os_open_tun()
717 int open_tun(main_server_st * s, struct proc_st *proc) in open_tun()
756 void close_tun(main_server_st * s, struct proc_st *proc) in close_tun()
[all …]
H A Dip-lease.c93 static int ip_lease_exists(main_server_st* s, struct sockaddr_storage* ip, size_t sockaddrlen) in ip_lease_exists()
106 void steal_ip_leases(struct proc_st* proc, struct proc_st *thief) in steal_ip_leases()
183 int get_ipv4_lease(main_server_st* s, struct proc_st* proc) in get_ipv4_lease()
259 SA_IN_U8_P(&proc->ipv4->lip)[3] |= 1; in get_ipv4_lease() local
331 SA_IN_U8_P(&proc->ipv4->lip)[3] |= 1; in get_ipv4_lease() local
354 int get_ipv6_lease(main_server_st* s, struct proc_st* proc) in get_ipv6_lease()
486 SA_IN6_U8_P(&proc->ipv6->sig)[i] = SA_IN6_U8_P(&rnd)[i] & SA_IN6_U8_P(&subnet_mask)[i]; in get_ipv6_lease() local
509 SA_IN6_U8_P(&proc->ipv6->lip)[15] |= 1; in get_ipv6_lease() local
534 int get_ip_leases(main_server_st *s, struct proc_st *proc) in get_ip_leases()
584 void remove_ip_leases(main_server_st* s, struct proc_st* proc) in remove_ip_leases()
[all …]
H A Dmain-worker-cmd.c63 int set_tun_mtu(main_server_st * s, struct proc_st *proc, unsigned mtu) in set_tun_mtu()
99 int handle_script_exit(main_server_st *s, struct proc_st *proc, int code) in handle_script_exit()
150 static int accept_user(main_server_st * s, struct proc_st *proc, unsigned cmd) in accept_user()
200 static int handle_cookie_auth_res(main_server_st *s, struct proc_st *proc, in handle_cookie_auth_res()
237 int handle_worker_commands(main_server_st * s, struct proc_st *proc) in handle_worker_commands()
H A Dmain-auth.c49 void put_into_cgroup(main_server_st * s, const char *_cgroup, pid_t pid) in put_into_cgroup()
102 int send_cookie_auth_reply(main_server_st* s, struct proc_st* proc, in send_cookie_auth_reply()
166 int handle_auth_cookie_req(sec_mod_instance_st * sec_mod_instance, struct proc_st* proc, in handle_auth_cookie_req()
169 main_server_st * s = sec_mod_instance->server; in handle_auth_cookie_req() local
251 int check_multiple_users(main_server_st *s, struct proc_st* proc) in check_multiple_users()
H A Dscript-list.h32 void add_to_script_list(main_server_st* s, pid_t pid, struct proc_st* proc) in add_to_script_list()
52 inline static pid_t remove_from_script_list(main_server_st* s, struct proc_st* proc) in remove_from_script_list()
H A Dmain-sec-mod-cmd.c58 static void update_auth_failures(main_server_st * s, uint64_t auth_failures) in update_auth_failures()
71 struct main_server_st * s = sec_mod_instance->server; in handle_sec_mod_commands() local
214 static void append_routes(sec_mod_instance_st * sec_mod_instance, proc_st *proc, GroupCfgSt *gc) in append_routes()
298 void apply_default_config(sec_mod_instance_st * sec_mod_instance, proc_st *proc, GroupCfgSt *gc) in apply_default_config()
459 main_server_st * s = sec_mod_instance->server; in session_open() local
566 static void reset_stats(main_server_st *s, time_t now) in reset_stats()
607 static void update_main_stats(main_server_st * s, struct proc_st *proc) in update_main_stats()
663 int session_close(sec_mod_instance_st * sec_mod_instance, struct proc_st *proc) in session_close()
665 main_server_st * s = sec_mod_instance->server; in session_close() local
717 main_server_st * s = sec_mod_instance->server; in secmod_reload() local
[all …]
/dports/emulators/elliott-803/Elliott-803-0.1.8/emulator/cpu/
H A Dprocessor.c30 elliott803_t *proc = malloc(sizeof(elliott803_t)); in elliott803_create() local
59 void elliott803_destroy(elliott803_t *proc) { in elliott803_destroy()
166 #define const_reply(proc, s) \ argument
173 static const char *busy_device(elliott803_t *proc) { in busy_device()
200 static void system_reset(elliott803_t *proc) { in system_reset()
228 static bool action_run(elliott803_t *proc, const char *params) { in action_run()
321 char *s = to_machine_code(buffer, w); in action_memory_read() local
361 char *s = to_machine_code(buffer, w); in action_memory_write() local
393 char *s = to_machine_code("sa ACC: ", proc->accumulator); in action_current_status() local
592 char *s = to_machine_code("wg ", proc->word_generator); in action_word_generator() local
[all …]
/dports/databases/tarantool-c/tarantool-c-0ab37e8/tnt/
H A Dtnt_call.c20 tnt_rpc_base(struct tnt_stream *s, const char *proc, size_t proc_len, in tnt_rpc_base()
61 tnt_call(struct tnt_stream *s, const char *proc, size_t proc_len, in tnt_call()
68 tnt_call_16(struct tnt_stream *s, const char *proc, size_t proc_len, in tnt_call_16()
75 tnt_eval(struct tnt_stream *s, const char *proc, size_t proc_len, in tnt_eval()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dsubr.c64 SgSubr *s = SG_NEW(SgSubr); in make_subr() local
70 SgObject Sg_MakeSubr(SgSubrProc proc, void *data, int required, int optional, in Sg_MakeSubr()
73 SgSubr *s = make_subr(required, optional, info); in Sg_MakeSubr() local
79 SgObject Sg_MakeSubrFull(SgSubrProc proc, void *data, int required, in Sg_MakeSubrFull()
82 SgSubr *s = make_subr(required, optional, info); in Sg_MakeSubrFull() local
105 SgObject Sg_SetterSet(SgProcedure *proc, SgProcedure *setter, int lock) in Sg_SetterSet()
122 SgObject Sg_Setter(SgObject proc) in Sg_Setter()
132 int Sg_HasSetter(SgObject proc) in Sg_HasSetter()
/dports/devel/redo/redo-1.5/source/
H A Dpopt-top-table.cpp17 bool top_table_definition::execute(processor & proc, char c) in execute()
22 bool top_table_definition::execute(processor & proc, const char * s) in execute()
28 void top_table_definition::do_usage(processor & proc) in do_usage()
37 void top_table_definition::do_help(processor & proc) in do_help()
/dports/ports-mgmt/octopkg/octopkg-0.3.1/src/
H A Dwmhelper.cpp53 QProcess proc; in isTDERunning() local
75 QProcess proc; in isXFCERunning() local
96 QProcess proc; in isLXDERunning() local
125 QProcess proc; in isOPENBOXRunning() local
146 QProcess proc; in isMATERunning() local
167 QProcess proc; in isCinnamonRunning() local
189 QProcess proc; in isLuminaRunning() local
252 QStringList s; in openFile() local
390 QStringList s; in openDirectory() local
487 QStringList s; in openTerminal() local
/dports/cad/nvc/nvc-r1.5.3/test/sem/
H A Dissue89.vhd6 procedure proc(arg : integer) is procedure
10 procedure proc(arg : string) is procedure
14 alias my_proc is proc[integer]; alias
15 alias my_proc is proc[string]; alias
20 variable s : string(1 to 3); variable
/dports/benchmarks/nosqlbench/nosqlbench-0.0.20151214/third_party/tarantool-c/tnt/
H A Dtnt_call.c20 tnt_rpc_base(struct tnt_stream *s, const char *proc, size_t proc_len, in tnt_rpc_base()
61 tnt_call(struct tnt_stream *s, const char *proc, size_t proc_len, in tnt_call()
68 tnt_eval(struct tnt_stream *s, const char *proc, size_t proc_len, in tnt_eval()
/dports/cad/nvc/nvc-r1.5.3/test/regress/
H A Dissue338.vhd15 procedure proc(value : boolean; expected : boolean) is procedure
82 procedure proc(value : boolean; expected : boolean) is procedure
140 constant s : string := "123"; constant
142 procedure proc(value : boolean; expected : boolean) is procedure
199 constant s : string := "123"; constant
201 procedure proc(value : boolean; expected : boolean) is procedure
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/
H A Dprocessmanager.cpp44 QProcess *proc = process(index); in start() local
59 QProcess *proc = new QProcess(this); in start() local
140 QProcess *proc = process(index); in terminate() local
164 QProcess *proc = process(index); in kill() local
173 QProcess *proc = (QProcess *)sender(); in readyReadStandardOutput() local
174 QString s(stdoutBuffer.value(proc) + proc->readAllStandardOutput()); in readyReadStandardOutput() local
204 QProcess *proc = (QProcess *)sender(); in readyReadStandardError() local
205 QString s(stderrBuffer.value(proc) + proc->readAllStandardError()); in readyReadStandardError() local
225 QProcess *proc = (QProcess *)sender(); in finished() local
271 QProcess *proc = (QProcess *)sender(); in started() local
[all …]
/dports/math/z3/z3-z3-4.8.13/src/muz/spacer/
H A Dspacer_manager.cpp157 func_decl * manager::get_o_pred(func_decl* s, unsigned idx) { in get_o_pred()
167 func_decl * manager::get_n_pred(func_decl* s) { in get_n_pred()
180 app* mk_zk_const(ast_manager &m, unsigned idx, sort *s) { in mk_zk_const()
187 struct proc { struct
188 int m_max;
189 app_ref_vector &m_out;
190 proc (app_ref_vector &out) : m_max(-1), m_out(out) {} in proc() function
192 void operator() (app *n) { in operator ()()
213 struct proc { struct
214 void operator() (var const *n) const {} in operator ()()
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/muz/spacer/
H A Dspacer_manager.cpp157 func_decl * manager::get_o_pred(func_decl* s, unsigned idx) { in get_o_pred()
167 func_decl * manager::get_n_pred(func_decl* s) { in get_n_pred()
180 app* mk_zk_const(ast_manager &m, unsigned idx, sort *s) { in mk_zk_const()
187 struct proc { struct
188 int m_max;
189 app_ref_vector &m_out;
190 proc (app_ref_vector &out) : m_max(-1), m_out(out) {} in proc() function
192 void operator() (app *n) { in operator ()()
213 struct proc { struct
214 void operator() (var const *n) const {} in operator ()()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/mrbgems/mruby-eval/src/
H A Deval.c15 create_proc_from_string(mrb_state *mrb, char *s, mrb_int len, mrb_value binding, const char *file, … in create_proc_from_string()
19 struct RProc *proc; in create_proc_from_string() local
113 exec_irep(mrb_state *mrb, mrb_value self, struct RProc *proc) in exec_irep()
134 char *s; in f_eval() local
139 struct RProc *proc; in f_eval() local
157 char *s; in f_instance_eval() local
162 struct RProc *proc; in f_instance_eval() local
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/mrbgems/mruby-eval/src/
H A Deval.c15 create_proc_from_string(mrb_state *mrb, char *s, mrb_int len, mrb_value binding, const char *file, … in create_proc_from_string()
19 struct RProc *proc; in create_proc_from_string() local
113 exec_irep(mrb_state *mrb, mrb_value self, struct RProc *proc) in exec_irep()
134 char *s; in f_eval() local
139 struct RProc *proc; in f_eval() local
157 char *s; in f_instance_eval() local
162 struct RProc *proc; in f_instance_eval() local
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-eval/src/
H A Deval.c15 create_proc_from_string(mrb_state *mrb, char *s, mrb_int len, mrb_value binding, const char *file, … in create_proc_from_string()
19 struct RProc *proc; in create_proc_from_string() local
113 exec_irep(mrb_state *mrb, mrb_value self, struct RProc *proc) in exec_irep()
134 char *s; in f_eval() local
139 struct RProc *proc; in f_eval() local
157 char *s; in f_instance_eval() local
162 struct RProc *proc; in f_instance_eval() local
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-eval/src/
H A Deval.c15 create_proc_from_string(mrb_state *mrb, char *s, mrb_int len, mrb_value binding, const char *file, … in create_proc_from_string()
19 struct RProc *proc; in create_proc_from_string() local
113 exec_irep(mrb_state *mrb, mrb_value self, struct RProc *proc) in exec_irep()
134 char *s; in f_eval() local
139 struct RProc *proc; in f_eval() local
157 char *s; in f_instance_eval() local
162 struct RProc *proc; in f_instance_eval() local
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_common_2.f9014 procedure(foo), pointer, bind(C) :: proc variable
15 common /com/ proc,r local
17 common s local

12345678910>>...143