Searched refs:optd (Results 1 - 5 of 5) sorted by relevance
/libmicro/ |
H A D | recurse.c | 41 static int optd = DEFD; variable 78 optd = atoi(optarg); 93 (void) recurse1(0, optd, NULL);
|
H A D | write.c | 53 static int optd; variable 85 optd++; 113 if (optd)
|
H A D | cascade_fcntl.c | 69 static char *optd = DEFD; variable 95 optd = optarg; 112 (void) sprintf(fname, "%s/cascade.%ld", optd, getpid());
|
H A D | cascade_flock.c | 74 static char *optd = DEFD; variable 100 optd = optarg; 123 (void) sprintf(fname, "%s/cascade.%ld", optd, getpid());
|
H A D | cascade_lockf.c | 69 static char *optd = DEFD; variable 95 optd = optarg; 118 (void) sprintf(fname, "%s/cascade.%ld", optd, getpid());
|
Completed in 12 milliseconds