Searched defs:file (Results 26 - 50 of 602) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libast/common/vec/
H A Dvecfile.c35 * load a string vector from lines in file
39 vecfile(const char* file) argument
48 if ((fd = open(file, O_RDONLY)) >= 0)
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.h4 * 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 */
/illumos-gate/usr/src/cmd/lp/lib/access/
H A Dfiles.c4 * 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.
63 *file, local
83 file = makepath(parent, f, (char *)0);
87 return (file);
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dfiltertable.c4 * 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/boot/sys/boot/common/
H A Ddevopen.c36 devopen(struct open_file *f, const char *fname, const char **file) argument
41 result = archsw.arch_getdev((void **)&dev, fname, file);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_flush.c4 * 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 * 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
97 file = smb_llist_head(flist);
98 while (file) {
[all...]
/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Ddebug_subr.c4 * 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.
53 sunFm_assert(const char *expr, const char *file, int line) argument
55 sunFm_panic("\"%s\", line %d: assertion failed: %s\n", file, line,
/illumos-gate/usr/src/lib/libcontract/common/
H A Ddevice_dump.c4 * 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 event_device(FILE *file, ct_evthdl_t ev, int verbose) argument
62 (void) fprintf(file, dgettext(TEXT_DOMAIN, "[bad contract]\n"));
67 (void) fprintf(file, dgettext(TEXT_DOMAIN, "[status error]\n"));
72 (void) fprintf(file, dgettext(TEXT_DOMAIN, "[bad status]\n"));
88 contract_negend_dump(file, ev);
98 (void) fprintf(file,
[all...]
H A Dprocess_dump.c4 * 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.
47 event_process(FILE *file, ct_evthdl_t ev, int verbose) argument
55 (void) fprintf(file, dgettext(TEXT_DOMAIN, "[bad event]\n"));
86 (void) fprintf(file, s, pid);
97 (void) fprintf(file, dgettext(TEXT_DOMAIN,
103 (void) fprintf(file,
106 (void) fprintf(file, dgettex
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dcanonize.c4 * 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.
38 canonize(char *file) argument
44 for (pt = file; *pt; /* void */) {
58 if (pt <= file)
60 while ((*--pt != '/') && (pt > file))
76 if ((--pt > file) && (*pt == '/'))
81 canonize_slashes(char *file) argument
[all...]
/illumos-gate/usr/src/lib/libbc/libc/stdio/4.2/
H A Dfopen.c4 * 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.
42 fopen(char *file, char *mode) argument
44 return (_endopen(file, mode, _findiop()));
48 freopen(char *file, char *mode, FILE *iop) argument
51 return (_endopen(file, mode, iop));
55 _endopen(char *file, char *mode, FILE *iop) argument
59 if (iop == NULL || file
[all...]
/illumos-gate/usr/src/lib/libbc/libc/stdio/sys5/
H A Dfopen.c4 * 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 fopen(char *file, char *mode) argument
38 return (_endopen(file, mode, _findiop()));
42 freopen(char *file, char *mode, FILE *iop) argument
45 return (_endopen(file, mode, iop));
49 _endopen(char *file, char *mode, FILE *iop) argument
53 if (iop == NULL || file
[all...]
/illumos-gate/usr/src/lib/libcmdutils/common/
H A Dsysattrs.c4 * 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 * Note: If obtaining status for an extended attribute file, the caller must
49 sysattr_status(char *file, xattr_view_t view) argument
55 status = getattrat(AT_FDCWD, view, file, &response);
66 * Returns the type of the specified in file. If the file name matches
68 * file the
77 sysattr_type(char *file) argument
111 sysattr_support(char *file, int name) argument
[all...]
/illumos-gate/usr/src/common/net/wanboot/
H A Dp12err.c4 * 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.
89 { SUNW_R_BAD_FILETYPE, "bad file type" },
110 { SUNW_R_READ_ERR, "error reading file" },
163 ERR_SUNW_error(int function, int reason, char *file, int line) argument
167 ERR_PUT_error(SUNW_lib_error_code, function, reason, file, line);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dgram.y63 file: /* VOID */ label
64 | file command
200 case EOF: /* end of file */
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dlintsup.c4 * 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 regular32(const char *file, int fd, Elf *elf, uint_t flags, argument
49 return (regular64(file, fd, elf, flags, wname, wfd, osabi));
53 regular64(const char *file, int fd, Elf *elf, uint_t flags, argument
56 return (regular32(file, fd, elf, flags, wname, wfd, osabi));
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dgetline.c4 * See the IPFILTER.LICENCE file for details on licencing.
22 getaline(char *str, size_t size, FILE *file, int *linenum) argument
33 if (fgets(p, s, file) == NULL)
/illumos-gate/usr/src/tools/cscope-fast/
H A Dedit.c4 * 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, linenu
72 char file[PATHLEN + 1]; /* file name */ local
103 edit(char *file, char *linenum) argument
[all...]
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dresolvepath.c42 resolvepath(const char* file, char* path, size_t size) argument
48 r = *file != '/';
49 n = strlen(file) + r + 1;
68 strcpy(s, file);
/illumos-gate/usr/src/lib/libast/common/misc/
H A Ddebug.c32 debug_fatal(const char* file, int line) argument
34 error(2, "%s:%d: debug error", file, line);
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfnew.c32 Sfio_t* sfnew(Sfio_t* oldf, Void_t* buf, size_t size, int file, int flags) argument
34 Sfio_t* sfnew(oldf,buf,size,file,flags)
38 int file; /* file descriptor to read/write from */
39 int flags; /* type of file stream */
85 if(!(flags&SF_STRING) && file >= 0 && file <= 2)
86 { f = file == 0 ? sfstdin : file == 1 ? sfstdout : sfstderr;
111 f->file
[all...]
/illumos-gate/usr/src/cmd/lp/lib/class/
H A Dgetclass.c4 * 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);
/illumos-gate/usr/src/cmd/lp/lib/requests/
H A Dputrequest.c4 * 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.
55 char * file,
59 putrequest (file, reqbufp)
60 char *file;
88 * Now open the file and write out the request.
92 * Full pathname? If so the file must lie in LP's
95 if (*file
54 putrequest( char * file, REQUEST * reqbufp ) argument
[all...]
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DNativeException.java4 * 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 NativeException(String file, int line, Throwable cause) argument
49 fileName = file;
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_pickle.h4 * 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

Completed in 132 milliseconds

1234567891011>>