Searched defs:infile_name (Results 1 - 1 of 1) sorted by relevance
| /illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/hmac/ | ||
| H A D | hmac.c | 122 char *infile_name = NULL; local 161 infile_name = optarg; 187 if (infile_name == NULL) { 190 in_fd = open(infile_name, O_RDONLY); |
Completed in 56 milliseconds