Can u tell me what is the meaning of the first 2 statements of the first two functions in this image

this is something related to pointers. i am giving the image link

const char *a means pointer to a constant , it means that constant value at which pointer is pointing cannot be changed but pointer can be made to point to another location

this is ok.
but please explain the meaning of the complete statement.

  1. what does right side mean
  2. what does the complete statement is trying to do.