| /onnv/onnv-gate/usr/src/lib/libparted/common/lib/ |
| memmove.c | 2 Copy LENGTH bytes from SOURCE to DEST. Does not null-terminate. 14 char const *source = source0; local 15 if (source < dest) 17 for (source += length, dest += length; length; --length) 18 *--dest = *--source; 19 else if (source != dest) 23 *dest++ = *source++;
|
| /onnv/onnv-gate/usr/src/lib/libshell/common/data/ |
| bash_pre_rc.sh | 151 function source function 166 alias .=source
|
| /onnv/onnv-gate/usr/src/cmd/fmli/oh/ |
| ott_mv.c | 64 char source[PATHSIZ], destination[PATHSIZ]; local 180 strcpy(source, ott_to_path(entries[i])); 188 if (waitspawn(spawn("/bin/mv", "/bin/mv", "-f", source, destination, 0)) != 0) { 195 if (movefile(source, destination) != 0) { 200 if (copyfile(source, destination) != 0) {
|
| /onnv/onnv-gate/usr/src/cmd/isns/isnsd/ |
| isns_func.h | 42 isns_tlv_t *source; member in struct:conn_arg::__anon668
|
| /onnv/onnv-gate/usr/src/uts/i86pc/io/ioat/ |
| ioat_ioctl.c | 210 uint8_t *source; local 223 source = (uint8_t *)(((uintptr_t)buf + PAGEOFFSET) & PAGEMASK); 224 dest = source + buf_size; 226 /* Init source buffer */ 228 source[i] = (uint8_t)(i & 0xFF); 269 (caddr_t)source)) + ((uintptr_t)dest & PAGEOFFSET); 291 (caddr_t)source)) + ((uintptr_t)source & PAGEOFFSET);
|
| /onnv/onnv-gate/usr/src/cmd/tnf/prex/ |
| source.c | 44 #include "source.h" 51 typedef struct source { struct 78 * source_init() - initializes the source stack 128 * source_file() - pushes a new source onto the stack
|
| /onnv/onnv-gate/usr/src/uts/common/fs/portfs/ |
| port_vnops.c | 157 int source; local 174 * advises the source about the type of of the close. 188 for (source = 0; source < PORT_SCACHE_SIZE; source++) { 189 ps = portq->portq_scache[PORT_SHASH(source)]; 231 for (source = 0; source < PORT_SCACHE_SIZE; source++) { 232 ps = portq->portq_scache[PORT_SHASH(source)]; [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/tsort/common/ |
| errmsg.h | 85 char vsource; /* source information, including prefix */ 93 char *envsource; /* source from ERRSOURCE environment variable */ 94 char *source; /* usually command name */ member in struct:Err
|
| /onnv/onnv-gate/usr/src/lib/libadt_jni/common/ |
| adt_jni.c | 225 adt_session_data_t *source, *dest; local 228 if (j2c_pointer(env, jsource, (caddr_t *)&source)) 231 if (adt_dup_session(source, &dest)) {
|
| /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/ |
| procmap.c | 97 char source[PATH_MAX+1]; local 107 * Generate local (delivered source) paths for files 115 source[0] = '~'; 116 (void) strcpy(&source[1], ept->path); 117 ept->ainfo.local = pathdup(source); 143 * Deal with source for hard and soft links. 168 * For the paths (both source and target) that were too mundane to
|
| pkgobjmap.c | 101 char source[PATH_MAX+1]; local 111 * Generate local (delivered source) paths for files 119 source[0] = '~'; 120 (void) strlcpy(&source[1], ept->path, 121 sizeof (source)-1); 122 ept->ainfo.local = pathdup(source); 148 * Deal with source for hard and soft links. 173 * For the paths (both source and target) that were too mundane to
|
| /onnv/onnv-gate/usr/src/cmd/cat/ |
| cat.c | 79 struct stat source, target; local 251 * Stat source to make sure it is defined. 254 if (fstat(fileno(fi), &source) < 0) { 265 * If the source is not a character special file, socket or a 273 IDENTICAL(target, source)) { 285 ibsize = source.st_blksize; 295 estatus = cat(fi, &source, &target, 302 * If the input is not stdin, close the source file.
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpbatch/ |
| DhcpBatch.java | 51 * The source of the batch input. Either a fullpath to an 52 * input file or null if standard input is the source. 96 * @param inputSource the input source. 248 String source = null; local 250 source = args[0]; 257 dhcpbatch.setInputSource(source);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/ |
| ButtonPanel.java | 45 Object source = e.getSource(); local 46 if (source == okButton) { 48 } else if (source == resetButton) { 50 } else if (source == cancelButton) { 52 } else if (source == helpButton) {
|
| /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
| NS.c | 256 char *source; /* name service derived from */ member in struct:ns_printer 342 printer->source = "nis"; 432 printer->source = "nis"; 498 printer->source = strdup("ldap"); 521 printer->source = strdup("ldap"); 545 printer->source = strdup("ldap"); 645 printer->source = strdup("ldap"); 689 printer->source = strdup("ldap"); 750 printer->source = strdup("ldap");
|
| /onnv/onnv-gate/usr/src/common/openssl/apps/ |
| passwd.c | 378 int dest, source; local 382 for (dest = 0, source = 0; dest < 14; dest++, source = (source + 6) % 17) 383 buf_perm[dest] = buf[source];
|
| /onnv/onnv-gate/usr/src/lib/brand/lx/lx_brand/common/ |
| mount.c | 529 char source[MAXPATHLEN], target[MAXPATHLEN]; local 549 rv = uucopystr((void *)sourcep, &source, sizeof (source)); 550 if ((rv == -1) || (rv == sizeof (source))) 561 lx_debug("\tlinux mount source: %s", source); 686 return (mount(source, target, sflags, fstype, sdataptr, sdatalen,
|
| /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/ssldap/ |
| clientinit.c | 281 char *source; local 284 source = (char *)alias; 286 if (!source) 288 source = ""; 292 return(buildDBName(source, dbname));
|
| /onnv/onnv-gate/usr/src/uts/common/io/audio/impl/ |
| audio_format.c | 695 audio_parms_t *source = &sp->s_cnv_src_parms; local 704 source = uparms; 712 * At least one of the source or target are S24_NE. 718 if (source->p_format != AUDIO_FORMAT_S24_NE) { 720 if (source->p_format == info->format) { 724 /* save source frame size */ 731 "invalid source format selected"); 751 if (source->p_nchan != target->p_nchan) { 758 expand /= source->p_nchan; 761 if (source->p_rate != target->p_rate) [all...] |
| /onnv/onnv-gate/usr/src/lib/libzfs_jni/common/ |
| libzfs_jni_property.c | 172 char source[ZFS_MAXNAMELEN]; local 179 sizeof (propbuf), &srctype, source, sizeof (source), 1); 186 zhp, prop, &value, &srctype, source, sizeof (source)); 206 jstring propSource = (*env)->NewStringUTF(env, source); 265 char source[ZFS_MAXNAMELEN]; local 272 sizeof (propbuf), &srctype, source, sizeof (source), 1); 279 zhp, prop, &value, &srctype, source, sizeof (source)) [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/modules/common/sensor-transport/ |
| sensor_transport.c | 83 int32_t last_source, source = -1; local 160 * of nonrecov, predictive or source: 169 * 3) source will be set to unknown unless all facility 170 * nodes agree on the source 181 last_source = source; 182 if (nvlist_lookup_uint32(props, "source", 183 (uint32_t *)&source) != 0) 184 source = TOPO_SENSOR_ERRSRC_UNKNOWN; 185 if (last_source != -1 && last_source != source) 189 source = TOPO_SENSOR_ERRSRC_UNKNOWN [all...] |
| /onnv/onnv-gate/usr/src/cmd/mailx/ |
| aux.c | 306 * The following code deals with input stacking to do source 325 source(char name[]) function 371 printf(gettext("\"Source\" stack over-pop.\n"));
|
| /onnv/onnv-gate/usr/src/cmd/sgs/m4/common/ |
| m4macs.c | 442 wchar_t *source, *to; local 451 for (source = ap[1]; *source; source++) { 455 if (*source == *i) 464 *sink++ = *source;
|
| /onnv/onnv-gate/usr/src/cmd/svc/lsvcrun/ |
| lsvcrun.c | 809 boolean_t source = 0; local 832 source = 1; 863 if (!source) 914 if (!source) {
|
| /onnv/onnv-gate/usr/src/cmd/vi/port/ |
| ex_io.c | 44 * File input/output, source, preserve and recover 835 * Source command, handles nested sources. 836 * Traps errors since it mungs unit 0 during the source. 842 source(fil, okfail) function
|