HomeSort by: relevance | last modified time | path
    Searched defs:topdir (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/crunch/crunchgen/
crunchgen.c 105 static char topdir[MAXPATHLEN]; variable in typeref:typename:char[]
179 case 'D': (void)estrlcpy(topdir, optarg, sizeof(topdir)); break;
363 if (topdir[0] == '\0')
366 (void)estrlcpy(tmppath, topdir, sizeof(tmppath));
475 if (topdir[0] == '\0')
478 (void)estrlcpy(tmppath, topdir, sizeof(tmppath));
602 if (topdir[0] == '\0')
605 (void)estrlcpy(tmppath, topdir, sizeof(tmppath));
crunchgen.c 105 static char topdir[MAXPATHLEN]; variable in typeref:typename:char[]
179 case 'D': (void)estrlcpy(topdir, optarg, sizeof(topdir)); break;
363 if (topdir[0] == '\0')
366 (void)estrlcpy(tmppath, topdir, sizeof(tmppath));
475 if (topdir[0] == '\0')
478 (void)estrlcpy(tmppath, topdir, sizeof(tmppath));
602 if (topdir[0] == '\0')
605 (void)estrlcpy(tmppath, topdir, sizeof(tmppath));

Completed in 23 milliseconds