p="1234"	found="1234"	next_pos="1234"	next_char='1'
p="-s  "	found=NULL	next_pos=NULL	next_char=0
p=-s1234	found="1234"	next_pos="1234"	next_char='1'
p=-s 1234	found=""	next_pos=""	next_char=0
