Home
last modified time | relevance | path

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

/busybox-1.35.0/libpwdgrp/
Dpwd_grp.c117 static struct statics *ptr_to_statics; variable
118 #define S (*ptr_to_statics)
119 #define has_S (ptr_to_statics)
129 free(ptr_to_statics); in free_static()
135 if (!ptr_to_statics) { in get_S()
136 ptr_to_statics = xzalloc(sizeof(S)); in get_S()
146 return ptr_to_statics; in get_S()