Searched refs:S_computer_name (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c491 static char * S_computer_name = NULL; variable
954 return (S_computer_name);
1021 if (S_computer_name) {
1022 free(S_computer_name);
1023 S_computer_name = NULL;
1053 S_computer_name = strdup(buf);

Completed in 122 milliseconds