Home
last modified time | relevance | path

Searched refs:stack_tmp (Results 1 – 5 of 5) sorted by relevance

/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Dmaster_events.c76 char stack_tmp[8]; in uwsgi_master_manage_events() local
77 char *tmp = stack_tmp; in uwsgi_master_manage_events()
107 char stack_tmp[8]; in uwsgi_master_manage_events() local
108 char *tmp = stack_tmp; in uwsgi_master_manage_events()
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dlogging.c34 struct tm stack_tmp; in log_error() local
35 struct tm *tmp = localtime_r(&tv.tv_sec, &stack_tmp); in log_error()
/dports/comms/lirc/lirc-0.9.0/tools/
H A Dlirc_client.c762 struct filestack_t *filestack, *stack_tmp; in lirc_readconfig_only_internal() local
826 stack_tmp = stack_push(filestack); in lirc_readconfig_only_internal()
827 if (stack_tmp == NULL) { in lirc_readconfig_only_internal()
830 stack_tmp->file = in lirc_readconfig_only_internal()
831 lirc_open(token2, filestack->name, &(stack_tmp->name)); in lirc_readconfig_only_internal()
832 stack_tmp->line = 0; in lirc_readconfig_only_internal()
833 if (stack_tmp->file) { in lirc_readconfig_only_internal()
835 filestack = stack_tmp; in lirc_readconfig_only_internal()
837 stack_pop(stack_tmp); in lirc_readconfig_only_internal()
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmProxy/
H A DFvwmProxy.h132 int stack_tmp; member
H A DFvwmProxy.c1954 proxy->stack_tmp = -1; in RefineStack()
1961 if(proxy->stack_tmp < 0 && (best == NULL || in RefineStack()
1977 best->stack_tmp = index++; in RefineStack()
1983 proxy->stack_desired = proxy->stack_tmp; in RefineStack()
1987 proxy->stack = proxy->stack_tmp; in RefineStack()