MCPcopy 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
1245void
1246cupsdClearString(char **s) /* O - String value */
1247{
1248 if (s && *s)
1249 {
1250 free(*s);
1251 *s = NULL;
1252 }
1253}
1254
1255
1256/*

Callers 15

cupsdDeleteSubscriptionFunction · 0.85
cupsdCloseClientFunction · 0.85
cupsdReadClientFunction · 0.85
cupsdWriteClientFunction · 0.85
install_cupsd_confFunction · 0.85
clear_envFunction · 0.85
add_printerFunction · 0.85
print_jobFunction · 0.85
save_auth_infoFunction · 0.85
send_documentFunction · 0.85
cupsdDeleteJobFunction · 0.85
cupsdLoadJobFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected