Searched refs:RCS_citag (Results 1 – 6 of 6) sorted by relevance
339 RCS_citag = strdup(p);340 if (RCS_citag == NULL) {
205 if (RCS_citag)206 free(RCS_citag);207 RCS_citag = strdup(optarg);
200 if (RCS_citag)201 free(RCS_citag);202 RCS_citag = strdup(optarg);
55 char *RCS_citag = NULL; variable
373 extern char *RCS_citag;
3535 if (RCS_citag != NULL && *RCS_citag && *RCS_citag != '-'3537 keywords[KEYWORD_LOCALID].string = RCS_citag;3538 keywords[KEYWORD_LOCALID].len = strlen(RCS_citag);