Searched defs:ow_string (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dmain.c881 char *ow_string = NULL; local
1078 (void) printf("%s\n", ow_string);
1079 free(ow_string);
1080 ow_string = NULL;
1107 ow_string = my_malloc(
1109 (void) strcpy(ow_string,
1426 (void) printf("%s\n", ow_string);
1427 free(ow_string);
1428 ow_string = NULL;

Completed in 64 milliseconds