/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | strncmp.s | 4 * The contents of this file are subject to the terms of the 6 * You may not use this file except in compliance with the License. 14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 26 .file "strncmp.s"
|
H A D | strncpy.s | 4 * The contents of this file are subject to the terms of the 6 * You may not use this file except in compliance with the License. 14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 26 .file "strncpy.s"
|
/illumos-gate/usr/src/boot/sys/boot/i386/ |
H A D | Makefile.inc | 2 # This file and its contents are supplied under the terms of the 4 # You may only use this file in accordance with the terms of version 39 $(INS.file)
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | mknames.awk | 4 # The contents of this file are subject to the terms of the 6 # (the "License"). You may not use this file except in compliance 15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 36 function header(file, array) { 37 print "/*" > file 38 print " * Copyright (c) 1998 by Sun Microsystems, Inc." > file 39 print " * All rights reserved." > file 40 print " */" > file 41 print > file [all...] |
/illumos-gate/usr/src/cmd/lp/lib/filters/ |
H A D | filtertable.c | 4 * The contents of this file are subject to the terms of the 6 * (the "License"). You may not use this file except in compliance 15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 49 register char *file; local 51 if (!(file = getfilterfile(FILTERTABLE))) 53 if (loadfilters(file) == -1) { 54 Free (file); 57 Free (file); 66 open_filtertable(char *file, cha argument [all...] |
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | mknames.awk | 7 # The contents of this file are subject to the terms of the 9 # (the "License"). You may not use this file except in compliance 18 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 36 function header(file, array) { 37 print "/*" > file 38 printf " * %s\n", file > file 39 print " *" > file 40 print " * XCurses Library" > file [all...] |
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _scr_init.c | 4 * The contents of this file are subject to the terms of the 6 * (the "License"). You may not use this file except in compliance 15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 49 scr_init(char *file) argument 51 return (_scr_all(file, 0));
|
H A D | _scr_restore.c | 4 * The contents of this file are subject to the terms of the 6 * (the "License"). You may not use this file except in compliance 15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 49 scr_restore(char *file) argument 51 return (_scr_all(file, 1));
|
H A D | _scr_set.c | 4 * The contents of this file are subject to the terms of the 6 * (the "License"). You may not use this file except in compliance 15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 49 scr_set(char *file) argument 51 return (_scr_all(file, 2));
|
/illumos-gate/usr/src/lib/libbc/libc/sys/common/ |
H A D | execv.c | 4 * The contents of this file are subject to the terms of the 6 * (the "License"). You may not use this file except in compliance 15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 28 * execv(file, argv) 35 execv(char *file, char **argv) argument 39 return (execve(file, argv, environ));
|
/illumos-gate/usr/src/cmd/mail/ |
H A D | legal.c | 4 * The contents of this file are subject to the terms of the 6 * (the "License"). You may not use this file except in compliance 15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 34 * legal - check existence of file 37 * int legal(char *file) 40 * legal() checks to see if "file" is a writable file name. 43 * 0 -> file or directory exists, but is unwriteable 44 * 1 -> file exist [all...] |
H A D | doopen.c | 4 * The contents of this file are subject to the terms of the 6 * (the "License"). You may not use this file except in compliance 15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 31 Returns file pointer on success. 37 doopen(file, type, errnum) 38 char *type, *file; 44 if ((stat(file, &st) < 0 && errno == EOVERFLOW) || 45 (fptr = fopen(file, type)) == NULL) { 47 "%s: Can't open '%s' type: %s\n",program,file,typ [all...] |
/illumos-gate/usr/src/boot/lib/libz/ |
H A D | gzclose.c | 8 /* gzclose() is in a separate file so that it is linked in only if it is used. 11 int ZEXPORT gzclose(file) 12 gzFile file; 17 if (file == NULL) 19 state = (gz_statep)file; 21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file); 23 return gzclose_r(file);
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/ |
H A D | request.h | 4 * The contents of this file are subject to the terms of the 6 * (the "License"). You may not use this file except in compliance 15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 34 * that can be "request", "request:page", or "request:page:file". If page isn't 37 * If a file name is given a page number must be supplied, and in that case the 38 * request will be looked up in that file. 48 char *file; member in struct:__anon794
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | sparc_data.s | 4 * The contents of this file are subject to the terms of the 6 * (the "License"). You may not use this file except in compliance 15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 30 .file "sparc_data.s"
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | sparc_data.s | 4 * The contents of this file are subject to the terms of the 6 * (the "License"). You may not use this file except in compliance 15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 30 .file "sparc_data.s"
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | usg.local.c | 4 * The contents of this file are subject to the terms of the 6 * (the "License"). You may not use this file except in compliance 15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 52 static int ismailbox(char *file); 55 * Locate the user's mailbox file (ie, the place where new, unread 81 * Make sure file matches (/usr|/var)(/spool)?/mail/. 85 ismailbox(char *file) argument 88 return (strncmp(file, maildir, strlen(maildir)) == 0); 90 if (strncmp(file, "/va [all...] |
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs/ |
H A D | zfs_003_neg.ksh | 5 # The contents of this file are subject to the terms of the 7 # You may not use this file except in compliance with the License. 15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 43 # 3. Verify the command aborts and generate a core file 54 for file in $ZFS_DEV $MNTTAB; do 55 if [[ -e $file ]]; then 56 mv $file ${file}.bak 61 mv ${file} [all...] |
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/ |
H A D | getmsg.s | 4 * The contents of this file are subject to the terms of the 6 * (the "License"). You may not use this file except in compliance 15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 36 .file "getmsg.s"
|
H A D | putmsg.s | 4 * The contents of this file are subject to the terms of the 6 * (the "License"). You may not use this file except in compliance 15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 36 .file "putmsg.s"
|
/illumos-gate/usr/src/lib/libc/common/sys/ |
H A D | __getloadavg.s | 4 * The contents of this file are subject to the terms of the 6 * You may not use this file except in compliance with the License. 14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 26 .file "__getloadavg.s"
|
H A D | __rusagesys.s | 4 * The contents of this file are subject to the terms of the 6 * You may not use this file except in compliance with the License. 14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 26 .file "__rusagesys.s"
|
H A D | _lgrpsys.s | 4 * The contents of this file are subject to the terms of the 6 * You may not use this file except in compliance with the License. 14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 26 .file "_lgrpsys.s"
|
H A D | _nfssys.s | 4 * The contents of this file are subject to the terms of the 6 * You may not use this file except in compliance with the License. 14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 30 .file "_nfssys.s"
|
H A D | _portfs.s | 4 * The contents of this file are subject to the terms of the 6 * You may not use this file except in compliance with the License. 14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 26 .file "_portfs.s"
|