Home
last modified time | relevance | path

Searched refs:strptr (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/openbsm/libbsm/
H A Dbsm_flags.c122 char *strptr = auditstr; in getauditflagschar() local
154 *strptr = '+'; in getauditflagschar()
155 strptr = strptr + 1; in getauditflagschar()
157 *strptr = '-'; in getauditflagschar()
158 strptr = strptr + 1; in getauditflagschar()
165 strptr += strlen(c.ac_desc); in getauditflagschar()
168 strptr += strlen(c.ac_name); in getauditflagschar()
170 *strptr = ','; /* delimiter */ in getauditflagschar()
171 strptr = strptr + 1; in getauditflagschar()
176 if (strptr != auditstr) in getauditflagschar()
[all …]
/freebsd-14.2/usr.bin/vgrind/
H A Dvfontedpr.c385 strptr = expmatch(s, l_strbeg, dummy); in putScp()
401 if ((comptr < strptr || strptr == NULL) in putScp()
418 if ((acmptr < strptr || strptr == NULL) in putScp()
433 if (strptr != NULL) in putScp()
434 if ((strptr < chrptr || chrptr == NULL) in putScp()
435 && (strptr < blksptr || blksptr == NULL) in putScp()
436 && (strptr < blkeptr || blkeptr == NULL)) { in putScp()
437 putKcp(s, strptr-1, false); in putScp()
438 s = strptr; in putScp()
511 putKcp(s, strptr-1, true); in putScp()
[all …]
/freebsd-14.2/bin/df/
H A Ddf.c649 char *str, *strptr, **listptr; in makenetvfslist() local
700 for (i = 0, strptr = str + 2; i < cnt; i++, strptr++) { in makenetvfslist()
701 strlcpy(strptr, listptr[i], 32); in makenetvfslist()
702 strptr += strlen(listptr[i]); in makenetvfslist()
703 *strptr = ','; in makenetvfslist()
706 *(--strptr) = '\0'; in makenetvfslist()
/freebsd-14.2/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_diff.c685 char *strptr; in get_mountpoints() local
694 strptr = strchr(di->tosnap, '@'); in get_mountpoints()
695 ASSERT3P(strptr, !=, NULL); in get_mountpoints()
697 ZDIFF_SNAPDIR, ++strptr); in get_mountpoints()
699 strptr = strchr(di->fromsnap, '@'); in get_mountpoints()
700 ASSERT3P(strptr, !=, NULL); in get_mountpoints()
707 *strptr = '\0'; in get_mountpoints()
709 *strptr = '@'; in get_mountpoints()
716 ZDIFF_SNAPDIR, ++strptr); in get_mountpoints()
/freebsd-14.2/usr.bin/rpcinfo/
H A Drpcinfo.c168 char *strptr; local
203 portnum = (u_short) strtol(optarg, &strptr, 10);
204 if (strptr == optarg || *strptr != '\0')
1486 char *strptr; local
1498 prognum = strtol(arg, &strptr, 10);
1499 if (strptr == arg || *strptr != '\0')
1508 char *strptr; local
1511 vers = (int) strtol(arg, &strptr, 10);
1512 if (strptr == arg || *strptr != '\0')
/freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dis.c186 uint_t strptr = DIF_INSTR_STRING(in); in dt_dis_sets() local
189 strptr, DIF_INSTR_RD(in)); in dt_dis_sets()
191 if (strptr < dp->dtdo_strlen) in dt_dis_sets()
192 (void) fprintf(fp, "\t\t! \"%s\"", dp->dtdo_strtab + strptr); in dt_dis_sets()
/freebsd-14.2/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c502 char *strptr = p_val_str; in opts_parse_256bit() local
511 if (!strncmp(strptr, "0x", 2) || !strncmp(strptr, "0X", 2)) in opts_parse_256bit()
512 strptr+=2; in opts_parse_256bit()
514 for (ptr = strptr; *ptr; ptr++) { in opts_parse_256bit()
534 memcpy(tmpbuf, strptr, 1); in opts_parse_256bit()
535 strptr += 1; in opts_parse_256bit()
538 memcpy(tmpbuf, strptr, 2); in opts_parse_256bit()
539 strptr += 2; in opts_parse_256bit()
546 memcpy(tmpbuf, strptr, 2); in opts_parse_256bit()
547 strptr += 2; in opts_parse_256bit()
/freebsd-14.2/lib/libc/resolv/
H A Dres_debug.c773 precsize_aton(const char **strptr) { in precsize_aton() argument
780 cp = *strptr; in precsize_aton()
806 *strptr = cp; in precsize_aton()