Searched refs:childargs (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/usr.bin/newkey/
H A Dupdate.c87 FILE *childargs; local
103 pid = _openchild(updater, &childargs, &childrslt);
111 (void)fprintf(childargs, "%s\n", requester);
112 (void)fprintf(childargs, "%u\n", op);
113 (void)fprintf(childargs, "%u\n", keylen);
114 (void)fwrite(key, (int)keylen, 1, childargs);
115 (void)fprintf(childargs, "\n");
116 (void)fprintf(childargs, "%u\n", datalen);
117 (void)fwrite(data, (int)datalen, 1, childargs);
118 (void)fprintf(childargs, "\
[all...]
/freebsd-10.0-release/usr.sbin/rpc.ypupdated/
H A Dupdate.c92 FILE *childargs; local
108 pid = _openchild(updater, &childargs, &childrslt);
116 (void)fprintf(childargs, "%s\n", requester);
117 (void)fprintf(childargs, "%u\n", op);
118 (void)fprintf(childargs, "%u\n", keylen);
119 (void)fwrite(key, (int)keylen, 1, childargs);
120 (void)fprintf(childargs, "\n");
121 (void)fprintf(childargs, "%u\n", datalen);
122 (void)fwrite(data, (int)datalen, 1, childargs);
123 (void)fprintf(childargs, "\
[all...]

Completed in 100 milliseconds