| /src/lib/libc/yp/ |
| H A D | yp_master.c | 47 yp_master(const char *indomain, const char *inmap, char **outname) 54 if (outname == NULL) 56 *outname = NULL; 86 if ((*outname = strdup(yprm.master)) == NULL) 92 if (*outname) { 93 free(*outname); 94 *outname = NULL;
|
| /src/usr.bin/xlint/common/ |
| H A D | externs.h | 67 void outname(const char *);
|
| H A D | emit.c | 99 outname(const char *name) function in typeref:typename:void
|
| /src/sys/rump/ |
| H A D | makerumpsyscalls.sh | 104 eval outname=\${SYSCOMPONENT_${b}} 105 [ -z "${outname}" ] && die Unknown syscall provider $b 106 makesyscomponent $outname "$res"
|
| /src/common/dist/zlib/examples/ |
| H A D | gun.c | 540 inname is NULL or an empty string, read from stdin. If outname is NULL or 543 outname. 548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) argument 567 else if (outname == NULL || *outname == 0) { 568 outname = "-"; 572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666); 575 fprintf(stderr, "gun cannot create %s\n", outname); 591 copymeta(inname, outname); /* copy attributes */ 599 if (outfile > 2) unlink(outname); 634 char *outname; local in function:main [all...] |
| /src/usr.bin/xlint/lint1/ |
| H A D | emit1.c | 156 outname(tag->s_name); 159 outname(tdef->s_name); 221 outname(sym->s_name); 225 outname(sym->s_rename); 294 outname(fsym->s_name); 298 outname(fsym->s_rename); 379 outname(call->func->u.ops.left->u.sym->s_name); 546 outname(sym->s_name);
|
| /src/usr.sbin/ypserv/common/ |
| H A D | yplib_host.h | 42 char *indomain, char *inmap, char **outname);
|
| H A D | yplib_host.c | 272 yp_master_host(CLIENT *client, char *indomain, char *inmap, char **outname) argument 289 *outname = (char *)strdup(yprm.master);
|
| /src/usr.bin/patch/ |
| H A D | patch.c | 66 char *outname = NULL; variable in typeref:typename:char * 228 if (outname == NULL) 229 outname = savestr(filearg[0]); 375 char *realout = outname; 382 if (move_file(TMPOUTNAME, outname) < 0) { 387 chmod(outname, filemode); 408 if (strlcpy(rejname, outname, 410 fatal("filename %s is too long\n", outname); 413 fatal("filename %s is too long\n", outname); 448 free(outname); [all...] |
| H A D | common.h | 84 extern char *outname;
|
| H A D | pch.c | 1468 if (move_file(TMPOUTNAME, outname) < 0) { 1472 chmod(outname, filemode);
|
| /src/usr.bin/xlint/lint2/ |
| H A D | emit2.c | 78 outname(tp->t_tag->h_name); 81 outname(tp->t_tynam->h_name); 140 outname(hte->h_name);
|
| /src/sys/arch/powerpc/stand/mkbootimage/ |
| H A D | mkbootimage.c | 287 prep_build_image(char *kernel, char *boot, char *rawdev, char *outname) argument 323 if ((prep_fd = open(outname, O_RDWR|O_TRUNC, 0)) < 0) { 325 prep_fd = creat(outname, 0644); 327 errx(2, "Can't open output '%s': %s", outname, 399 outname, flength); 454 rs6000_build_image(char *kernel, char *boot, char *rawdev, char *outname) argument 491 if ((rs6000_fd = open(outname, O_RDWR|O_TRUNC, 0)) < 0) { 493 rs6000_fd = creat(outname, 0644); 495 errx(2, "Can't open output '%s': %s", outname, 681 bebox_build_image(char *kernel, char *boot, char *rawdev, char *outname, cha argument 851 char *kernel = NULL, *boot = NULL, *rawdev = NULL, *outname = NULL; local in function:main [all...] |
| /src/distrib/utils/libhack/ |
| H A D | yplib.c | 239 yp_master(indomain, inmap, outname) 242 char **outname;
|
| /src/usr.sbin/yppoll/ |
| H A D | yppoll.c | 162 int *outorder, char **outname, int tcp) 216 *outname = (char *)strdup(yprm.master); 161 get_remote_info(const char * indomain,const char * inmap,const char * server,int * outorder,char ** outname,int tcp) argument
|
| /src/lib/libc/time/ |
| H A D | zic.c | 1377 open_outfile(char const **outname, char **tempname) argument 1388 random_dirent(outname, tempname); 1390 while (! (fp = fopen(*outname, fopen_mode))) { 1393 mkdirs(*outname, true); 1396 random_dirent(outname, tempname); 1399 progname, diagdir(*outname), diagslash(*outname), *outname, 1487 char const *outname = linkname; local in function:dolink 1505 if (linkat(AT_FDCWD, target, AT_FDCWD, outname, AT_SYMLINK_FOLLO 2429 char const *outname = name; local in function:writezone [all...] |