Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPrinting/cups
/ cupsdClearString
Function
cupsdClearString
scheduler/main.c:1245–1253 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1243
*/
1244
1245
void
1246
cupsdClearString(char **s) /* O - String value */
1247
{
1248
if (s && *s)
1249
{
1250
free(*s);
1251
*s = NULL;
1252
}
1253
}
1254
1255
1256
/*
Callers
15
cupsdDeleteSubscription
Function · 0.85
cupsdCloseClient
Function · 0.85
cupsdReadClient
Function · 0.85
cupsdWriteClient
Function · 0.85
install_cupsd_conf
Function · 0.85
clear_env
Function · 0.85
add_printer
Function · 0.85
print_job
Function · 0.85
save_auth_info
Function · 0.85
send_document
Function · 0.85
cupsdDeleteJob
Function · 0.85
cupsdLoadJob
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected