Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPrinting/cups
/ clear_env
Function
clear_env
scheduler/env.c:241–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
*/
240
241
static void
242
clear_env(void)
243
{
244
int i; /* Looping var */
245
246
247
for (i = 0; i < num_common_env; i ++)
248
cupsdClearString(common_env + i);
249
250
num_common_env = 0;
251
}
252
253
254
/*
Callers
1
cupsdInitEnv
Function · 0.85
Calls
1
cupsdClearString
Function · 0.85
Tested by
no test coverage detected