Home
last modified time | relevance | path

Searched refs:opt_chars (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/utils/
A Diconv.c147 static const char opt_chars[] = "tfocsl"; in main() local
149 const char *opts[sizeof(opt_chars)]; /* last is infile name */ in main()
159 for (s = opt_chars ; *s ; s++) { in main()
160 opts[ s - opt_chars ] = NULL; in main()
170 if ((s = strchr(opt_chars,*p)) == NULL) { in main()
178 if ((s - opt_chars) < 3) { in main()
179 if ((--argc == 0) || opts[s - opt_chars]) { in main()
182 opts[s - opt_chars] = *++argv; in main()
184 opts[s - opt_chars] = p; in main()

Completed in 2 milliseconds