Searched defs:noncepath (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c324 create_nonce(const char *noncepath, const char *nonce) argument
329 if ((fd = open(noncepath,
1286 char *noncepath = NULL; local
1406 if ((noncepath = make_path(bootfs_dir, "nonce")) == NULL ||
1407 !create_nonce(noncepath, nonce)) {
1475 if (noncepath != NULL &&
1476 WBCGI_FILE_EXISTS(noncepath, sbuf)) {
1477 (void) unlink(noncepath);
1524 free_path(&noncepath);

Completed in 47 milliseconds