| /onnv/onnv-gate/usr/src/cmd/lp/lib/access/ |
| files.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. 43 ** getaccessfile() - BUILD NAME OF ALLOW OR DENY FILE 63 *file, local 83 file = makepath(parent, f, (char *)0); 87 return (file);
|
| /onnv/onnv-gate/usr/src/cmd/lp/lib/class/ |
| putclass.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 char *file; local 63 * Open the class file and write out the class members. 66 if (!(file = getclassfile(name))) 69 if ((fd = open_locked(file, "w", MODE_READ)) < 0) { 70 Free (file); 73 Free (file); [all...] |
| getclass.c | 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. 54 char *file, local 80 if (!(file = getclassfile(name))) 83 if ((fd = open_locked(file, "r", 0)) < 0) { 84 Free (file); 87 Free (file);
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/common/ |
| 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:__anon718
|
| /onnv/onnv-gate/usr/src/cmd/lp/lib/filters/ |
| 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, char *mode [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/download/ |
| download.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. 48 char *file; /* means copy this unix file */ member in struct:map 49 int downloaded; /* TRUE after *file is downloaded */
|
| /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/ |
| smb_flush.c | 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. 28 * for the corresponding file has been written to stable storage. This 48 * Flush any cached data for a specified file, or for all files that 50 * not 0xFFFF), we flush only that file. Otherwise we flush all files 77 smb_ofile_t *file; local 98 file = smb_llist_head(flist); 99 while (file) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
| gram.y | 63 file: /* VOID */ label 64 | file command 188 extern FILE *fin; 200 case EOF: /* end of file */
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/io/ |
| tst.fds.c | 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. 48 const char *file = "/dev/null"; local 67 * With all of our file descriptors closed, wait here spinning in bogus 76 * To test the fds[] array, we open /dev/null (a file with reliable 79 fds[n++] = open(file, O_RDONLY); 80 fds[n++] = open(file, O_WRONLY); 81 fds[n++] = open(file, O_RDWR) [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/librtld/common/ |
| dynamic.c | 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. 42 Addr addr, Off off, const char *file, Xword null, Xword data, Xword func, 187 * configuration file - this is only meaningful in executables 190 * If this file is acting as a filter, and dependency 262 MSG_INTL(MSG_DT_UNKNOWN), file, local
|
| /onnv/onnv-gate/usr/src/tools/cscope-fast/ |
| edit.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. 36 * file editing functions 50 char file[PATHLEN + 1]; /* file name */ local 53 /* verify that there is a references found file */ 60 /* get the file name and line number */ 61 if (fscanf(refsfound, "%s%*s%s", file, linenum) == 2) 72 char file[PATHLEN + 1]; \/* file name *\/ local [all...] |
| /onnv/onnv-gate/usr/src/cmd/acctadm/ |
| aconf.h | 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. 43 char file[MAXPATHLEN]; member in struct:acctconf 62 #define AC_PROP_FILE "file" 73 extern void aconf_print(FILE *, int);
|
| /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/ |
| esclex.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. 50 const char *file; /* file where this token appeared */ member in struct:tokstr
|
| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| notify.c | 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. 75 "There is no longer a filter that will convert your file for printing." 100 char *file; local 120 file = makereqerr(prs); 121 if ((fd = open_locked(file, "w", MODE_NOREAD)) >= 0) { 128 char file[BUFSIZ]; local 130 GetRequestFiles(prs->request, file, sizeof(file)) [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| xsutils.c | 7 * License or the Artistic License, as specified in the README file. 49 char *file = __FILE__; local 51 newXS("attributes::bootstrap", XS_attributes_bootstrap, file); 149 char *file = __FILE__; local 154 newXSproto("attributes::_warn_reserved", XS_attributes__warn_reserved, file, ""); 155 newXS("attributes::_modify_attrs", XS_attributes__modify_attrs, file); 156 newXSproto("attributes::_guess_stash", XS_attributes__guess_stash, file, "$"); 157 newXSproto("attributes::_fetch_attrs", XS_attributes__fetch_attrs, file, "$"); 158 newXSproto("attributes::reftype", XS_attributes_reftype, file, "$");
|
| /onnv/onnv-gate/usr/src/cmd/print/conv_fix/ |
| conv_fix.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. 33 #include <sys/file.h> 41 * static char *_file_getline(FILE *fp) 43 * FILE *fp - file pointer to read from 53 _file_getline(FILE *fp) 92 char file[80], ofile[80] local [all...] |
| /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/resolv_server/ |
| nres_search.c | 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. 187 FILE *fp; 188 char *file; local 192 file = getenv("HOSTALIASES"); 193 if (file == NULL || (fp = fopen(file, "r")) == NULL)
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/err/ |
| err_prn.c | 72 const char *file,*data; local 77 while ((l=ERR_get_error_line_data(&file,&line,&data,&flags)) != 0) 81 file, line, (flags & ERR_TXT_STRING) ? data : ""); 96 void ERR_print_errors_fp(FILE *fp)
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/x509/ |
| by_file.c | 75 "Load file into cache", 96 char *file; local 103 file = (char *)Getenv(X509_get_default_cert_file_env()); 104 if (file) 105 ok = (X509_load_cert_crl_file(ctx,file, 130 int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type) 137 if (file == NULL) return(1); 140 if ((in == NULL) || (BIO_read_filename(in,file) <= 0)) 197 int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type) 204 if (file == NULL) return(1) [all...] |
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/profile/ |
| prof_set.c | 6 * WARNING: These routines only look at the first file opened in the 26 prf_file_t file; local 35 file = profile->first_file; 41 /* Don't update the file if we've already made modifications */ 42 if (file->data->flags & PROFILE_FILE_DIRTY) { 47 if ((file->data->flags & PROFILE_FILE_SHARED) != 0) { 49 new_data = profile_make_prf_data(file->data->filespec); 56 new_data->flags = file->data->flags & ~PROFILE_FILE_SHARED; 58 new_data->upd_serial = file->data->upd_serial; 67 profile_dereference_data_locked(file->data) [all...] |
| /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/docs/examples/ |
| TestTarget.java | 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 import java.io.File; 41 File file = new File(args[0]); local 73 consumer.compile(file);
|
| /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
| Utility.java | 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 import java.io.File; 40 File file; local 42 file = new File(p); 44 p = file.getAbsolutePath() [all...] |
| /onnv/onnv-gate/usr/src/lib/libmail/common/ |
| maillock.c | 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. 46 static time_t locktime; /* time lock file was touched */ 50 * Lock the specified mail file by setting the file mailfile.lock. 51 * We must, of course, be careful to remove the lock file by a call 54 * is older than 5 minutes, we assume error and set our own file. 66 char file[PATHSIZE] local [all...] |
| /onnv/onnv-gate/usr/src/lib/libnisdb/ |
| db_pickle.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. 52 FILE *file; /* file handle */ member in class:pickle_file 76 * Returns 0 if successful; 1 if file cannot be opened in mode
|
| /onnv/onnv-gate/usr/src/uts/common/io/drm/ |
| drm_auth.c | 162 drm_file_t *file; local 167 if ((file = drm_find_file(dev, auth.magic))) { 168 file->authenticated = 1;
|