Searched refs:SAFE_ASSIGN (Results 1 – 1 of 1) sorted by relevance
127 #define SAFE_ASSIGN(ptr,val) \ macro672 SAFE_ASSIGN (arg, NULL); in scanopt()673 SAFE_ASSIGN (optindex, s->index); in scanopt()687 SAFE_ASSIGN (optindex, s->index + 1); in scanopt()781 SAFE_ASSIGN (arg, s->argv[s->index + 1]); in scanopt()785 SAFE_ASSIGN (arg, (char *) optarg); in scanopt()793 SAFE_ASSIGN (arg, optarg); in scanopt()