File libsrc/safe_string.c


Included Files


Global Function Sstrcpy()

char* Sstrcpy ( char* str1, const char* str2 )
Prototyped in: mplib1/safe_string.h
Calls: strcpy()
Called by: Add_Track() libsrc/bpo_init.c
  Alloc_Item() libsrc/cfg_f_002.c
  Create_SODB_mmap_raw() libsrc/bpo_init.c
  Create_SODB_shm_raw() libsrc/bpo_init.c
  Get_Q_pid() libsrc/bpo_queue.c
  Init_SODB_Resources() libsrc/bpo_resource.c
  New_Q() libsrc/bpo_queue.c
  add_res_func() libsrc/bpo_resource.c
  alloc_private_q() libsrc/bpo_queue.c
  bpo_strdup() libsrc/bpo_alloc.c
  bpo_strdup_offset() libsrc/bpo_alloc.c
  cache_queues() libsrc/bpo_queue.c
  get_config_list() libsrc/cfg_f_001.c
  get_pids() libsrc/bpo_queue.c
  set_private_string() libsrc/cfg_f_002.c
  shalloc_init() libsrc/bpo_alloc.c

Global Function Sstrlen()

int Sstrlen ( const char* str1 )
Prototyped in: mplib1/safe_string.h
Calls: strlen()
Called by: Add_Track() libsrc/bpo_init.c
  Alloc_Item() libsrc/cfg_f_002.c
  New_Q() libsrc/bpo_queue.c
  add_res_func() libsrc/bpo_resource.c
  alloc_private_q() libsrc/bpo_queue.c
  bpo_strdup() libsrc/bpo_alloc.c
  bpo_strdup_offset() libsrc/bpo_alloc.c
  check_pipe() libsrc/bpo_proc_cln.c
  get_config_list() libsrc/cfg_f_001.c
  set_private_string() libsrc/cfg_f_002.c
  stricmp() libsrc/stricmp.c