Lines Matching defs:tempmode
434 char tempmode[20];
438 if ((retval = getstr(fp, NULL, ATRSIZ, tempmode)) == 1)
450 if (tempmode[0] == '?') {
457 if (tempmode[0] == '$' &&
458 (isupper(tempmode[1]) || !islower(tempmode[1]))) {
463 if ((map) && (mapvar(mapmode, tempmode))) {
467 maptype, tempmode);
473 if (tempmode[0] == '$') {
486 while (tempmode[n] && !isspace(tempmode[n])) {
487 if (!isdigit(tempmode[n])) {
494 tempmode[n])) {
502 tempmode_t = strtol(tempmode, NULL, 8);
975 char tempmode[ATRSIZ+1];
980 if ((retval = getstrvfp(cp, NULL, sizeof (tempmode), tempmode)) == 1) {
993 if (tempmode[0] == '?') {
1003 if (tempmode[0] == '$' &&
1004 (isupper(tempmode[1]) || !islower(tempmode[1]))) {
1009 if ((map) && (mapvar(mapmode, tempmode))) {
1011 pkg_gt(ERR_NOVAR), maptype, tempmode);
1016 if (tempmode[0] == '$') {
1027 while (tempmode[n] && !isspace(tempmode[n])) {
1028 if (!isdigit(tempmode[n])) {
1033 if (strchr("89abcdefABCDEF", tempmode[n])) {
1040 tempmode_t = strtol(tempmode, NULL, 8);