Lines Matching refs:strcpy
118 (void) strcpy(str, "-m"); in rdc_decode_flag()
120 (void) strcpy(str, "-u"); in rdc_decode_flag()
126 (void) strcpy(str, "-d"); in rdc_decode_flag()
131 (void) strcpy(str, "-e"); in rdc_decode_flag()
133 (void) strcpy(str, "-E"); in rdc_decode_flag()
137 (void) strcpy(str, "-l"); in rdc_decode_flag()
141 (void) strcpy(str, "-H"); in rdc_decode_flag()
145 (void) strcpy(str, "-w"); in rdc_decode_flag()
149 (void) strcpy(str, "-R ..."); in rdc_decode_flag()
153 (void) strcpy(str, ""); in rdc_decode_flag()
167 (void) strcpy(str, "-s"); in rdc_decode_flag()
171 (void) strcpy(str, "-r"); in rdc_decode_flag()
175 (void) strcpy(str, "-R"); in rdc_decode_flag()
179 (void) strcpy(str, "-q a"); in rdc_decode_flag()
183 (void) strcpy(str, "-q d"); in rdc_decode_flag()
187 (void) strcpy(str, "-q r"); in rdc_decode_flag()
191 (void) strcpy(str, gettext("unknown")); in rdc_decode_flag()