/src/usr.bin/vgrind/ |
vfontedpr.c | 359 char *strptr; /* end of a string delimiter */ local in function:putScp 387 strptr = expmatch(s, l_strbeg, dummy); 392 if ((comptr < strptr || strptr == NULL) 409 if ((acmptr < strptr || strptr == NULL) 424 if (strptr != NULL) 425 if ((strptr < chrptr || chrptr == NULL) 426 && (strptr < blksptr || blksptr == NULL) 427 && (strptr < blkeptr || blkeptr == NULL)) [all...] |
vfontedpr.c | 359 char *strptr; /* end of a string delimiter */ local in function:putScp 387 strptr = expmatch(s, l_strbeg, dummy); 392 if ((comptr < strptr || strptr == NULL) 409 if ((acmptr < strptr || strptr == NULL) 424 if (strptr != NULL) 425 if ((strptr < chrptr || chrptr == NULL) 426 && (strptr < blksptr || blksptr == NULL) 427 && (strptr < blkeptr || blkeptr == NULL)) [all...] |
/src/usr.bin/rpcinfo/ |
rpcinfo.c | 172 char *strptr; local in function:main 207 portnum = (u_short) strtol(optarg, &strptr, 10); 208 if (strptr == optarg || *strptr != '\0') 1510 char *strptr; local in function:getprognum 1524 prognum = strtoul(arg, &strptr, 0); 1525 if (strptr == arg || *strptr != '\0' || 1535 char *strptr; local in function:getvers 1538 vers = strtoul(arg, &strptr, 0) [all...] |
rpcinfo.c | 172 char *strptr; local in function:main 207 portnum = (u_short) strtol(optarg, &strptr, 10); 208 if (strptr == optarg || *strptr != '\0') 1510 char *strptr; local in function:getprognum 1524 prognum = strtoul(arg, &strptr, 0); 1525 if (strptr == arg || *strptr != '\0' || 1535 char *strptr; local in function:getvers 1538 vers = strtoul(arg, &strptr, 0) [all...] |