HomeSort by relevance Sort by last modified time
    Searched defs:suffix (Results 1 - 25 of 63) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/ipf/lib/common/
printaddr.c 18 char *suffix; local
23 suffix = "/bcast";
29 suffix = NULL;
33 suffix = "/net";
37 suffix = "/netmasked";
41 suffix = "/peer";
45 suffix = NULL;
51 suffix = NULL;
56 suffix = NULL;
60 if (suffix != NULL)
    [all...]
  /onnv/onnv-gate/usr/src/psm/stand/lib/names/sparc/common/
uname-m.c 51 static char suffix[] = "/kernel"; local
61 if (strcmp(path, suffix) != 0)
  /onnv/onnv-gate/usr/src/lib/lvm/libmeta/common/
metasplitname.c 77 char *suffix; local
86 suffix = name + (prefixlen + 1);
87 (void) memcpy(suffix, SPN_SUFFIX(spn).suf_data, suffixlen);
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
vpinit.c 50 char *suffix; /* path from view path node */ local
84 suffix = &currentdir[i];
116 s = mymalloc((strlen(vpdirs[i]) + strlen(suffix) + 1));
118 (void) strcat(s, suffix);
  /onnv/onnv-gate/usr/src/cmd/basename/
basename.c 44 char *suffix; local
79 (void) fputs(gettext("Usage: basename string [ suffix ]\n"),
85 suffix = (argc == 2) ? NULL : argv[2];
106 if (suffix == NULL) {
113 * if a suffix is present and is not the same as the remaining
117 if (strcmp(string, suffix) != 0) {
118 p = string + strlen(string) - strlen(suffix);
119 if (strcmp(p, suffix) == 0)
128 suf_len = 6 + strlen(suffix) + 1 + 1; /* \(.*\)suffix$ *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/filesync/
files.c 38 * suffix .... does one string end with another
534 * suffix
541 * suspected suffix
547 suffix(const char *str, const char *suf) function
550 /* go to where the alleged suffix would start */
556 /* see if the string ends with the suffix */
  /onnv/onnv-gate/usr/src/cmd/agents/snmp/agent/
agent.c 96 static int agent_get_next_loop(SNMP_variable *variable, Node *node, Oid *suffix);
269 Oid suffix; local
280 node = node_find(NEXT_ENTRY, &(variable->name), &suffix);
287 /* we should not forget to free suffix.subids */
317 snmp_error = agent_get_next_loop(variable, node, &suffix);
333 /* This function will free suffix->subids */
336 agent_get_next_loop(SNMP_variable *variable, Node *node, Oid *suffix)
373 SSAOidZero(suffix);
378 trace("!! Trying %s with suffix %s\n\n",
379 node->label, SSAOidString(suffix));
694 Oid suffix; local
1051 Oid suffix; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/fminject/common/
inj_string.c 155 } suffix[] = { local
177 for (i = 0; suffix[i].name != NULL; i++) {
178 if (strcasecmp(suffix[i].name, units) == 0) {
179 mul = suffix[i].mul;
184 if (suffix[i].name == NULL && *units != '\0')
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/download/
download.c 42 * option), *mapname (-m option), and *suffix.
101 char *suffix = ""; /* appended to the map table pathname */ variable
271 * with a / it's the map table. Otherwise hostfontdir, mapname, and suffix are
284 strlen(suffix) + 2)) == NULL )
286 sprintf(path, "%s/%s%s", hostfontdir, mapname, suffix);
  /onnv/onnv-gate/usr/src/cmd/mdb/common/kmdb/
kmdb_main.c 109 static const char suffix[] = "/kmdb/%i:"; local
111 static const char suffix[] = "/kmdb:";
134 sz = (c - modpath) + sizeof (suffix) - 1;
139 (void) strcpy(lpend + (c - modpath), suffix);
  /onnv/onnv-gate/usr/src/cmd/ramdiskadm/
main.c 148 * use the minor name, having first stripped any ",raw" suffix.
218 char *suffix; local
240 size = strtoll(argv[optind], &suffix, 0);
241 if (strcmp(suffix, "b") == 0) {
243 ++suffix;
244 } else if (strcmp(suffix, "k") == 0) {
246 ++suffix;
247 } else if (strcmp(suffix, "m") == 0) {
249 ++suffix;
250 } else if (strcmp(suffix, "g") == 0)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/troff/
n8.c 84 if (!exword() && !suffix())
223 suffix() function
  /onnv/onnv-gate/usr/src/lib/libdll/amd64/src/lib/libdll/
dlldefs.h 78 #define DLL_INFO_PREVER 0x0001 /* pre-suffix style version */
79 #define DLL_INFO_DOTVER 0x0002 /* post-suffix style version */
85 char* suffix; /* library name suffix */ member in struct:Dllinfo_s
  /onnv/onnv-gate/usr/src/lib/libdll/i386/src/lib/libdll/
dlldefs.h 78 #define DLL_INFO_PREVER 0x0001 /* pre-suffix style version */
79 #define DLL_INFO_DOTVER 0x0002 /* post-suffix style version */
85 char* suffix; /* library name suffix */ member in struct:Dllinfo_s
  /onnv/onnv-gate/usr/src/lib/libdll/sparc/src/lib/libdll/
dlldefs.h 78 #define DLL_INFO_PREVER 0x0001 /* pre-suffix style version */
79 #define DLL_INFO_DOTVER 0x0002 /* post-suffix style version */
85 char* suffix; /* library name suffix */ member in struct:Dllinfo_s
  /onnv/onnv-gate/usr/src/lib/libdll/sparcv9/src/lib/libdll/
dlldefs.h 78 #define DLL_INFO_PREVER 0x0001 /* pre-suffix style version */
79 #define DLL_INFO_DOTVER 0x0002 /* post-suffix style version */
85 char* suffix; /* library name suffix */ member in struct:Dllinfo_s
  /onnv/onnv-gate/usr/src/cmd/csh/
printf.c 138 char *suffix; local
279 * zeroes, a suffix, and more padding
290 * The suffix is either null or an exponent,
291 * and is addressed by "suffix".
311 suffix = prefix;
474 suffix = &expbuf[MAXESIZ];
475 *suffix = '\0';
482 *--suffix = todigit(n % 10);
488 while (suffix > &expbuf[MAXESIZ - 2]) {
489 *--suffix = '0'
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/autofs/
ns_fnreaddir.c 265 FN_composite_name_t *suffix = NULL; local
269 * Break a name such as "pre/fix/suffix" into "pre/fix/" and
270 * "suffix". If that fails, try "pre/fix" and "suffix". This
273 if (split_cname(name, &suffix, &prefix) != 0) {
283 *ctxp = lookup_ctx(nns_ctx, suffix, FALSE, status);
293 lookup_ctx(*prefix_ctxp, suffix, FALSE, status);
296 fn_composite_name_destroy(suffix);
  /onnv/onnv-gate/usr/src/cmd/fs.d/pcfs/fsck/
fsck.c 162 char *suffix = NULL; local
168 actualDisk = stat_actual_disk(special, &dinfo, &suffix);
183 if (suffix) {
185 findPartitionOffset(*inFD, suffix)) < 0) {
189 suffix);
  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb_string.c 580 * No modifications are made if nbytes is too small to hold the suffix itself.
585 static const char suffix[] = " ..."; local
587 if (nbytes > sizeof (suffix) && strlen(s) >= nbytes - 1)
588 (void) strcpy(&s[nbytes - sizeof (suffix)], suffix);
  /onnv/onnv-gate/usr/src/cmd/oamuser/user/
funcs.c 242 char *suffix; local
245 /* Find the suffix */
246 if ((suffix = rindex(authname, '.')) == NULL)
250 suffix++;
251 if (strcmp(suffix, KV_WILDCARD)) { /* Not a wildcard */
267 if (strcmp(suffix, "grant")) { /* Not a grant option */
271 while ((suffix = rindex(authtoks, '.')) &&
273 strcpy(suffix, ".grant");
277 *suffix = '\0';
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/btree/
bt_put.c 472 db_indx_t cnt, lo, ln, min, off, prefix, suffix; local
490 * a common prefix and suffix -- it can save us a lot of log
500 for (suffix = 0,
503 suffix < min && *p == *t; ++suffix, --p, --t)
508 orig.size = bk->len - (prefix + suffix);
510 repl.size = data->size - (prefix + suffix);
514 &orig, &repl, (u_int32_t)prefix, (u_int32_t)suffix)) != 0)
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/include/
btree_auto.h 132 u_int32_t suffix; member in struct:_bam_repl_args
  /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/
unit.c 335 /* Find non-number suffix. Eg: find_suffix("32Mb") returns a pointer to
452 parse_unit_suffix (const char* suffix, PedUnit suggested_unit)
454 if (strlen (suffix) > 1 && tolower (suffix[1]) == 'i') {
455 switch (tolower (suffix[0])) {
461 } else if (strlen (suffix) > 0) {
462 switch (tolower (suffix[0])) {
505 char* suffix; local
518 suffix = find_suffix (copy);
519 unit = parse_unit_suffix (suffix, unit)
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4/os/
mlsetup.c 469 const char suffix[] = "/kernel"; local
498 if (strncmp(p, suffix, sizeof (suffix) - 1) != 0)
500 p += sizeof (suffix) - 1;

Completed in 3670 milliseconds

1 2 3