/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypserv_ancil.c | 71 char *ext; local 103 ext = &(dp->d_name[namesz - (sizeof (dbm_pag) - 1)]); 105 if (strcmp(ext, dbm_pag) != 0) 108 *ext = '\0';
|
/illumos-gate/usr/src/cmd/cdrw/ |
H A D | write_audio.c | 45 char *ext; local 49 ext = (char *)(strrchr(fname, '.')); 50 if (ext) { 51 ext++; 53 if ((ext == NULL) || ((at = get_audio_type(ext)) == -1)) {
|
H A D | dae.c | 62 char *ext; local 65 ext = (char *)(strrchr(fname, '.')); 66 if (ext) { 67 ext++; 69 if ((ext == NULL) || ((at = get_audio_type(ext)) == -1)) {
|
H A D | util.c | 162 get_audio_type(char *ext) argument 164 if ((strcasecmp(ext, "au") == 0) || 165 (strcasecmp(ext, "sun") == 0)) 167 if ((strcasecmp(ext, "wav") == 0) || 168 (strcasecmp(ext, "riff") == 0)) 170 if (strcasecmp(ext, "cda") == 0) 172 if (strcasecmp(ext, "aur") == 0)
|
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | sortmap.c | 57 static int client_refer(struct cfextra **ext); 58 static int server_refer(struct cfextra **ext); 147 client_refer(struct cfextra **ext) argument 151 for (count = 0; ext[count] != (struct cfextra *)NULL; count++) { 152 ext[count]->cf_ent.path = ext[count]->client_path; 153 ext[count]->cf_ent.ainfo.local = ext[count]->client_local; 160 server_refer(struct cfextra **ext) argument 164 for (count = 0; ext[coun [all...] |
H A D | dockspace.c | 191 struct cfextra *ext; local 202 for (i = 0; (ext = extlist[i]) != NULL; i++) { 203 ept = &(ext->cf_ent); 220 if (ext->fsys_value == BADFSYS) 221 ext->fsys_value = fsys(tpath); 228 if (use_srvr_map_n(ext->fsys_value)) 229 ext->fsys_base = resolved_fsys(tpath); 231 ext->fsys_base = ext->fsys_value; 233 if (fsys_stat(ext [all...] |
H A D | instvol.c | 156 struct cfextra *ext; local 248 ext = extlist[0]; 249 ept = &(ext->cf_ent); 253 ext = extlist[entryidx]; 254 ept = &(ext->cf_ent); 255 mstat = &(ext->mstat); 271 if (absolutepath(ext->map_path) == B_TRUE && 272 parametricpath(ext->cf_ent.ainfo.local, 281 relocpath ? relocpath : ext->map_path); 286 ext 1440 struct cfextra *ext; local [all...] |
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | stats.c | 51 stats_init(int ext) argument 53 Ext = ext; 117 stats_new_counter(const char *name, const char *desc, int ext) argument 119 if (ext && !Ext) 170 stats_new_elapse(const char *name, const char *desc, int ext) argument 172 if (ext && !Ext) 202 stats_new_string(const char *name, const char *desc, int ext) argument 206 if (ext && !Ext)
|
/illumos-gate/usr/src/cmd/tbl/ |
H A D | tv.c | 23 char *exb=0, *ext=0; local 73 ext = ".5m"; break; 75 ext= ".5m"; ept = -1; break; 109 if (ext) 110 fprintf(tabout, "-(%s)",ext); 119 if (ext) 120 fprintf(tabout, "+%s",ext);
|
/illumos-gate/usr/src/lib/libnisdb/yptol/ |
H A D | shim_ancil.c | 310 char *ext; local 349 ext = &(dp->d_name[name_len - (dbm_pag_len - 1)]); 351 if (strcmp(ext, dbm_pag) != 0) { 355 *ext = '\0';
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | stats.c | 68 stats_init(int ext) argument 70 Ext = ext; 126 stats_new_counter(const char *name, const char *desc, int ext) argument 128 if (ext && !Ext) 179 stats_new_elapse(const char *name, const char *desc, int ext) argument 181 if (ext && !Ext) 210 stats_new_string(const char *name, const char *desc, int ext) argument 212 if (ext && !Ext)
|
/illumos-gate/usr/src/cmd/svr4pkg/installf/ |
H A D | installf.c | 63 static int validate(struct cfextra *ext, int argc, char *argv[]); 130 validate(struct cfextra *ext, int argc, char *argv[]) argument 136 ept = &(ext->cf_ent); 168 if (eval_path(&(ext->server_path), &(ext->client_path), 169 &(ext->map_path), argv[n++]) == 0) 172 ept->path = ext->client_path; 205 ext->server_local = pathdup(pt+1); 206 ext->client_local = ext [all...] |
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_init.c | 199 if (statp->_u._ext.ext != NULL) 243 statp->_u._ext.ext = malloc(sizeof(*statp->_u._ext.ext)); 244 if (statp->_u._ext.ext != NULL) { 245 memset(statp->_u._ext.ext, 0, sizeof(*statp->_u._ext.ext)); 246 statp->_u._ext.ext->nsaddrs[0].sin = statp->nsaddr; 247 strcpy(statp->_u._ext.ext->nsuffix, "ip6.arpa"); 248 strcpy(statp->_u._ext.ext->nsuffix2, "ip6.int"); 482 sizeof(statp->_u._ext.ext 632 struct __res_state_ext *ext = statp->_u._ext.ext; local [all...] |
/illumos-gate/usr/src/cmd/enhance/ |
H A D | enhance.c | 292 const char *ext = file->d_name + sizeof(PTY_CNTRL)-1; local 293 if(strlen(ext) > PTY_MAX_SUFFIX) 300 strlcat(master_name, ext, sizeof(master_name)); 309 strlcat(slave_name, ext, PTY_MAX_NAME);
|
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_hout.c | 281 char *ext; local 303 ext = "extern "; 309 f_print(fout, "%s", ext); 313 f_print(fout, "%s", ext); 323 ext = "extern "; 326 ext = "extern "; 336 f_print(fout, "%s", ext); 338 f_print(fout, "%s", ext);
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumponline.c | 326 char *ext, *old; local 356 ext = strstr(old, defext); 357 if (ext != (char *)NULL) 358 *ext = '\0'; /* just want the base name */
|
/illumos-gate/usr/src/cmd/hal/utils/ |
H A D | fsutils.c | 123 int ext = 0; local 147 if (ext++ == 0) {
|
/illumos-gate/usr/src/uts/common/fs/pcfs/ |
H A D | pc_subr.c | 322 pc_fname_ext_to_name(char *namep, char *fname, char *ext, int foldcase) argument 339 if (*ext != ' ') { 342 while (i-- && ((c = *ext) != ' ')) { 350 ext++;
|
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | dosfs.h | 72 u_char ext[3]; /* extension */ member in struct:__anon60
|
/illumos-gate/usr/src/common/fs/ |
H A D | pcfs.c | 489 char *sep, *ext; local 495 ext = sep + 1; 497 ext = " "; 499 if (namecmp(name, d_name, NAMESIZ) || namecmp(ext, d_ext, EXTSIZ))
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_mip.c | 199 interpret_extensions(uchar_t *ext, argument 214 exthdr = (exthdr_t *)ALIGN(ext);
|
/illumos-gate/usr/src/cmd/fstyp/ |
H A D | fstyp.c | 317 int ext = 0; local 341 if (ext++ == 0) {
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | pkgobjmap.c | 217 struct cfextra *ext, **ext_ptr; local 233 ext = *ext_ptr; 235 (void) memcpy(ext, ext_entry, sizeof (struct cfextra)); 238 client_path_os = ((ptrdiff_t)ext->client_path - 239 (ptrdiff_t)ext->cf_ent.path); 240 server_path_os = ((ptrdiff_t)ext->server_path - 241 (ptrdiff_t)ext->cf_ent.path); 242 map_path_os = ((ptrdiff_t)ext->map_path - 243 (ptrdiff_t)ext->cf_ent.path); 244 client_local_os = ((ptrdiff_t)ext 285 struct cfextra *ext, **ext_ptr; local 389 struct cfextra *ext; local 481 nblks(short fsys_entry, struct cfextra *ext) argument [all...] |
/illumos-gate/usr/src/uts/common/os/ |
H A D | core.c | 634 core(int sig, int ext) argument 657 if (!ext && p->p_ct_process != NULL) 759 if (!ext && p->p_ct_process != NULL)
|
/illumos-gate/usr/src/uts/sun4u/opl/sys/ |
H A D | fiomp.h | 64 void *ext; /* for extension = NULL */ member in struct:fiompdev 78 void *ext; /* for extension = NULL */ member in struct:fiomp_devinfo 136 void *ext; /* reservesd (= NULL) */ member in struct:fiompstatus
|