Home
last modified time | relevance | path

Searched refs:pz_scan (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/gcc/fixincludes/
Dserver.c81 char *pz_scan; in load_data() local
86 pz_scan = pz_text = XNEWVEC (char, text_size); in load_data()
103 strcpy (pz_scan, z_line); in load_data()
104 pz_scan += strlen (z_line); in load_data()
105 used_ct = (size_t) (pz_scan - pz_text); in load_data()
109 size_t off = (size_t) (pz_scan - pz_text); in load_data()
113 pz_scan = pz_text + off; in load_data()
124 while ((pz_scan > pz_text) && ISSPACE (pz_scan[-1])) in load_data()
125 pz_scan--; in load_data()
126 *pz_scan = NUL; in load_data()
Dfixincl.c855 char* pz_scan; in fix_with_system() local
874 pz_scan = pz_cmd + strlen (pz_orig_dir); in fix_with_system()
876 strcpy (pz_scan, z_applyfix_prog); in fix_with_system()
882 strcpy (pz_scan, "/.."); in fix_with_system()
883 strcpy (pz_scan+3, z_applyfix_prog); in fix_with_system()
886 pz_scan += strlen (pz_scan); in fix_with_system()
891 sprintf (pz_scan, " %ld '%s' '%s' '%s'", p_fixd - fixDescList, in fix_with_system()
939 pz_scan = pz_cmd = XNEWVEC (char, argsize); in fix_with_system()
956 *(pz_scan++) = ch; in fix_with_system()
969 *(pz_scan++) = ' '; in fix_with_system()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/
Dserver.c91 char *pz_scan; local
96 pz_scan = pz_text = xmalloc (text_size);
113 strcpy (pz_scan, z_line);
114 pz_scan += strlen (z_line);
115 used_ct = (size_t) (pz_scan - pz_text);
119 size_t off = (size_t) (pz_scan - pz_text);
123 pz_scan = pz_text + off;
134 while ((pz_scan > pz_text) && ISSPACE (pz_scan[-1]))
135 pz_scan--;
136 *pz_scan = NUL;
Dfixincl.c897 char* pz_scan; local
914 pz_scan = pz_cmd + strlen( pz_orig_dir );
915 strcpy( pz_scan, z_applyfix_prog );
916 pz_scan += sizeof( z_applyfix_prog ) - 1;
917 *(pz_scan++) = ' ';
922 sprintf (pz_scan, "%ld \'%s\' \'%s\' \'%s\'", p_fixd - fixDescList,
970 pz_scan = pz_cmd = (char*)xmalloc( argsize );
987 *(pz_scan++) = ch;
1000 *(pz_scan++) = ' ';
1001 pz_scan = make_raw_shell_str( pz_scan_save = pz_scan, pArg,
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.315045 'pz_scan' into scope of entire function. Only affects